1.6 CPU Flashcards
Processor Speed
Speed = CPU Clock. Actual speed may be different due to factors like clock speed, bus speed/width, cache sizes, and OS capabilities.
Processor Cores
Additional Cores = Multiple sets of simultaneous calculations within the CPU.
CPU Cache
Super fast, small capacity memory. Holds data, instructions, and/or results that CPU thinks will be accessed frequently/soon.
L1, L2, and L3 Cache.
Each core usually has its own L1 and L2 Cache.
L1 Cache = closest to CPU Core. First place checked
L2 Cache = 2nd place to look/store.
L3 = Last place to look/store. Sometimes shared across multiple cores
Hyper-Threading
Takes one CPU and makes it appear and work as if it were two. Usually 15 to 20% improvement. OS must support HTT (Hyper Threading Technology)
32-bit vs 64-bit
Data “Width.” Total amount of data CPU can process at a single time. 64-bit can process double that of 32-bit. OS must support 64-bit to benefit from 64-bit architectures in CPU or Busses.