Computer Storage and Capacity Calculation
10 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the term for the SCAN algorithm used in operating systems to manage disk I/O?

  • Smoothing algorithm
  • FSCAN algorithm
  • Buffering algorithm
  • Elevator algorithm (correct)
  • Which type of device transfers data in and out as a stream of bytes with no block structure?

  • Character-oriented device
  • Stream-oriented device (correct)
  • Record-oriented device
  • Block-oriented device
  • What is the purpose of Smoothing in I/O management?

  • To decrease I/O demand
  • To increase I/O demand
  • To smooth out peaks in I/O demand (correct)
  • To track I/O operations
  • What is the term for the set of sectors on a disk that are directly above or below each other?

    <p>Cylinder</p> Signup and view all the answers

    What is the main advantage of using Interrupt-driven I/O?

    <p>Processor need not spend time waiting for I/O operations</p> Signup and view all the answers

    What is the purpose of the DMA module in I/O operations?

    <p>To transfer data between devices and memory</p> Signup and view all the answers

    What is the total number of bytes per track in a disk with 63 sectors per track and 512 bytes per sector?

    <p>32736 bytes</p> Signup and view all the answers

    How many cylinders are needed to store 50,000 records of 256 bytes each, given the disk characteristics provided?

    <p>1024 cylinders</p> Signup and view all the answers

    What is the main advantage of using Disk Striping?

    <p>Improved data transfer rates</p> Signup and view all the answers

    What is the category of external devices suitable for communicating with the computer user?

    <p>Human-readable</p> Signup and view all the answers

    Study Notes

    Disk Capacity Calculation

    • Sector capacity is calculated by dividing the sector size by the record size.
    • Track capacity is the product of sector capacity and the number of sectors per track.
    • Cylinder capacity is the product of track capacity and the number of tracks per cylinder.
    • Drive capacity is the product of cylinder capacity and the number of cylinders needed.

    Calculating Disk Space

    • To store 300,000 128-byte logical records, the required disk space is 41.25 MB.
    • To store 300,000 120-byte logical records, the required disk space is 41 MB.

    I/O Operations

    • The processor sends a set of information to the DMA module to initiate a read or write operation.
    • In interrupt-driven I/O, the processor issues the I/O command, and there are two possibilities: the processor waits for the operation to complete or the processor continues executing other tasks.

    Objectives of I/O Facility Design

    • Two paramount objectives of designing the I/O facility are: (brief explanation needed)

    Disk Characteristics

    • A disk with 512 bytes/sector, 96 sectors/track, 110 tracks/surface, and 8 usable surfaces has a surface capacity of 42,240 records.

    Cylinder Calculation

    • To store 50,000 fixed-length records of 256 bytes each, the required number of cylinders can be calculated.

    Multiple Choice

    • The correct answer for the category of external devices suitable for communicating with the computer user is D. human readable.
    • The correct answer for the type of data transferred by a stream-oriented device is D. data.
    • The correct answer for the component that need not spend time waiting for an I/O operation to be performed in Interrupt-driven I/O is A. processor.
    • The correct answer for the technique that smooths out peaks in I/O demand is C. Smoothing.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Calculate the storage capacity of a disk drive and determine the number of cylinders required to store a certain number of logical records. Test your understanding of disk storage concepts and formulas.

    More Like This

    Use Quizgecko on...
    Browser
    Browser