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. speeds up the execution

  2. reduces the number of instructions

  3. reduces the size of instructions

  4. none of the above

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

Addressing modes define how the operand of an instruction is specified. Efficient use of these modes allows complex operations to be performed with fewer instructions.

Multiple choice
  1. Relative

  2. Memory indirect

  3. Immediate

  4. Direct

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

Direct addressing mode specifies the memory address directly in the instruction. Indexing is a technique where an index register is added to a base address, and direct addressing is often used to specify the base or the offset in such schemes.

Multiple choice
  1. should be done each month

  2. uses more tapes

  3. saves all files

  4. saves only files that have recently changed

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

An incremental backup only copies files that have been created or modified since the last backup, which saves time and storage space compared to full backups.

Multiple choice
  1. re-enterable memory

  2. non-reusable memory

  3. virtual memory

  4. cache memory

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

The principle of locality of reference states that programs tend to access a relatively small portion of their address space at any instant, which is the fundamental reason cache memory is effective.

Multiple choice
  1. Non-volatile

  2. Longer storage capacity

  3. Lower price per bit

  4. Faster

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

Disks are generally slower than main memory (RAM) due to mechanical seek times and rotational latency. While disks are non-volatile and have larger capacities, the statement that they are faster is false.

Multiple choice
  1. non-volatile

  2. volatile

  3. surplus

  4. garbage

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

In computing, memory or data that is no longer needed or is invalid is commonly referred to as garbage. This term is frequently used in the context of garbage collection, which is the process of reclaiming such memory.