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. where the data is located

  2. who owns it

  3. the size of disk storage device

  4. how the data is used

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

Data dictionaries store metadata about data elements including their location, ownership relationships, and usage patterns within the system. They do not contain technical hardware specifications like disk storage device sizes, which are physical storage details outside the scope of data element metadata.

Multiple choice
  1. It is used to store the memory address from which data will be fetched to the CPU.

  2. It is used to store the memory address to which the data will sent and stored.

  3. It is used to hold the memory data for the data bus.

  4. It is used to store the data in main memory.

  5. None of the above

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

This is true about Memory Data Register.