How Memory Works
How Memory Works
J = 74
u = 117
s = 115
t = 116
i = 105
n = 110
74,117
01001010,01110101
Price - $99.95
Static RAM
Flash Memory
Operating system
An application
The final step in memory is the registers. These are memory cells built right into
the CPU that contain specific data needed by the CPU, particularly the arithmetic
and logic unit (ALU). The registers sit at the top of the hierarchy pyramid with the
CPU.
In a computer, the Memory Address Register (MAR) is a 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.
Virtual memory is memory that appears to exist as main storage although most
of it is supported by data held in secondary storage. Virtual memory actually
exists on the hard drive rather than as memory modules on the motherboard.