CPU Structure & Instruction Flashcards

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

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

22 Terms

1
New cards

CPU

The Central Processing Unit that controls all operations and processes instructions.Directs how data moves and tells other parts of the CPU what to do.

2
New cards

Control Unit (CU)

Directs how data moves and tells other parts of the CPU what to do.

3
New cards

Arithmetic Logic Unit (ALU)

Performs arithmetic calculations and logical operations.

4
New cards

Registers

Small, fast storage inside the CPU used to hold data and instructions temporarily.

5
New cards

Program Counter (PC)

Stores the address of the next instruction to be executed.

6
New cards

Instruction Register (IR)

Holds the current instruction being processed by the CPU.

7
New cards

Instruction Cycle

The sequence of steps the CPU follows to process an instruction.

8
New cards

Fetch Stage

The CPU retrieves the instruction from memory.

9
New cards

Decode Stage

The CPU interprets what the instruction means.

10
New cards

Execute Stage

The CPU carries out the instruction operation.

11
New cards

Memory Access Stage

Data is read from or written to memory if required.

12
New cards

Write Back Stage

The result of execution is stored back into a register.

13
New cards

Instruction Pipeline

A technique where multiple instruction stages run at the same time.

14
New cards

Pipelining

Improves CPU performance by overlapping instruction execution.

15
New cards

Pipeline Hazard

A problem that delays instruction execution in a pipeline.

16
New cards

Data Hazard

VOccurs when an instruction depends on the result of a previous instruction.

17
New cards

Control Hazard

Happens when the CPU makes a wrong decision in branch instructions.

18
New cards

Structural Hazard

Occurs when hardware resources are not enough for multiple instructions

19
New cards

RISC

Reduced Instruction Set Computer that uses simple and fast instructions.

20
New cards

RISC Characteristics

Uses fixed-length instructions and focuses on speed and efficiency.

21
New cards

Clock Cycle

The basic timing unit that controls CPU operation speed.

22
New cards

Throughput

The number of instructions completed in a given time.