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 general knowledge
  1. Floppy

  2. CD

  3. ROM

  4. RAM

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

Optical storage uses lasers to read and write data. CDs, DVDs, and Blu-ray discs are optical storage media. Floppy disks use magnetic storage, ROM is typically semiconductor-based memory chips, and RAM is volatile electronic memory. Among the options, only CD is an optical storage format.

Multiple choice general knowledge
  1. Random Only Memory

  2. Readable Only Memory

  3. Read Only Memory

  4. Random Other Memory

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

ROM stands for Read Only Memory, a type of computer memory that stores permanent or semi-permanent data that cannot be modified after manufacture. It's used to store firmware and critical startup instructions. The 'Read Only' designation means data can be read from but not written to during normal operation.

Multiple choice general knowledge sports
  1. Memory-only

  2. Write-only

  3. Read-only

  4. Run-only

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

Read-only (ROM) refers to memory whose contents are set during manufacturing and cannot be modified by users. Examples include BIOS chips, pre-recorded CDs/DVDs, and firmware. Memory-only, Write-only, and Run-only are not standard computing terms for this concept.

Multiple choice general knowledge
  1. Multimedia CD

  2. Personal computer

  3. Multi-user computer

  4. Integretad Data management policy List

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

A server is a multi-user computer that provides services or resources to client computers over a network. It is not a multimedia CD, a single personal computer, or a data management policy.

Multiple choice general knowledge
  1. Revolutionary Access Memory

  2. Relational Access Memory

  3. Rotational Access Memory

  4. Random Access Memory

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

RAM stands for Random Access Memory, which is the computer's short-term memory. It allows data to be read and written in any order, hence 'random access.' The other options - Revolutionary, Relational, and Rotational - are not valid expansions of the RAM acronym.

Multiple choice general knowledge
  1. number of tracks * number of sectors * bytes per sector * number of read/write heads

  2. number of tracks * number of sectors * bytes per sector

  3. number of tracks * number of sectors 2 bits per sector * number of read/write heads

  4. number of tracks * number of sectors

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

Hard disk storage capacity equals the product of tracks, sectors, bytes per sector, and read/write heads. Each head accesses one surface (platter side), so the total capacity must account for all surfaces. Option B misses the heads multiplier entirely, while D misses both heads and bytes per sector.

Multiple choice general knowledge
  1. 1.44 GB

  2. 1.44 MB

  3. 1.44 KB

  4. 1.44 B

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

The standard 3.5" floppy disk had a formatted capacity of 1.44 MB. This was the dominant storage medium in the 1990s before CD-RWs and USB drives. The other options are wrong by orders of magnitude - GB would be too large, KB/B too small for a floppy.

Multiple choice general knowledge science & technology
  1. On the hard drive

  2. On a diskette

  3. On a USB drive

  4. On a flash memory chip

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

BIOS (Basic Input/Output System) is firmware stored on a non-volatile memory chip on the motherboard. Flash memory chips are used because they can be rewritten while retaining data without power. Hard drives, diskettes, and USB drives are storage media, not where the BIOS itself resides.

Multiple choice general knowledge science & technology
  1. Digital Versatile Disc

  2. Digital Video Disc

  3. Digital Virtual Disc

  4. None of these

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

DVD officially stands for Digital Versatile Disc. While it was originally marketed as Digital Video Disc, the official name changed to reflect its versatility in storing various types of data beyond just video.

Multiple choice general knowledge history
  1. Cache

  2. RAM

  3. HardDisk

  4. Register

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

Registers are the fastest computer components because they are built directly into the CPU and operate at the processor's clock speed. They are used for immediate data storage and manipulation during instruction execution. Cache memory (L1/L2/L3) is faster than RAM but slower than registers. RAM is volatile storage slower than cache. Hard disks are the slowest as they involve mechanical movement. The speed hierarchy is: Registers > Cache > RAM > Hard Disk.

Multiple choice general knowledge science & technology
  1. Digitally Volatile Disc

  2. Demand Video Disc

  3. Digitally Viable Disc

  4. Digital Versatile Disc

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

DVD stands for Digital Versatile Disc. The name reflects its multiple uses beyond just video - it can store data, audio, and video content. The other options use incorrect words like Volatile or Viable that don't match the actual expansion.

Multiple choice general knowledge science & technology
  1. Read Access Memory

  2. Random Access Memory

  3. Read Avaliable Memory

  4. Read Allocated Memory

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

RAM stands for Random Access Memory. It allows data to be accessed in any order (randomly) rather than sequentially, and each memory location can be accessed directly in roughly the same time regardless of physical location. 'Read Access', 'Read Available', and 'Read Allocated' are incorrect expansions of the acronym.

Multiple choice general knowledge science & technology
  1. Read Only Memory

  2. Read Other Memory

  3. Read Over Memory

  4. Read Output Memory

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

ROM stands for Read Only Memory, which is a type of non-volatile memory that retains its data even when the power is turned off. As the name suggests, data can only be read from it and not written to (in standard ROM). 'Other', 'Over', and 'Output' are not part of the standard terminology.