Computer Storage and Capacity Calculation

UpscalePlanet avatar
UpscalePlanet
·
·
Download

Start Quiz

Study Flashcards

10 Questions

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

Elevator algorithm

Which type of device transfers data in and out as a stream of bytes with no block structure?

Stream-oriented device

What is the purpose of Smoothing in I/O management?

To smooth out peaks in I/O demand

What is the term for the set of sectors on a disk that are directly above or below each other?

Cylinder

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

Processor need not spend time waiting for I/O operations

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

To transfer data between devices and memory

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

32736 bytes

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

1024 cylinders

What is the main advantage of using Disk Striping?

Improved data transfer rates

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

Human-readable

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.

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.

Make Your Own Quizzes and Flashcards

Convert your notes into interactive study material.

Get started for free

More Quizzes Like This

Use Quizgecko on...
Browser
Browser