Computer Knowledge

Computer Memory and Storage

2,477 Questions

Computer memory and storage questions test foundational knowledge of hardware, cache mapping, and data transfer mechanisms. Key areas include Direct Memory Access, analog recording, and RAID levels. This section is essential for candidates preparing for banking and government computer proficiency tests.

Cache memory mappingDirect memory accessRAID storage levelsHard disk technologyOptical media storageMemory addresses

Computer Memory and Storage Questions

Multiple choice
  1. Fixed head

  2. Moving head

  3. Both 1 and 2

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Moving head disks, such as standard hard disk drives, use an actuator arm to position read/write heads over specific tracks. Fixed head disks use a dedicated head for every track, which is a different architecture.

Multiple choice
  1. 95

  2. 100

  3. 91

  4. 90

  5. 105

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Total seek distance = (21- 5) + (25 - 21) + (30 - 25)+(35 - 30) + (42 - 35) + (45 - 42) + (45 - 50) + (50 - 0) + (5 - 0) + (10 - 5) = 95

Multiple choice
  1. volatile storage

  2. non-volatile storage

  3. stable storage

  4. all of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Storage systems are generally categorized by their persistence, including volatile (RAM), non-volatile (HDD/SSD), and stable storage (redundant systems), making all of these valid classifications.

Multiple choice
  1. Write Once Read Many

  2. Write Over Real Memory

  3. Write Only Real Memory

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

WORM is a data storage technology that allows data to be written to a storage medium a single time and prevents the drive from erasing the data.