Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 1 (Q.No. 7)
7.
The Memory Buffer Register (MBR)
is a hardware memory device which denotes the location of the current instruction being executed.
is a group of electrical circuits (hardware), that performs the intent of instructions fetched from memory.
contains the address of the memory location that is to be read from or stored into.
contains a copy of the designated memory location specified by the MAR after a "read" or the new contents of the memory prior to a "write".
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
9 comments Page 1 of 1.

Aswin said:   7 years ago
MAR emits instruction to address bus so that the specific cell in the memory is activated. MAR also emits READ or WRITE command to control bus. MBR emit data for WRITE actions to data bus.

ROSHNI said:   7 years ago
What is the difference between MAR and MBR?

Priya said:   8 years ago
In a computer, the Memory Address Register (MAR) is the CPU register that either stores the memory address from which data will be fetched to the CPU or the address to which data will be sent and stored. In other words, MAR holds the memory location of data that needs to be accessed.
(1)

Gowtham said:   8 years ago
@Priya_M.

It is Memory Address Register.

Shru said:   9 years ago
Memory Address Register.

Priya_m said:   9 years ago
What is "MAR"?

Mitali said:   1 decade ago
Are the data's residing in MBR coming from ready queue or from job queue?

Sunnystar said:   1 decade ago
A memory buffer is a part of a computer system that store little information and are available when needed this information are stored in registers.

Vidushi singhal said:   1 decade ago
A Memory Buffer Register (MBR) is the register in a computer's processor, or central processing unit, CPU, that stores the data being transferred to and from the immediate access store. It acts as a buffer allowing the processor and memory units to act independently without being affected by minor differences in operation. A data item will be copied to the MBR ready for use at the next clock cycle, when it can be either used by the processor or stored in main memory.

Post your comments here:

Your comments will be displayed after verification.