answersLogoWhite

0

What else can I help you with?

Related Questions

What is the name of the memory location that holds up to twenty-four items for you to paste into the current document?

Clipboard memory


What is the name of the memory location that holds up to 24 items for you to place in a current document?

clipboard


What are pointer to pointer?

A pointer only holds an address information (location) in the memory. if a pointer holds points another pointer then it is a pointer to an other pointer. Pointer holds an address in the memory so in that address there is an other location information that shows another location.


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 name of the memory location that holds up to twenty -four items for you to paste into the current document another document or another application?

the clipboard


What is the name of the memory location that holds up to twenty-four items for you to past into the current document another document or another application?

Windows clipboard


What is the name of the memory chips that holds data temporarily?

Random Access Memory


What is the memory location in windows that holds items that you can paste into the current document another document or another applications?

The Clipboard.


What are the Functions of the memory buffer register?

In other words, MAR holds the memory location of data that needs to be accessed. When reading from memory, data addressed by MAR is fed into the MDR (memory data register) and then used by the CPU. When writing to memory, the CPU writes data from MDR to the memory location whose address is stored in MAR. The Memory Address Register is half of a minimal interface between a microprogram and computer storage. The other half is a memory data register. Far more complex memory interfaces exist, but this is the least that can work.


What is a storage location in memory that is represented by a name?

RAM is a name that represents a storage location in memory.


What is one thousand memory location called?

One thousand memory locations are commonly referred to as a "kilobyte" (KB). In computing, a kilobyte is traditionally defined as 1,024 bytes, which corresponds to 1,000 memory locations if each memory location holds one byte. This term is often used in the context of computer memory and storage.


Function of a MAR and MDR?

The Memory Address Register (MAR) holds the memory address that is currently being accessed or written to in the memory. The Memory Data Register (MDR) holds the data that is being read from or written to the memory at the address stored in the MAR. Together, the MAR and MDR facilitate the communication between the CPU and memory in a computer system.