CPU

0.0(0)
studied byStudied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

CPU + Functions for Leaving Cert Higher Level Computer Science

Last updated 10:54 AM on 2/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

CPU

The main processor of a computer that carries out most processing and computing tasks

<p>The main processor of a computer that carries out most processing and computing tasks</p>
2
New cards

Motherboard

The main circuit board that holds the CPU and connects it to other components

3
New cards

Functions of the CPU

Executes instructions from memory,
performs arithmetic and logic operations,
controls input and output

<p>Executes instructions from memory, <br>performs arithmetic and logic operations,<br>controls input and output<br></p>
4
New cards

ALU (Arithmetic Logic Unit)

Part of the CPU that performs arithmetic operations and logical comparisons

5
New cards

Control Unit (CU)

Part of the CPU that fetches decodes and executes instructions by coordinating other components

6
New cards

Cache

Small high-speed memory that stores frequently used data and instructions for quick CPU access

7
New cards

Registers

Small temporary storage locations inside the CPU holding data and instructions currently being processed

<p>Small temporary storage locations inside the CPU holding data and instructions currently being processed</p>
8
New cards

Bus

Set of pathways that allow data signals and power to travel between the CPU and other components

<p>Set of pathways that allow data signals and power to travel between the CPU and other components<br></p>
9
New cards

Clock

Component that provides timing signals to synchronize CPU and system operations

10
New cards

Fetch-Execute Cycle

The repeated process the CPU uses to run programs by fetching decoding and executing instructions

<p>The repeated process the CPU uses to run programs by fetching decoding and executing instructions</p>
11
New cards

Fetch Stage

CPU retrieves an instruction from memory using the address stored in the program counter

12
New cards

Execute Stage

CPU decodes the instruction and performs the required operation

13
New cards

Program Counter (PC)

Register that stores the memory address of the next instruction to be executed

<p>Register that stores the memory address of the next instruction to be executed</p>
14
New cards

Memory Address Register (MAR)

Register that holds the memory address of data the CPU wants to access or modify

15
New cards

Von Neumann Architecture

Computer architecture where instructions and data share the same memory and bus

<p>Computer architecture where instructions and data share the same memory and bus</p>
16
New cards

Harvard Architecture

Computer architecture where instructions and data use separate memories and buses

<p>Computer architecture where instructions and data use separate memories and buses</p>
17
New cards

Von Neumann vs Harvard Architecture

Harvard uses separate instruction and data memories(Above)
Von Neumann uses shared memory(below)

<p>Harvard uses separate instruction and data memories(Above)<br>Von Neumann uses shared memory(below)<br></p>