Computer Studies
Central Processing Unit (CPU)
Which register pair works together during memory access — one holding the address and one holding the data?
Explanation
MAR (Memory Address Register) holds the address of the memory location while MDR (Memory Data Register) holds the data being read from or written to that address. They work together for all memory access.
Reference: Computer Studies Textbook
, Page 4