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

  2. 4

  3. 8

  4. 16

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

As it is virtually indexed

Multiple choice
  1. 2

  2. 4

  3. 8

  4. 16

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

Page colors ensure virtually indexed cache doesn't map synonyms to different sets. Cache has 16 ways, so each set can hold 16 lines. Page size = cache block size = 64 bytes = 2^6 bytes. Number of cache sets = cache size / (ways × block size) = 2^20 / (16 × 2^6) = 2^20 / 2^10 = 2^10 = 1024 sets. Number of colors needed = sets / block_alignment = 1024 / 512 = 2. This ensures virtual pages differing only in high bits map to same set.

Multiple choice
  1. 0

  2. 2048

  3. 16384

  4. 262144

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

Multiple choice
  1. line 4 to line 11

  2. line 4 to line 12

  3. line 0 to line 7

  4. line 0 to line 8

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

Multiple choice
  1. 48

  2. 50

  3. 56

  4. 59

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

Multiple choice
  1. 10

  2. 11

  3. 20

  4. 21

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

Multiple choice
  1. 100

  2. 101

  3. 102

  4. 110

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

Multiple choice
  1. 1005

  2. 1020

  3. 1024

  4. 1040

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