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. Memory management scheme

  2. Disk scheme

  3. CPU utilization scheme

  4. Printer utilization scheme

  5. A scanner utilization scheme

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

Paging is a memory-management scheme that permits the physical-address space of a process to be non-contiguous.

Multiple choice
  1. Segmentation divides the memory in to various sizes called segments.

  2. In paging, memory is divided into small partitioned page frames.

  3. In paging, the operating system reads data in secondary memory by fixed size frames.

  4. All of the above

  5. Only (2) and (3)

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

Yes, options (2) and (3) are true statements and (1) is a false statement.

Multiple choice
  1. internal storage

  2. external storage

  3. remote storage

  4. none of the above

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

Floppy disks and hard disks are external storage devices because they are separate hardware components that can be connected to or installed in a computer system. Internal storage refers to components permanently inside the computer like RAM. Remote storage involves network-based or cloud storage. Floppy and hard disks are classic examples of external/peripheral storage media.