answersLogoWhite

0

A data register is temporary data being transmitted or shifted in 1s or 0s to or from the byte-organized memory array from the bidirectional data bus. The write operation shifts data into the the byte-organized memory array and the read operation shifts data into the data register.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is register in computer and it types?

A register is temporary memory which can store single bit of data....


How is the data held in a calculator using a 7 segment display?

The data is held in a register. There may be many registers holding data. When new data is entered the old data in the register(s) is overwritten.


Can be store your data in register?

Certainly.


Do you have to pay for internet on a preppaid sidekick?

To use internet on Sidekick phones, you would need to register the device for a Sidekick Data plan, as regular data plans do not work on these phones.


What register points to the next instruction?

actually register holds the data..there are 6 register which are temporary registers..program counter holds the address of next instruction to be fetched..instruction register holds the currently executed data...


What are the different types of register?

There are two type of register in computer cpu. first one is data register and second one is address register.


Memory address register is used to store?

memory addres register is used hold data addresses that refer to the data portion of the memory(by umar farooq.pk) memory addres register is used hold data addresses that refer to the data portion of the memory(by umar farooq.pk)


What is The Public Register of Data Users?

The Public Register of Data Users is a database that provides information about entities that process personal data in accordance with data protection regulations. It aims to enhance transparency by allowing individuals to identify who is handling their data and for what purposes. This register is typically maintained by regulatory bodies to ensure compliance with data protection laws and to promote accountability among data users.


Does a microprocessor hold data in the interpreter register?

No.


How mar and mdr work?

MAR (Memory Address Register) holds the address of the memory location to be accessed or written to in the memory unit, whereas MDR (Memory Data Register) holds the actual data that is to be written to a memory location or data read from a memory location. MAR is used to specify the address, while MDR is used to temporarily store the data during memory operations.


What is the instruction to add the data in register B to the data in accumulator?

add B


What is register indirect addressing mode in 8086?

In the 8086 microprocessor, register indirect addressing mode is a method of accessing data in memory using a register to hold the address of the data. In this mode, the effective address of the operand is provided by a register, such as BX, SI, or DI. This allows for flexible data manipulation, as the contents of the register can be easily modified to point to different memory locations. This addressing mode is particularly useful for operations on arrays and data structures.