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. The accumulator machine

  2. The stack machine

  3. The load/store machine

  4. Flags

  5. Pop

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

This machine in computer architecture implements a stack with registers and the operands of the ALU are always the top two registers of the stack, and the result from the ALU is stored in the top register of the stack.

 
 

Multiple choice
  1. number of addressing modes

  2. number of operands

  3. number of register set

  4. address range

  5. address granularity

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

This factor in the allocation of addressing bits determine that each operand may require its own mode indicator or the use of indicator is limited to one of the address fields.

 
 

Multiple choice
  1. dynamically allocated memory which is easily reachable

  2. memory that remains leaking even after allocation

  3. dynamically allocated memory which is not reachable

  4. memory that remains leaking even after deallocation

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

Memory leaks occur when programs allocate memory dynamically but lose all references to it, making it unreachable. The memory remains occupied but cannot be used or freed, causing gradual resource depletion.

Multiple choice
  1. Programmed Read Only Memory

  2. Programmable Read Only Memory

  3. Permanent Read Only Memory

  4. Positive Read Only Memory

  5. Persistent Read Only Memory

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

PROM stands for Programmable Read Only Memory. It's a type of ROM.