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. memory Map.

  2. memory protection.

  3. memory management.

  4. All of the above.

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

Memory protection is the specific mechanism used to control access to memory, ensuring that processes cannot access memory segments they are not authorized to use. Memory management is the broader process of allocating and deallocating memory.

Multiple choice
  1. 300 RPM

  2. 360 RPM

  3. 3600 RPM

  4. 36000 RPM

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

Standard hard disk drives (HDDs) typically rotate at speeds such as 3600, 5400, or 7200 RPM. 3600 RPM was a common standard for early hard disks.

Multiple choice
  1. a flexible disk.

  2. a disk Stack.

  3. a removable disk.

  4. a hard disk.

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

A Winchester disk is a type of hard disk drive that uses a sealed assembly containing the disk stack and read/write heads.

Multiple choice
  1. Hard disk

  2. Magnetic tape

  3. Floppy disk

  4. Card punch

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

A hard disk drive uses rotating platters coated with a ferromagnetic material to store data magnetically. While floppy disks also use this, the term 'metal disk' specifically points to the rigid platters of a hard disk.

Multiple choice
  1. RAM

  2. ROM

  3. Virtual memory

  4. Port

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

Scratch pad memory refers to a high-speed internal memory used for temporary storage of data during processing. RAM (Random Access Memory) serves this purpose in computer architectures.