In a computer system, which of the following two registers are used by the CPU to transfer the data between processor and memory ?
[amp_mcq option1=”MDR and IR” option2=”PC and IR” option3=”MAR and MDR” option4=”IR and MAR” correct=”option3″]
This question was previously asked in
UPSC CISF-AC-EXE – 2021
The correct answer is C) MAR and MDR.
When the CPU needs to access memory (either to read data/instruction or write data), it uses two primary registers for the transfer:
1. Memory Address Register (MAR): Stores the address of the memory location the CPU wants to access.
2. Memory Data Register (MDR) or Memory Buffer Register (MBR): Temporarily stores the data being read from or written to the memory location specified by the MAR. Data flows between the MDR and the data bus, and between the data bus and memory.