Processors Flashcards
Complete study guide for section 3.4 on Processors.
What role does Level 1 Cache memory perform?
Integrated on the processor die itself and stores instructions for the processor.
What is the biggest limitation of using a 32-bit processor?
The amount of memory it can utilize. 32-bit processors can only utilize 4GB of RAM.
What factors should be considered when comparing the speed of computers?
Processor speed (in MHz), similar or different processors used, cache memory, throttling or over clocking of components, amount of RAM, type & speed of HDD, hyper or multi-threading options
What are the benefits of using a smaller processor size during CPU manufacture?
Smaller transistors, smaller CPU die with more transistors, and less power consumption.
What is the difference between hyper-threading and multithreading?
Hyper-threading: a feature of some Intel processors that allows a single processor to run threads (instructions) in parallel, as opposed to processing threads linearly. Hyper-threading enables a processor to execute two threads at the same time.
Multi-threading: A feature of an application that allows it to send multiple threads at the same time.
Under what circumstances might you choose to use throttling?
To increase battery life or the performance of the machine (i.e. over clocking). Throttling can also be used in low memory conditions to slow down the processing of I/O memory requests, processing one sequence at a time in the order the request was received.
What is virtualization?
Virtualization allows a single physical machine (known as the “host operating system”) to run multiple virtual machines (known as the “guest operating systems”). The virtual machines (VMs) appear to be self-contained and separate physical systems.
What three components are used with a CPU to dissipate heat?
Heat sink, thermal paste or pad, & a CPU fan.
Remember: Without a heat dissipation system, a processor will overheat and burn out in less than a minute.
What role does Level 2 cache memory perform?
Additional cache used for both instructions and data. Depending on the processor, L2 cache might be shared between two or more cores, or exclusive to a single core.
What role does Level 3 cache memory perform?
Additional cache beyond the level 2 cache. For multi-core systems, L3 cache is shared between all cores.
What is Cache memory?
Cache is memory that the processor can access directly without using the system RAM.
What is process size?
Refers to the manufacturing process used to etch transistors onto the silicon wafer that will become the CPU. A smaller process size means smaller transistors, which translates into a smaller CPU die with more transistors and less power consumption.
What is Throttling?
The process of modifying the operating characteristics of a processor based on current conditions.
Which CPU features enable advanced virtualization support?
Hardware support is provided by processors with the following features:
- Intel’s Virtualization Technology (VT)
- AMD’s AMD Virtualization (AMD-V)
What is Turbo Boost?
The opposite of throttling; allows the processor to dynamically run above its rated speed to improve performance.