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. not lose its contents when the power is removed.6

  2. storage that users magnets to read and store data

  3. take over the role of a primary system if it fails.

  4. device that uses electronic circuits to read and store data.

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

A failover system is a backup operational mode in which the functions of a primary system component are assumed by secondary system components when the primary system becomes unavailable due to failure.

Multiple choice
  1. not lose its contents when the power is removed.6

  2. storage that users magnets to read and store data

  3. take over the role of a primary system if it fails.

  4. device that uses electronic circuits to read and store data.

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

Non-volatile storage is computer memory that can retain stored information even when not powered, meaning it does not lose its contents when power is removed.

Multiple choice
  1. Hard Disk Drive

  2. Solid State Drive

  3. Flash Memory Stick

  4. Flash Memory Card

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

A flash memory card (like an SD card or MicroSD card) is very small and thin, can store large amounts of data, and typically requires a card reader to be read by a computer. A flash memory stick (USB drive) has a built-in USB connector and does not require a separate reader.

Multiple choice
  1. DVD RAM

  2. DVD-RW

  3. DVD-R

  4. DVD ROM

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

DVD-R stands for DVD-Recordable, which can be written to only once by the user. DVD-RW and DVD-RAM are rewritable formats, while DVD-ROM is read-only and cannot be written to by the user at all.

Multiple choice
  1. Optical

  2. Magnetic

  3. Solid State

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

Magnetic storage devices, such as hard disk drives and magnetic tapes, save data by magnetizing particles on a spinning disk or tape. Optical devices use lasers, and solid-state devices use electronic circuits.

Multiple choice
  1. Optical

  2. Magnetic

  3. Solid State

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

Solid-state storage devices, such as SSDs and USB flash drives, have no moving parts and store data electronically using flash memory. In contrast, optical and magnetic devices rely on spinning discs or moving heads.

Multiple choice
  1. ROM

  2. RAM

  3. HDD

  4. SSD

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

RAM (Random Access Memory) is volatile memory, meaning it loses its stored data when the power is turned off. ROM, HDD, and SSD are non-volatile storage media that retain data without power.

Multiple choice
  1. Slower (Speed)

  2. Smaller size

  3. Smaller storage capacity

  4. Cheaper

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

Compared to Hard Disk Drives (HDDs), Solid State Drives (SSDs) typically offer smaller maximum storage capacities at comparable price points. SSDs are faster, lighter, and more durable, but HDDs remain more cost-effective for extremely large storage capacities.

Multiple choice
  1. Smaller size (Portability)

  2. Compability

  3. Suitability

  4. Ability

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

A flash drive (flashdisk) is significantly smaller and more pocketable than a portable external Solid State Drive, making portability its primary advantage. Portable SSDs, while also portable, are larger but offer much faster speeds and higher capacities.

Multiple choice
  1. VHS

  2. CD

  3. DVD

  4. SSD

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

VHS tapes use serial (sequential) access, meaning you must fast-forward or rewind through the tape to reach a specific point. CDs, DVDs, and SSDs use direct (random) access, allowing immediate retrieval of data from any location.

Multiple choice
  1. Magnetic Tape

  2. Hard Disk Drive

  3. VHS

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

A Hard Disk Drive (HDD) uses direct (random) access, allowing the read/write head to jump directly to any location on the disk. Magnetic tape and VHS require serial access, where data must be read sequentially from the beginning.