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. Uniform Memory Action

  2. Uniform Multiple Access

  3. Uniform Memory Access

  4. None of these

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

UMA stands for Uniform Memory Access. It refers to a computer architecture where all processors share a single memory system with equal access time.

Multiple choice
  1. Non-Uniform Memory Action

  2. Non-Uniform Memory Access

  3. Non-Uniform Multiple Access

  4. None of these

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

NUMA stands for Non-Uniform Memory Access. In this architecture, memory access time depends on the memory location relative to the processor.

Multiple choice
  1. bytes

  2. files

  3. contents

  4. tracks

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

Digital storage capacity is fundamentally measured in bytes, which represent the amount of data a storage medium can hold.

Multiple choice
  1. internal storage

  2. external storage

  3. remote storage

  4. ultimate storage

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

Floppy disks and hard disks are considered external or secondary storage devices because they are not the primary volatile memory (RAM) of the computer.

Multiple choice
  1. Random Access Memory

  2. Ram Access Memory

  3. Both 1 and 2

  4. None of these

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

RAM stands for Random Access Memory, a form of computer memory that can be read and changed in any order. The other options are incorrect.

Multiple choice
  1. kernel

  2. file system

  3. directory

  4. none of these

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

In UNIX systems, the kernel is responsible for managing the buffer cache, which stores disk blocks in memory to improve I/O performance. The file system uses these cached blocks, but the management itself is a kernel-level function.

Multiple choice
  1. bad

  2. good

  3. inconsistent

  4. none of these

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

Defective sectors on a storage medium, such as a hard disk, are commonly referred to as bad blocks or bad sectors. These areas are marked by the operating system so that they are not used for data storage.