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. SIMM

  2. SILMM

  3. SM

  4. SMM

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

SIMM stands for Single In-Line Memory Module, which is a type of memory module containing random-access memory used in computers from the early 1980s to the late 1990s. It features pins on one side of the circuit board that connect to the motherboard.

Multiple choice
  1. 6

  2. 1

  3. 10

  4. 4

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

Magnetic bubble memory devices typically had capacities around 1 megabit (such as the Intel 7110). In the context of older computing terminology, 1 megabyte was often cited as the typical practical storage limit for these specialized non-volatile devices.

Multiple choice
  1. Core memory

  2. Card punch

  3. Tape drive unit

  4. Magnetic disk

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

A tape drive unit, also known as a tape transport, is the mechanism used to move magnetic tape across the read/write heads. It is the hardware responsible for accessing data stored on tape media.

Multiple choice
  1. Direct

  2. Sequential

  3. Random

  4. All of the above

  5. None of these

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

Cassette tapes are linear storage media, meaning the data must be accessed in the order it was recorded. This is known as sequential access, where you must pass through previous records to reach a specific one. Direct and random access allow jumping to any part of the data immediately, which tapes cannot do.

Multiple choice
  1. Accumulator

  2. Buffer

  3. Memory

  4. Latch

  5. None of these

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

A latch is a basic electronic circuit used to store one bit of information. It remains in a specific state (0 or 1) until a signal changes it, acting as a temporary memory cell. Accumulators and buffers are larger structures that use multiple latches or flip-flops.

Multiple choice
  1. tape drive

  2. pit

  3. electromagnet

  4. laser

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

Floppy disks and hard drives use magnetic storage technology, where the read/write head contains an electromagnet. This magnet changes the polarity of magnetic particles on the disk surface to represent binary data. Optical drives, by contrast, use lasers to read pits and lands.

Multiple choice
  1. Registers

  2. Logic units

  3. Both (1) and (2)

  4. None of these

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

Registers are the smallest and fastest type of memory in a computer, located directly inside the CPU. They hold the data and instructions that the processor is currently working on to ensure immediate access. Because they are part of the CPU architecture, they operate at the processor's full speed.

Multiple choice
  1. RAM

  2. PROM

  3. CD ROM

  4. None of these

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

A CD-ROM is a secondary storage device used for long-term data storage and distribution. RAM and PROM are types of primary memory used for immediate data processing and firmware storage. Secondary storage is non-volatile and typically has a much larger capacity than primary memory.

Multiple choice
  1. ROM

  2. Hard disk

  3. Floppy disk

  4. None of these

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

ROM (Read-Only Memory) is considered primary storage because it is directly accessible by the CPU and contains essential startup instructions. Hard disks and floppy disks are secondary storage devices used for long-term data retention. Primary storage is typically faster and necessary for the computer's basic operation.

Multiple choice
  1. EPROM

  2. CACHE

  3. Hard-disk

  4. None of these

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

A hard disk is a non-volatile storage device used to store large amounts of data permanently. Unlike RAM or Cache, which lose their data when power is removed, the hard disk keeps files and programs safe for long-term use. EPROM is used for firmware, but not for general long-term data storage like a hard drive.