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. In this mechanism, the information is stored in the virtual memory.

  2. In this mechanism, the information is copied in the faster storage system and can be retrieved further.

  3. In this mechanism, the information is copied in the temporary files.

  4. In this mechanism, the information is stored in the main memory.

  5. Both (2) and (3)

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

Yes, both are true statements for the caching mechanism.

Multiple choice
  1. If the allocated is slightly larger than the requested memory

  2. If the allocated memory is smaller than the requested memory

  3. If the available memory is not contiguous

  4. If the program's address does not end on a page boundary

  5. Both (3) and (4)

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

The memory available is partitioned and the memory is not contiguous because it is fragmented in to little pieces.

Multiple choice
  1. Segmentation

  2. Paging

  3. Demand paging

  4. Segmentation with paging

  5. Swapping

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

In paging memory-management scheme, the operating system retrieves the data from secondary storage in the same-sized blocks called pages. Some space is wasted inside the memory blocks because of the restriction on the allowed size of the block, which causes internal fragmentation.

Multiple choice
  1. DLCI

  2. DTE

  3. DCE

  4. BRI

  5. PRI

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

DCE (Data Circuit-terminating Equipment) devices provide clocking and put data on the local loop (option C). DTE (Data Terminal Equipment) is the end device. DLCI is Frame Relay identifier. BRI/PRI are ISDN interface types. The DCE is responsible for clock synchronization and transmitting data onto the WAN link.