Microprocessors Flashcards
What is the difference between the make and model of a CPU?
The make of a CPU would be Intel or AMD, and the model would be Core i7 3820.
Microarchitecture
In electronics engineering and computer engineering, microarchitecture, also called computer organization and sometimes abbreviated as µarch or uarch, is the way a given instruction set architecture is implemented in a particular processor.
What does CPUID make?
CPUID (CPU IDentification) makes CPU-Z, and shows the details of the microarchitecture.
How broadly can microarchitecture be used?
One microarchitecture can be used across a broad cross section of different CPU models.
CPU
The Central Processing Unit (CPU) is similar to a very fast calculator.
Which companies make the majority of processors today?
Intel and AMD processors power most of the computers used today.
What defines a processors features?
Like a car, processors have a make and model that define its features.
1 Hertz equals what?
1 Hertz = 1 cycle per second
What is Overclocking?
Overclocking means to push the CPU beyond its rated speed.
What is the system crystal?
The system crystal is a piece of quartz that’s oscillating at a certain speed.
What does it mean if a CPU is 1.6 Gigahertz?
If a CPU says it’s 1.6 Gigahertz per second, that’s its maximum speed.
What is Hyper-Threading?
Hyper-Threading literally takes one core, and makes it look like, at least to Windows, two cores. It’s only for Intel.
How is CPU speed measured?
CPU speed is measured in Hertz, or cycles per second.
How is the CPU speed determined?
The CPU speed is determined by the speed of the motherboard and clock multiplier.
What are Mulitcore prossors?
Multicore processors include more than one CPU on a single physical chip.
What does the clock multiplier measure?
The clock multiplier (or CPU multiplier or bus/core ratio) measures the ratio of an internal CPU clock rate to the externally supplied clock. A CPU with a 10x multiplier will thus see 10 internal cycles (produced by PLL-based frequency multiplier circuitry) for every external clock cycle.
What is Level One Cache?
Level One cache is physically closest to the cores itself. It is always going to be the fastest and smallest cache.
What is Level Two Cache?
Level Two cache is going to be a lot bigger than the level one cache, and it usually runs at about half the speed.
What cache does the CPU pull from?
Most of the time, the CPU is going to be pulling from the level one cache. From time to time, the level one will pull from the level two, and sometimes the CPU will go straight to the level two cache. How all this takes place really varies by manufacturer and by architecture.
Describe the three levels of cache.
The level one is the smallest, and the fastest. Level two is about half the speed of the level one, and bigger. And then level three, if it’s even on your CPU, is going to be much bigger and usually does run much faster than the motherboard itself.
How is cache used?
Cache is used as very fast temporary storage on a CPU.
How many levels of cache do modern CPUs use?
Modern CPUS use one or two levels of cache.
What’s the difference between level 1 and level 3 cache?
The level 1 cache is the smallest and fastest cache; the level 3 cache is the largest and slowest cache.
What’s the easiest way to tell if you’re in 64-bit mode?
The easiest way to tell if you’re in 64-bit mode is to click Start, find your computer and right click on it and select Properties.