Linked from
The 46 pages that link to Central processing unit, each with the reason it gives.
Personal computerRelated: It performs the computations that let a personal computer run applications.
Graphics processing unitCompared with: CPUs favor flexible control and fast individual threads over GPU-scale throughput.
MicroprocessorNarrower topic: A microprocessor implements a CPU in integrated-circuit form; a CPU need not be a single chip.
Operating systemRelated: The operating system allocates processor time and responds to processor interrupts.
System on a chipRelated: Many SoCs include CPU cores for operating systems and general-purpose software.
Machine codeRelated: The CPU is the processor that directly executes machine code.
Parallel computingRelated: A CPU may provide multiple cores or instruction units for parallel work.
Logic gateNarrower topic: Its arithmetic, control, and data paths are built from logic circuits.
Stored-program computerRelated: It fetches and executes the instructions held in memory.
Field-programmable gate arrayCompared with: A CPU runs software sequentially or across cores, unlike an FPGA’s configured hardware datapaths.
MicrocontrollerRelated: A microcontroller’s processor core executes its control program.
Computer architectureBroader topic: Its datapath and control logic implement the architecture’s instruction set.
Semiconductor industryBroader topic: CPUs are a major product category for semiconductor designers and manufacturers.
Video game consoleRelated: It runs game logic and manages the console’s other hardware.
Application-specific integrated circuitCompared with: A CPU adapts through software, while an ASIC implements selected tasks directly in hardware.
Analytical engineNarrower topic: The engine’s mill performed arithmetic and its store held values, functions later grouped in computer architecture.
SupercomputerBroader topic: Each compute node typically contains CPUs that handle control and general calculations.
Von Neumann architectureRelated: It executes instructions fetched from the shared memory.
Digital signal processorCompared with: A CPU handles varied workloads; a DSP is optimized for recurring signal calculations.
EDVACRelated: EDVAC’s arithmetic and control circuits carried out its stored instructions.
CUDACompared with: CPUs offer broad flexibility, while CUDA targets the massively parallel GPU.
Digital computerBroader topic: It carries out the instruction cycle at the center of most computer architectures.
Home video game consoleRelated: It runs game logic and schedules work across a console’s hardware.
BIOSRelated: After reset, the CPU begins executing startup instructions supplied by firmware.
MotherboardRelated: The motherboard’s processor socket and power delivery connect the CPU to the system.
Arithmetic logic unitNarrower topic: The ALU is a core execution component within a CPU.
LaptopRelated: It performs the calculations that make a laptop’s programs run.
Atanasoff–Berry computerCompared with: The Atanasoff–Berry computer had no stored-program CPU of the later standard kind.
Computer hardwareBroader topic: It performs general-purpose instruction processing at the center of many computer systems.
Computer (electronic device)Broader topic: It executes the instruction sequences that drive a computer’s work.
Graphics cardCompared with: Its broad sequential strengths differ from the GPU’s parallel graphics workload.
Hardware accelerationCompared with: The CPU provides the flexible baseline that an accelerator complements.
Synchronous circuitBroader topic: Its datapaths and control logic commonly advance through clocked state updates.
Computer programRelated: The CPU carries out the instructions while a program runs.
Desktop computerRelated: It performs the computations inside the system unit.
MultiprocessingNarrower topic: Multiprocessing depends on multiple processing units or multiple cores within one unit.
Processor registerNarrower topic: Registers are storage elements within this instruction-executing component.
8-bit computingNarrower topic: An 8-bit system is defined largely by its processor’s data handling.
Clock generatorRelated: Processor clock generators establish timing for instruction execution and internal transfers.
Lisa SuNarrower topic: AMD designs CPUs for personal computers, servers, and other computing systems.
Binary multiplierRelated: Integer and floating-point execution units use multiplier circuits to implement multiplication instructions.
Computer multitaskingNarrower topic: The number of available processor cores limits how much work runs simultaneously.
CoprocessorRelated: The coprocessor supplements this processor rather than replacing its general-purpose role.
Front-side busRelated: It is one endpoint of the front-side bus.
Gaming computerRelated: The CPU handles game logic, simulation, and tasks that feed the graphics processor.
General-purpose computing on graphics processing unitsCompared with: CPUs often suit branch-heavy, latency-sensitive work better than throughput-oriented GPU execution.