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. floppy disk

  2. magnetic tape

  3. hard disk

  4. all of the above

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

Hard disks provide the fastest information retrieval among the options because they use spinning platters with movable read/write heads that can rapidly access any sector. Floppy disks are slower due to lower rotational speeds and mechanical limitations, while magnetic tape is sequential access only, making it the slowest for random retrieval.

Multiple choice
  1. Need for external memory

  2. Need for ROM

  3. Frequent Disk I/O's

  4. Need for wider data path

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

Larger RAM reduces the need for frequent disk I/O operations because more data and programs can reside in fast memory. When RAM is insufficient, the system must swap data to disk (thrashing), which is significantly slower than RAM access. Eliminating frequent disk I/Os improves overall processing speed.

Multiple choice
  1. Control unit

  2. ALU

  3. CPU

  4. Permanent Memory

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

Volatile memory (RAM) loses its contents when power is turned off. Therefore, users must save important data to permanent storage (hard disk, SSD, or other non-volatile media) before shutting down. The CPU, ALU, and Control Unit are processing components, not storage destinations.

Multiple choice
  1. Epoch delay

  2. Latency Delay

  3. Seek time

  4. Approach time

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

Seek time is the correct term for the time required for the read/write head to move across the disk surface and position itself over the correct track. This is different from rotational latency (waiting for the desired sector to rotate under the head) or total access time (seek time + latency).

Multiple choice
  1. Address space

  2. Overlay storage

  3. Secondary storage

  4. Scratched memory

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

Address space refers to the total range of memory addresses that a CPU can generate based on its address bus width (for example, a 32-bit CPU can address 2^32 = 4GB). This 'virtual' address space can exceed the actual physical RAM installed through techniques like paging and virtual memory, allowing more addressable memory than physically exists.

Multiple choice
  1. Tape drive

  2. Optical storage

  3. Flip flop storage

  4. Floppy drive

  5. None of these

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

The design of a floppy disk is similar to that of a hard drive. It operates on the principle of magnetic recording and uses magnetic heads for data storage and retrieval from the rotating magnetic media.