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

  2. Main memory

  3. Secondary memory

  4. Tape memory

  5. None of these

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

RAM of the computer is also known as main memory. Random Access Memory is the memory that the computer uses to temporarily store the information.

Multiple choice
  1. CDs

  2. ROM

  3. Hard disks

  4. Floppies

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

Hard disks provide substantially greater storage capacity compared to optical media (CDs), solid-state ROM chips, or floppy disks. A modern hard drive offers terabytes of storage, whereas CDs hold ~700MB, floppies max at 1.44MB, and ROM provides minimal megabyte-scale capacity. Hard disks remain the highest-capacity consumer storage option.

Multiple choice
  1. SRAM

  2. DRAM

  3. ROM

  4. All of the above

  5. -

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

Dynamic Random Access memory: It is the memory that requires refreshing every few milliseconds. It stores each bit of data in a separate capacitor within an integrated circuit.

Multiple choice
  1. CPU

  2. buffer

  3. packing

  4. None of these

  5. -

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

It is container for data to be stored. It is a bag that contains items, or a set of things agreed to as a whole. In packing, data is packed in such a way that large amount of data can be stored on a small space.

Multiple choice
  1. True

  2. False

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

Primary memory (RAM, cache) is much faster than secondary memory (hard disk, tape, SSD). The statement claims secondary is faster, which is false. Primary memory has direct CPU access and uses volatile but fast technology.

Multiple choice
  1. RAM

  2. Magnetic tape

  3. ROM

  4. PROM

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

Magnetic tape is secondary (auxiliary) storage - it stores data permanently but has slow access. RAM is primary volatile memory, ROM is primary non-volatile memory, and PROM is a type of ROM. Secondary memory includes hard disks, tapes, and external storage.