Answer:
Memory address register
Memory buffer register
Step-by-step explanation:
In c/c++, the processor consists of mainly five stages.
- FETCH
- DECODE
- EXECUTE
- MEMORY
- WRITE BACK
The memory address (MAR) register is a register where memory locations are being stored and where instructions are being fetched from the memory.
The memory buffer register (MBR) specifically enables the storage of data that are fetched or to be written in the memory.