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

  2. Disk

  3. Flip - Flop

  4. Tape

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

Core memory, disk, and tape are all magnetic storage technologies. Flip-flop is an electronic circuit made of transistors that stores binary data using feedback, not magnetic principles.

Multiple choice
  1. Higher power consumption

  2. Variable speeds

  3. Higher bit density

  4. Need to refresh the capacitor charge every once in 2 milliseconds

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

Dynamic RAM uses capacitors to store charge representing data, which leaks over time and must be refreshed regularly (typically every 2ms). Static RAM uses flip-flops that don't need refreshing, making DRAM's refresh requirement its key disadvantage.

Multiple choice
  1. tape

  2. semi conductor memory

  3. disk

  4. bubble memory

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

Semiconductor memory (like SRAM and DRAM) is the fastest because it has no moving parts and operates at electronic speeds. Tape and disk are mechanical with slow seek times. Bubble memory is obsolete and slower than semiconductor memory.

Multiple choice
  1. Main memory

  2. Primary storage

  3. Internal storage

  4. Mass storage

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

Primary memory (main memory) refers directly to RAM and internal CPU cache. Mass storage refers to secondary storage devices like hard disks, SSDs, and tape drives that store data persistently but are not directly addressable by the CPU.

Multiple choice
  1. Register

  2. RAM

  3. ROM

  4. CPU

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

Stack is implemented using RAM because it requires dynamic read/write operations for push and pop. ROM is read-only and cannot support stack operations. Registers are individual CPU storage, not stack memory.

Multiple choice
  1. pointer addressable memory

  2. very cheap memory

  3. content addressable memory

  4. slow memory

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

Associative memory (Content Addressable Memory) allows searching by content rather than address. It compares input data with all stored entries simultaneously, returning the address of matching data.

Multiple choice
  1. Computer Disc

  2. Compact Disc

  3. Compact Device

  4. Compact Document

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

CD stands for Compact Disc, a digital optical disc storage format. It was co-developed by Philips and Sony and released in 1982. CDs could store up to 700 MB of data or 80 minutes of audio and revolutionized the music industry.

Multiple choice
  1. Floppy disk drive

  2. Hard drive

  3. Magnetic disk drive

  4. CD-ROM drive

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

CD-ROM drives use optical storage technology, which employs lasers to read and write data. Floppy disks, hard disks, and magnetic disks use magnetic storage technology, not optical.