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 science & technology
  1. Electrically Erasable Programmable Read Only Memory

  2. Easily Erasable Programmable Read Only Memory

  3. Electronic Erasable Programmable Read Only Memory

  4. None of the above

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

EEPROM stands for Electrically Erasable Programmable Read Only Memory. It is a type of non-volatile memory that can be electrically erased and reprogrammed. Unlike 'Easily' or 'Electronic', the correct expansion emphasizes the electrical erasure mechanism.

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

  2. Compact Data Read Only Memory

  3. Compactable Disk Read Only Memory

  4. Compact Disk Read Only Memory

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

CD-ROM stands for Compact Disk Read Only Memory. It is a pre-pressed optical compact disc that contains data which can be read but not written to. The correct expansion uses 'Disk' not 'Disk', and 'Read Only Memory' not 'Read Only Memory' alone.

Multiple choice general knowledge science & technology
  1. Video Graphics Array

  2. Visual Graphics Array

  3. Volatile Graphics Array

  4. Video Graphics Adapter

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

VGA (Video Graphics Array) is a display standard introduced by IBM in 1987. It became widely adopted for computer monitors and graphics cards. 'Visual' and 'Volatile' are incorrect expansions.

Multiple choice general knowledge science & technology
  1. Hard disks

  2. Floppy disk

  3. Winchester disk

  4. Flexible disk

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

Winchester disk is the technology name for hard disks that are permanently sealed in contamination-free containers. The term comes from IBM's 3340 disk drive developed in 1973, which had 30MB of fixed storage. This sealed design protects the disk platters from dust and damage.

Multiple choice general knowledge science & technology
  1. Random access memory

  2. CD-Rom

  3. Read only memory chip

  4. All of above

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

The instructions for starting the computer (boot process) are stored in Read-Only Memory (ROM) chips, specifically in the BIOS/UEFI firmware. ROM is non-volatile and retains its contents without power. The ROM chip contains the bootstrap loader that initializes hardware and loads the operating system.

Multiple choice general knowledge science & technology
  1. Semiconductor memory

  2. Registers

  3. Hard disks

  4. Magnetic disk

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

The ALU (Arithmetic Logic Unit) contains high-speed storage elements called registers, which hold data temporarily during processing. Registers are the fastest memory in a computer, directly accessible by the ALU for arithmetic and logical operations. They store operands, intermediate results, and final results of computations.

Multiple choice general knowledge science & technology
  1. Magnetic core memory

  2. Magnetic tape memory

  3. Magnetic disk memory

  4. Magnetic bubble memory

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

Magnetic bubble memory is a non-volatile storage technology that uses magnetic bubbles (cylindrical domains) on a thin magnetic material film. It has no moving parts, provides direct access to data, and was used in specialized applications before being replaced by semiconductor memory. It's different from magnetic core, tape, or disk memory.

Multiple choice general knowledge science & technology
  1. Primary memory

  2. Control section

  3. External memory

  4. Cache memory

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

The ALU (Arithmetic Logic Unit) executes instructions under the direction of the Control Unit/Control section, which decodes instructions and tells the ALU what operations to perform. Primary memory stores data and instructions, cache memory speeds up access, and external memory is for long-term storage - none of these directly command the ALU.

Multiple choice general knowledge science & technology
  1. Read-out

  2. Read from

  3. Read

  4. All of above

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

In computer terminology, retrieving data from memory is universally referred to as a read operation. The terms 'read', 'read from', and 'read-out' all describe this same fundamental operation of fetching stored data. The question tests whether students recognize that these variants refer to the same concept.

Multiple choice general knowledge science & technology
  1. Character code

  2. Binary codes

  3. Binary word

  4. Parity bit

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

Computer instructions and memory addresses are represented using binary codes (sequences of 0s and 1s). Binary is the fundamental language of digital computers. Character codes represent characters, parity bits are for error detection, and 'binary word' is not standard terminology in this context.

Multiple choice general knowledge science & technology
  1. Compactness

  2. Potential capacity

  3. Durability

  4. Cost effectiveness

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

Video disks have extremely high storage capacity compared to other media of their era, allowing them to store entire movies or large amounts of video data. While they are also compact and durable, their defining advantage was the ability to hold much more data than alternatives like videotape. Cost effectiveness was actually a weakness, not an advantage.

Multiple choice general knowledge science & technology
  1. Track number

  2. Sector number

  3. Surface number

  4. All of above

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

A complete disk address must specify the surface (which platter and side), track (which concentric circle), and sector (which segment of the track) to uniquely identify any data location. All three components are required for the disk controller to locate and access the correct sector.