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

  2. CPU

  3. CRT

  4. Keyboard

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

Internal memory (RAM, ROM, cache) is physically located within and directly connected to the CPU (Central Processing Unit). The CPU contains the control unit, arithmetic logic unit, and registers. VDU (Visual Display Unit) and CRT (Cathode Ray Tube) are display technologies, while Keyboard is an input device - none of these contain the computer's internal memory.

Multiple choice
  1. virtual disk

  2. floppy disk

  3. control disk

  4. compact disk

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

A RAM disk is a virtual disk drive that uses a portion of your computer's RAM (Random Access Memory) as if it were a physical disk drive. It provides much faster data access than traditional storage but is volatile, meaning all data is lost when power is removed.

Multiple choice
  1. RAM

  2. ROM

  3. Both (1) and (2)

  4. None of the above

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

RAM (Random Access Memory) is volatile memory that requires continuous power to maintain stored data. When power is removed, all data in RAM is lost. In contrast, ROM (Read-Only Memory) is non-volatile and retains data even without power, which is why it's used for storing firmware and boot instructions.

Multiple choice
  1. sysop

  2. stack

  3. sharp

  4. shell

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

Stack memory temporarily holds function data, local variables, and return addresses during program execution. It's a dynamic memory structure organized in Last-In-First-Out (LIFO) order. A sysop (system operator) refers to a person who manages systems, not memory. Sharp and shell are unrelated to memory storage.

Multiple choice
  1. retained

  2. lost

  3. decreased

  4. memorized

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

Primary memory (RAM) is volatile, meaning it requires continuous power to maintain stored data. When power is turned off, all contents are lost. This is why saving work to secondary storage (like hard drives) is essential. Option A describes non-volatile storage characteristics. Options C and D are nonsensical in this context.

Multiple choice
  1. record

  2. write

  3. store

  4. data

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

Writing is the standard computing term for recording data to a storage medium. The inverse operation is reading, which retrieves data. Option A is not technical terminology used in computing. Option C describes what storage devices do generally, not the specific action. Option D is the object being written, not the action itself.

Multiple choice
  1. non volatile

  2. permanent

  3. both (1) and (2)

  4. none of the above

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

ROM (Read-Only Memory) is non-volatile memory that retains data even when power is turned off. It is also permanent because, unlike RAM, it cannot be modified under normal operation - the data is written during manufacture and remains fixed throughout the memory's life.

Multiple choice
  1. lower

  2. higher

  3. smaller

  4. little

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

Transfer rate measures how quickly data can be moved from one place to another. A higher transfer rate means more data moves in less time, which directly translates to faster disk drive performance and quicker file access.

Multiple choice
  1. control disc

  2. compact disc

  3. computer disc

  4. all the above

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

CD stands for Compact Disc, an optical storage medium that uses laser technology to read and write data. It revolutionized data storage and distribution in the digital age, providing a standardized format for music, software, and data files.

Multiple choice
  1. write once read many

  2. write once read memory

  3. write one and read many

  4. none of the above

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

WORM stands for Write Once, Read Many, a type of optical storage technology where data can be written to the disc only once but can be read multiple times. This makes WORM discs ideal for permanent archiving and record-keeping where data must not be altered.

Multiple choice
  1. permanent

  2. temporary

  3. short

  4. long

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

A buffer is temporary storage area in memory that holds data while it's being moved from one place to another. It helps manage differences in speed between input/output devices and the processor.

Multiple choice
  1. RAM

  2. ROM

  3. Both (1) and (2)

  4. None of the above

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

RAM (Random Access Memory) is volatile memory that requires constant power to maintain data. When you perform a cold boot (completely shutting down and restarting), power is cut and all data in RAM is lost. ROM (Read-Only Memory) is non-volatile and retains its contents.

Multiple choice
  1. current drive

  2. old drive

  3. new drive

  4. none of the above

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

The default drive is the drive you're currently working on in your command prompt or file operations. It's called the 'current drive' because it's the active drive for your current session. Changing to a different drive makes that the new default/current drive. Option A is correct.