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. 32 K bits

  2. 34 K bits

  3. 64 K bits

  4. 68 K bits

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

Multiple choice
  1. 0%

  2. 25%

  3. 50%

  4. 75%

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

Multiple choice
  1. ARR [0] [4]

  2. ARR [4] [0]

  3. ARR [0] [5]

  4. ARR [5] [0]

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

Multiple choice
  1. Exploit the temporal locality of reference in a program

  2. Exploit the spatial locality of reference in a program

  3. Reduce the miss penalty

  4. None of the above

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

Cache is the small memory which has a very less access time. So it is used for temporal locality of reference whereas virtual memory is for spatial locality of reference.

Multiple choice
  1. Register

  2. Cache

  3. Main memory

  4. Disk

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

Device driver is the program which co-ordinates with CPU to regulate the devices. Register, cache & main memory are directly connected to CPU. So only Disk from given options require device drivers.

Multiple choice
  1. The operand is inside the instruction

  2. The address of the operand is inside the instruction

  3. The register containing the address of the operand is specified inside the instruction

  4. The location of the operand is implicit

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

In absolute addressing mode, no need of giving operand, the operand are implicit, instruction itself has knowledge of operands.

Multiple choice
  1. Instruction cache

  2. Instruction register

  3. Instruction opcode

  4. Translation-a-side buffer

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

Instruction register stores instruction, look-a-side buffer & instruction cache are also memory. But instruction opcodes are the opcodes related to an instruction which are not part of memory hierarchy.

Multiple choice
  1. 2

  2. 3

  3. 4

  4. 5

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

Multiple choice
  1. 1007

  2. 1020

  3. 1024

  4. 1028

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

Multiple choice
  1. Saving temporary html pages

  2. Saving process data

  3. Storing the super-block

  4. Storing device drivers

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

Swap space is the memory pre allowed to store process's data. This can be compared with virtual memory. The data required to complete process is kept here.

Multiple choice
  1. I/O protection is ensured by operating system routine(s)

  2. I/O protection is ensured by a hardware trap

  3. I/O protection is ensured during system configuration

  4. I/O protection is not possible

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

In memory mapped I/0 the complete system (memory + I/0 ports) hold the same set of addresses. They are considered to be the part of that memory only. This management is done by OS only.

Multiple choice
  1. 10

  2. 25

  3. 40

  4. 50

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