Lesson 5 Chapter 1 - CPU Technology Flashcards
What does ALU stand for when it comes to the CPU?
rap
Arithmetic Logic Unit
What does the ALU do, where does it take data from? How important is it?
werk
The ALU is the primary processing component in the CPU and takes the data from the registers, processes it, and copies it back into the registers and repeats
What does CU stand for?
Control Unit
What does the CU do in terms of data? (2)
Movies, Video games, HR, Tunnels
The control unit is the boss and directs and controls the movement of internal CPU data as well as data going in and out of the CPU
What are registers? What do they hold? (2)
werk
- Registers are memory circuits and the workbench area for the CPU
- it holds both data waiting to be processed and data already processed
Early Pentium CPUs used what bit processors? What do modern CPUs use?
Early Pentium CPUs used 32-bit
Modern CPUs use 64-bit
What are the 3 circuits located inside a CPU?
A, C, R
- Arithmetic Logic Unit
- Control Unit
- Register
What type of memory do modern CPUs have multiple sets of?
ESD, $
Static RAM (SRAM) called cache
What do the caches do in a modern CPU?
The caches in a modern CPU store the data that the CPU has either just worked with or is about to work with
What’s the difference between static and dynamic RAM?
re, countdown
Dynamic RAM can only store a small amount of data and needs to be refreshed constantly.
Static RAM does not need to be refreshed and is ideal for improved performance
Which one is normal system RAM, static or dynamic RAM?
Dynamic RAM
Which level cache do all the cores share?
L3 cache is shared by all the cores
What type of memory are CPU caches?
SRAM
Which level cache is closest to the CPU core and the fastest?
L1 cache is the closest and fastest
What’s a “bus”?
route
A bus is a pathway between two components of a computer system
What’s an address bus?
beep beep, route
An address bus is the pathway between the RAM and the CPU that transfers data
What’s an address space?
number, max
An address space is represented by the number of wires on the address bus which defines the maximum amount of RAM a CPU can address
If you have a 32-bit address bus (not a modern CPU), what’s the maximum amount of memory the CPU can address?
power
2 ^32
(4GB)
How many bytes is equal to 4GB roughly?
4 billion
What is a CPU clock speed?
period, time
The CPU clock speed represents how many calculation cycles the CPU performs in a second
What’s another name for a CPU clock speed?
Frequency