CPU Facts 3.4

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

How is CPU performance measured?

Throughput, access time, execution time, etc.

2
New cards

What effect does CPU cache have on performance?

Doubling cache can nearly double performance.

3
New cards

What limits dual-core CPU performance gains?

Software must support multiple cores.

4
New cards

What instruction set improvements boost performance?

Hyper-Threading, SIMD, etc.

5
New cards

What are five ways to improve system performance?

Add RAM, upgrade disks, improve cooling, remove bloatware, monitor system health.

6
New cards

What does Windows Performance Monitor track?

CPU, RAM, disk, and network usage.

7
New cards

What is Clock Time (CT)?

Time taken per clock cycle.

8
New cards

Why is clock speed less relevant today?

Architectural differences matter more than raw GHz.

9
New cards

When does higher GHz mean better performance?

Only within the same CPU family.

10
New cards

When are CPU performance ratings valid to compare?

Only within the same brand (Intel vs. Intel, AMD vs. AMD).

11
New cards

What is overclocking?

Running a CPU faster than its rated speed.

12
New cards

What are the risks of overclocking?

Heat, system instability, voided warranty.

13
New cards

What components must support overclocking?

CPU, motherboard, and RAM.

14
New cards

Why does overclocking create more heat?

It requires more voltage.

15
New cards

What is benchmarking?

Measuring CPU, GPU, RAM, and storage performance.

16
New cards

What are benefits of benchmarking?

Identifies bottlenecks and justifies upgrades.

17
New cards

When should you benchmark your system?

Before and after upgrades.

18
New cards

Where can you compare CPU benchmarks online?

cpubenchmark.net.

19
New cards

What is LGA?

Land Grid Array — Intel CPUs with contact pads.

20
New cards

What is PGA?

Pin Grid Array — AMD CPUs with pins.

21
New cards

What is ZIF?

Zero Insertion Force socket — used with PGA CPUs.

22
New cards

What is BGA?

Ball Grid Array — soldered CPUs, non-upgradable.

23
New cards

Which Intel CPUs use Socket 1151?

6th–9th Gen Intel Core processors.

24
New cards

Which Intel CPUs use Socket 1200?

10th–11th Gen Intel Core processors.

25
New cards

Which AMD CPUs use AM4 socket?

Ryzen (Zen-based) CPUs.

26
New cards

Which CPUs use AMD TR4 socket?

Threadripper CPUs with quad-channel memory.

27
New cards

Why does CPU socket type matter?

It determines which CPUs are compatible.

28
New cards

What must match when installing a CPU?

The socket type and motherboard support.

29
New cards

What is multiple processor support?

Motherboards with multiple CPU sockets.

30
New cards

What should you check before choosing a motherboard?

CPU compatibility and socket support.

31
New cards

What is the Execute Disable Bit (EDB)?

Intel CPU security feature to prevent malicious code execution.

32
New cards

How do you know if a CPU has EDB?

Model number ends in “J.”

33
New cards

What is a CPU physically?

An integrated circuit with microscopic logic gates and aluminum strands.

34
New cards

What is an example of CPU instruction execution?

Read input, calculate, store result, display, and save output.

35
New cards

Why must system components sync to CPU clock speed?

To ensure coordinated and error-free data flow.

36
New cards

What is Intel Turbo Boost?

Technology for dynamic CPU overclocking beyond base speed.

37
New cards

What is multithreading?

A CPU core handling multiple instruction threads.

38
New cards

What is Hyper-Threading?

Intel's version of multithreading — makes one core act like two logical processors.

39
New cards

How does 4 cores with multithreading affect instruction execution?

Allows up to 8 concurrent instruction threads.

40
New cards

What is an integrated GPU?

A graphics processor built into the CPU chip.

41
New cards

Why does a CPU need virtualization support?

To run virtual machines efficiently by allocating system resources.

42
New cards

What are the types of CPU cooling methods?

Passive (heatsink only), active (fan + heatsink), liquid cooling (radiator).

43
New cards

Why is thermal paste important?

It ensures proper heat transfer from CPU to cooler.

44
New cards

What factors should you consider when selecting a CPU?

System purpose, socket compatibility, BIOS support, performance needs, cost.

45
New cards

How do Intel and AMD CPUs compare?

Intel is faster but pricier; AMD is cheaper with competitive performance.

46
New cards
32-bit vs. 64-bit Processors
A 64-bit processor can process more information and supports much higher memory limits (up to 16 EB), whereas a 32-bit processor is limited to 4 GB of RAM.
47
New cards

Instruction Set

Processors use different instruction sets: IA-32 for 32-bit, IA-64 for Itanium processors, and x86-64 (x64) for 64-bit processors.
48
New cards

Processor Cache

Cache is memory accessed directly by the CPU. L1 is the smallest and fastest, while L4 cache acts as overflow for L3 and is shared dynamically with the GPU.
49
New cards
Process Size
Smaller process sizes (measured in microns or nanometers) lead to smaller CPUs with more transistors and lower power consumption.
50
New cards
Hyper-threading
Intel feature that allows a CPU core to execute two threads simultaneously, improving performance on supported applications.
51
New cards

Throttling

Adjusts processor performance (speed, core usage) to conserve energy or reduce heat, commonly used in mobile processors.

52
New cards

Mobile Processors

Designed for portability and efficiency. Consumes less power and generate less heat, often used in laptops and cell phones.

53
New cards
Virtualization
Allows running multiple operating systems on a single machine with the help of a hypervisor. CPU features like Intel VT and AMD-V improve virtualization performance.