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

  2. Protection

  3. Queue

  4. All of the above

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

Protection refers to the mechanisms used to control access to data and prevent unauthorized copying or modification. While protocols govern communication, protection specifically addresses the security of the storage medium.

Multiple choice
  1. Magnetic tape

  2. Punched card

  3. Disk storage unit

  4. Buffer

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

Disk storage units, such as hard drives, provide random access, allowing the system to jump directly to any data location. This is much faster than sequential access devices like magnetic tape, which require reading through all preceding data to reach a specific point.

Multiple choice
  1. EDP

  2. IAS

  3. CCITT

  4. CAI

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

IAS stands for Immediate Access Storage, a term used for the computer's primary memory (RAM) because the CPU can access it directly. Other options like CAI (Computer-Aided Instruction) or CCITT (a standards body) are unrelated to hardware memory.

Multiple choice
  1. Cycle time

  2. Access time

  3. Data transfer rate

  4. Down time

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

The data transfer rate of a magnetic tape drive is determined by how many bits are recorded per inch (density) and how many inches of tape pass the read head per second (speed). Multiplying these two values gives the total amount of data transferred per second.

Multiple choice
  1. Buffer is a hardware device that stores data outside the CPU

  2. Buffer is the portion of the CPU memory which stores the program instructions

  3. Buffer is a temporary storage between the CPU memory and a peripheral device

  4. Buffer is a device to convert input data into a computer readable form

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

A buffer is a temporary storage area in memory that holds data while it is being transferred between two devices or processes with different speeds. It prevents the faster device (like a CPU) from having to wait for the slower device (like a printer) to finish.

Multiple choice
  1. PROM

  2. SAM

  3. Scratchpad storage

  4. Buffer

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

Scratchpad storage refers to a high-speed internal memory area used by a processor for the temporary storage of data, intermediate results, or instructions. It allows for faster access than main memory during complex calculations.

Multiple choice
  1. Storage

  2. Output

  3. CPU

  4. Memory

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

The storage function of a computer involves saving data on non-volatile media like hard drives or solid-state drives so it remains available even after the power is turned off. In contrast, "memory" typically refers to RAM, which is temporary and volatile.

Multiple choice
  1. Dynamic

  2. Static

  3. Video

  4. RW

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

Static RAM (SRAM) uses a configuration of transistors that act like switches to maintain data as long as power is supplied. Unlike Dynamic RAM, it does not need to be periodically refreshed to retain its state.