Chapter 3 - CPUs Flashcards
CPUs rely on _____ rather than “intelligence”
Speed
What is the External Data Bus?
It is a set of wires attached to the CPU that allows the CPU to see other devices like the hard drive, keyboard, mouse
What are registers?
Also known as memory registers. It stores data and instructions for quick processing by the CPU
How does the CPU clock work?
The CPU clock runs in “cycles”
When the CPU receives an instruction, it may require a certain amount of cycles to complete the instruction
What is the clock speed? How does it work?
The clock speed is the MAXIMUM amount of cycles a CPU can handle in a given period of time and run at GHz which is 1 billion cycles per second
Where are programs stored? Why are they only stored and not run from that location?
The program is stored on the hard drive, but the drive is too slow to fetch the information the CPU needs
What is RAM, what does it do?
Random Access Memory. RAM is the general term for volatile memory, which temporarily stores data for quick access by a computer’s processor.
it holds data and copies programs the CPU needs quickly. It stores any data the CPU actively uses
What is DRAM?
Dynamic Access Memory, a category of RAM that is used in main memory storage by most computers because it is because it’s cheaper and denser, which allows for more memory capacity.
In general, when people refer to “RAM” in a typical computer, they’re often talking about DRAM.
What is the Address Bus? How does it work?
Second set of wires from the CPU. The address bus carries the memory addresses from the CPU to RAM or other devices, telling them where to read/write data.
What is the MCC? How does it work?
Memory Controller Chip, the chip between the CPU and the RAM. Grabs any row of RAM that the CPU needs and puts it on the EDB (external data bus)
Low b is abbreviation for ______, upper case B is abbreviation for _____
bits and bytes
What is a ARM based processor? Where is it used?
Advanced RISC Machine, which follows the Reduced Instruction Set Computing (RISC) principles. ARM processors are known for being energy-efficient, compact, and delivering a good balance of performance and power consumption, making them ideal for battery powered devices
List Intel model names and what consumer market they fit into
Core processors - mainstream/enthusiast
Pentium - Budget
Celeron - Budget
Xeon - Server/ Workstation
List AMD model names and what consumer market they fit into
Ryzen - mainstream/enthusiast
A - Series - Budget
FX - Budget
Opeteron - Server/ Workstation
EPYC - Server
Once every ___ years, Intel and AMD re-design their __________ of their processors under the same model name but different code names
3 years
Micro Architecture