Chapter 4 - RAM Flashcards
1
Q
When data or programs are not being used, where are they stored?
A
In the HDD or SSD
2
Q
When data or programs are in use, where are they moved?
A
A copy is sent from mass storage to RAM and runs
3
Q
As CPUs data bus increased, what need also increased? Where did DRAM chip move to?
A
The need for RAM wide enough to fill the bus. They moved from being directly on the motherboard, to circuit boards called stick/modules that we know today
4
Q
When the CPU needs certain data, it requests it from?
A
it requests it from system memory (RAM) through the Memory Controller. The process typically works as follows:
CPU Request: The CPU generates a memory address for the data it needs. Address Bus: The memory address is sent from the CPU to the RAM via the address bus. Memory Controller: The memory controller (often part of the CPU in modern systems) coordinates the data retrieval. It locates the data in RAM and sends it back to the CPU over the data bus.
5
Q
A