Book 2 Chapter 2 Flashcards
What is the function of the processor multiplier?
It determines the CPU’s effective clock speed by multiplying the base clock (e.g., a base clock of 100 MHz with a multiplier of 36 gives 3.6 GHz).
What is the difference between a processor’s TDP and clock speed?
TDP (Thermal Design Power): Indicates the maximum amount of heat the CPU generates.
Clock Speed: Indicates how many cycles per second the CPU can execute.
What is an integrated GPU, and what are its benefits?
A GPU built into the CPU. It saves space, reduces cost, and is sufficient for basic tasks but less powerful than dedicated GPUs.
What is the purpose of a processor architecture like x86 or x64?
It defines the CPU’s instruction set and determines compatibility with software and operating systems.
How does a processor’s cache hierarchy (L1, L2, L3) affect performance?
Higher-level caches (L1) are faster but smaller, while lower-level caches (L3) are larger but slower, balancing speed and storage.