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. A tool to stop input device from interacting with output device.

  2. A tool which stops functioning of RAM.

  3. A set of items handed as one unit in storage and retrieval.

  4. None of these

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

In computing and data storage, a block is a set of bytes or records treated as a single unit for storage and retrieval operations. This improves efficiency by reading/writing multiple items together rather than individually. Options A and B describe incorrect concepts, and D is vague.

Multiple choice
  1. Winchester disk

  2. CD ROM

  3. Floppy disk

  4. Magnetic tape

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

CD ROM (Compact Disc Read-Only Memory) uses laser beam technology to read data from optical discs. The laser reflects differently from pits and lands on the disc surface. Winchester disks and floppy disks use magnetic read/write heads, while magnetic tape uses magnetic recording - none use lasers.

Multiple choice
  1. Printers are one type of secondary storage device.

  2. It can be accessed more quickly than main memory.

  3. It is more difficult to expand than main memory.

  4. It can be more easily expanded than main memory.

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

Secondary storage devices like external hard drives, USB flash drives, cloud storage, and network drives can be added or expanded much more easily than main memory (RAM). RAM requires physical installation inside the computer case and is limited by motherboard slots and capacity.

Multiple choice
  1. Main memory

  2. Secondary storage

  3. Auxiliary storage

  4. The control unit

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

Primary storage unit and main memory are the same thing - the immediate access memory where programs and data are stored while being used by the CPU. Secondary storage (like hard disks) and auxiliary storage are permanent storage devices. The control unit is a processing component, not storage.

Multiple choice
  1. always saved on disk

  2. output displayed on a monitor screen

  3. output printed on paper

  4. useful when output needs to be kept permanently

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

Soft copy refers to output displayed on a screen that exists only while the device is powered. It's temporary and can be modified. Hard copy (option C) is printed on paper and creates a permanent record. Soft copy is not always saved to disk - it exists in volatile memory like RAM or display buffers until saved.

Multiple choice
  1. Stack memory allocation

  2. Static memory allocation

  3. Dynamic memory allocation

  4. None of these

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

Static memory allocation refers to the process of allocating memory at compile-time before the associated program is executed, unlike dynamic memory allocation where memory is allocated as required at run-time.

Multiple choice
  1. Memory Active Register

  2. Memory Address Register

  3. Memory Access Register

  4. Memory Access Rate

  5. Memory Address Rate

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

In a computer, the Memory Address Register (MAR) is a CPU register that either stores the memory address from which data will be fetched to the CPU or the address to which data will be sent and stored.