CPU notes

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

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.

16 Terms

1
New cards
Central Processing Unit (CPU)
The brain of the computer; its primary function is to execute instructions, perform calculations, and manage the overall flow of information within the system.
2
New cards
Silicon
The main material CPUs are made of, which is semiconductive.
3
New cards
Transistors
Tiny one-way switches within a CPU that control the flow of electrical current with binary code ('ON' or 'OFF' - 1 or 0).
4
New cards
Control Unit (CU)
Responsible for interpreting program instructions and directing/coordinating the operations of the processor.
5
New cards
Arithmetic Logic Unit (ALU)
Performs all arithmetic operations (e.g., addition, subtraction, multiplication, division) and handles logical operations and comparisons (e.g., AND, OR, NOT).
6
New cards
Memory Unit (Registers)
High-speed storage locations directly within the CPU, used to temporarily hold data and instructions that are actively being processed for quick access.
7
New cards
CPU Core
The processing unit of a CPU that reads and executes program instructions; modern CPUs often have multiple cores.
8
New cards
Hyper-threading
Allows a single physical CPU core to virtually act like two logical processors, enabling the core to process two sets of instructions concurrently.
9
New cards
Cache
An extremely high-speed, short-term memory (RAM) that significantly reduces latency for high-priority processes.
10
New cards
Thermal Throttling
A microcode safeguard for the CPU to avoid overheating, which automatically reduces the CPU's clock speed and shuts down components when the internal temperature exceeds a safe operating threshold (usually around 100^\circ C).
11
New cards
Clock Cycle / Speed
The time it takes to send and receive a calculation, or the number of cycles the CPU can execute per second ('Fetch and retrieve').
12
New cards
Instruction Sets
Premade collections of machine (binary language) code that the operating system/programs can 'call' on when needed.
13
New cards
Pin Grid Array (PGA)
A socket type where the pins are located directly on the CPU, meaning if pins are damaged, typically only the CPU needs replacement.
14
New cards
Land Grid Array (LGA)
A socket type where the pins are on the motherboard socket rather than on the CPU, meaning if pins are bent or broken, a replacement motherboard is needed.
15
New cards
Binning
A process that sorts CPU chips based on their performance and quality, allowing manufacturers to put chips into different product tiers.
16
New cards

Which CPU characteristic is most important for applications like Photoshop, video editing, and music production?

These applications primarily benefit from having multiple CPU cores to distribute work across several processing units.