Processors Flashcards

Complete study guide for section 3.4 on Processors.

1
Q

What role does Level 1 Cache memory perform?

A

Integrated on the processor die itself and stores instructions for the processor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the biggest limitation of using a 32-bit processor?

A

The amount of memory it can utilize. 32-bit processors can only utilize 4GB of RAM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What factors should be considered when comparing the speed of computers?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the benefits of using a smaller processor size during CPU manufacture?

A

Smaller transistors, smaller CPU die with more transistors, and less power consumption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between hyper-threading and multithreading?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Under what circumstances might you choose to use throttling?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is virtualization?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What three components are used with a CPU to dissipate heat?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What role does Level 2 cache memory perform?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What role does Level 3 cache memory perform?

A

Additional cache beyond the level 2 cache. For multi-core systems, L3 cache is shared between all cores.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Cache memory?

A

Cache is memory that the processor can access directly without using the system RAM.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is process size?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Throttling?

A

The process of modifying the operating characteristics of a processor based on current conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which CPU features enable advanced virtualization support?

A

Hardware support is provided by processors with the following features:

  • Intel’s Virtualization Technology (VT)
  • AMD’s AMD Virtualization (AMD-V)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Turbo Boost?

A

The opposite of throttling; allows the processor to dynamically run above its rated speed to improve performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an Integrated Memory Controller?

A

Processor including the memory controller on the processor die rather than in the Northbridge chip, resulting in faster memory access by the processor.

17
Q

What are the dangers of Overclocking?

A

Can cause system instability, component damage, can void your warranty, may require more voltage, & often increases heat output.

18
Q

What are the two types of CPU sockets?

A

Pin Grid Array (PGA) and Land Grid Array (LGA)

19
Q

What is a Pin Grid Array?

A

A processor that implements a series of pins on the underside of the processor package in an array. The pins are inserted into corresponding receptacles within the processor socket on the motherboard.

20
Q

What is a Land Grid Array?

A

Connecting pins are on the socket instead of the bottom of the processor. Conducting pads are implemented on the bottom of the processor that contact the protruding pins from the processor socket.