CPU Components
PROCESSING TECHNIQUES
Memory & Cache
BUSES & DATA TRANSFER
SYSTEM SOFTWARE & STARTUP
100

This CPU component performs arithmetic operations like addition and subtraction.

What is the ALU?

100

This processing method executes one instruction at a time.

What is serial processing?

100

This is the main memory used to store programs and data currently in use.

What is RAM?

100

This bus transfers the actual data between CPU, memory, and devices.

What is the data bus?

100

This firmware initializes hardware during startup.

What is BIOS?

200

This part of the CPU fetches and decodes instructions but does not process data.

What is the Control Unit (CU)?

200

This processing method allows multiple instructions to run at the same time.

What is parallel processing?

200

This small, fast memory stores frequently used data to speed up processing.

What is cache memory?

200

This bus carries the memory address of where data should be read from or written to.

What is the address bus?

200

This component stores BIOS settings and is powered by a small battery.

What is CMOS?

300

This part of the CPU fetches and decodes instructions but does not process data. 

What are registers?  

300

This term describes a single program performing multiple tasks simultaneously.

What is multithreading?

300

This cache level is the fastest and located inside the CPU core.

What is L1 cache?

300

This bus carries signals like read/write and clock signals. 

What is the control bus?

300

This modern replacement for BIOS supports faster boot times and larger drives.

What is UEFI?

400

This type of RAM is used to make CPU registers and cache memory.

What is SRAM?

400

This term describes the OS running multiple programs at once.

What is multitasking?

400

This term describes the delay between requesting data and receiving it.

What is latency?

400

This external interface is commonly used for graphics cards and high-speed SSDs.

What is PCI Express (PCIe)?

400

This core part of the operating system manages CPU, memory, and I/O devices.

What is the kernel?

500

Name the CPU register that keeps track of the next instruction to be executed.

What is the Program Counter?

500

A single physical CPU core to act as two logical cores, enabling it to process multiple threads simultaneously.

What is hyperthreading?

500

This memory technique uses hard drive space to act as extra RAM.

What is virtual memory?

500

This interface protocol allows SSDs to take advantage of PCIe lanes for very high speeds.

What is NVMe?

500

Name the four steps of the CPU machine cycle in the correct order.

What are Fetch, Decode, Execute, and Store?

M
e
n
u