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

  2. secondary

  3. main

  4. none of these

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

Magnetic tape is a sequential access medium used primarily for backups and archiving, classifying it as a secondary storage device.

Multiple choice
  1. memory

  2. magnetic

  3. optical

  4. none of these

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

CD-ROM (Compact Disc Read-Only Memory) uses optical technology, where a laser reads data from the disk surface.

Multiple choice
  1. one sector

  2. two sectors

  3. two or more sectors

  4. none of these

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

In disk storage, a block of data is typically larger than a single physical sector, so it is stored across two or more sectors to accommodate the data size.

Multiple choice
  1. Terabyte

  2. Gigabyte

  3. Kilobyte

  4. Megabyte

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

The order of memory sizes from smallest to largest is: Kilobyte, Megabyte, Gigabyte, Terabyte. Therefore, Kilobyte is the smallest.

Multiple choice
  1. Time required to locate and retrieve stored data

  2. Time required to locate the lost data

  3. Time required to delete specific data on a certain memory location

  4. None of the above

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

Access time is the time interval between the request for data and the moment the data is actually available for use.

Multiple choice
  1. SDRAM

  2. Cache memory

  3. Read only Memory

  4. Hard disk

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

Cache memory is integrated directly into or very near the CPU to provide extremely fast access times. Because of this speed and the specialized manufacturing process required, it has the highest cost per bit compared to main memory or secondary storage.

Multiple choice
  1. FPM DRAM

  2. EDO DRAM

  3. VRAM

  4. DDR SDRAM

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

VRAM (Video RAM) is a specialized type of DRAM designed specifically for graphics adapters, featuring dual-port access that allows the processor to write data while the display controller reads it simultaneously.

Multiple choice
  1. breaking the slider

  2. positioning the slider to cover the hole

  3. positioning the slider away from the hole

  4. a floppy cannot be write protected

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice
  1. Floppy Disk

  2. Optical Disk

  3. Hard Disk

  4. Half-inch Tape Cartridge

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

Optical disks, such as CDs and DVDs, store data along a single continuous spiral track that starts from the center and moves outward, unlike the concentric circular tracks used in hard and floppy disks.

Multiple choice
  1. internal processor memory

  2. primary memory

  3. external storage memory

  4. non-volatile memory

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

Dynamic RAM (DRAM) is used as the primary memory (main memory) in computers because it is volatile and provides fast access for the CPU to execute programs.