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. direct access device

  2. printer

  3. keyboard

  4. punched card

  5. None of these

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

Correct Answer: direct access device A direct-access storage device (DASD) is a secondary storage device in which "each physical record has a discrete location and a unique address." Disk drives, magnetic drums, data cells and optical disc drives are all classified as DASDs.

Multiple choice
  1. Cache memories are bigger than RAM.

  2. Cache memories are smaller than RAM.

  3. ROM are faster than RAM.

  4. Information in ROM can be written by users.

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

Cache memories are smaller than RAM, as most of the time the data is retrieved from RAM itself. RAM is comparatively faster than ROM in terms of data retrieval.

Multiple choice
  1. Semiconductor memories

  2. Magnetic tapes

  3. Magnetic disks

  4. Compact disks

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

Semiconductor memories have fastest access time because they contain data in terms of bits and return directly to binary values. Hence, they are used for registers.

Multiple choice
  1. the secondary access path

  2. a physical record key

  3. an inverted index

  4. all of the above

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

Embedded pointers are used in database systems to link records, effectively providing a secondary access path to data beyond the primary key.

Multiple choice
  1. a single program is processed by two or more CPU's

  2. two or more programs are stored concurrently in primary storage

  3. only active pages of a program are stored in primary storage

  4. inter-program interference may occur

Reveal answer Fill a bubble to check yourself
B Correct answer