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. Register Mode

  2. Register Indirect Mode

  3. Register Indirect Branch Mode

  4. Direct Mode

  5. Operand

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

This mode creates three byte long instructions and first byte contains the operation to be performed and second and third bytes contain the address in memory in 8085 processor.

Multiple choice
  1. Shared memory

  2. Message passing model

  3. Both (1) and (2)

  4. All of these

  5. None of these

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

In the shared-memory programming model, tasks share a common address space, which they read and write asynchronously. So here there is no kernel intervention unlike Message passing model, where message are send and recieve via kernel only.

Multiple choice
  1. Relative Based Indexed Addressing Mode

  2. Register Relative Addressing Mode

  3. Based Indexed Addressing Mode

  4. Instruction

  5. Intersegment Direct Addressing Mode

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

The effective address is the sum of a base register and an index register, both of which are specified by the instruction in 8086 processor.

Multiple choice
  1. Register Indirect Branch Addressing Mode

  2. Direct Branch Addressing Mode

  3. Direct Addressing Mode

  4. Intersegment Direct

  5. Register Selector

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

The branch contains the address to be used, if the branch occurs, as two bytes following the instruction byte in 8085 processor.