What is RAM?
It is much faster for a CPU to get data from ____ than from a hard drive or SSD.
RAM
No matter how fast the clock speed is over a CPU, the RAM speed ________ changes
never
What is cache memory?
Describe the 3 levels of cache:
*L3: Exists across multiple CPU cores. Slightly bigger than other caches but not as big as ram. Usually located on the CPU chip.
* L2: Slightly faster and smaller than L3 cache, located close to CPU cores.
* L1: Smallest but fastest cache and typically is integrated directly into CPU cores. L1 caches are extremely close to CPU cores and provide low-level latency access to frequently used data and instructions
When is it usefulf or data to be stored in the cache?
How long do the different caches and RAM take to access, approximately:
Note: There are 1 million nanoseconds in a millisecond, and 1000 milliseconds in a second
What is a register and how many are there on a computer?