CPU Struction & Instruction

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/19

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.

20 Terms

1
New cards

CPU Organisation

The structure and functioning of the CPU

2
New cards

Single Core Processors

  • One processing unit

  • Executes one task at a time

3
New cards

Dual Core Processors

  • Contain a single Integrated Circuit with two cores

  • Each core has its cache and controller

4
New cards

Quad Core Processor

  • Contain two dual-core processors present within a single integrated circuit (IC) or chip

  • Increases the overall speed for programs

5
New cards

CPU Instruction Cycle

The sequence of steps performed by the CPU to execute a single instruction

6
New cards

Fetch Stage

CPU retrieves the next instruction from main memory (RAM)

7
New cards

Decode

The CPU interprets the instruction

8
New cards

Execute

The CPU carries out the instruction

9
New cards

Memory Access

Reads data from or writes data to main memory (RAM)

10
New cards

Registry Write-Back

The result is stored in a register or memory

11
New cards

Control Unit

Directs the operation of the CPU and manages The data

12
New cards

Arithmetic Logic Unit (ALU)

Executes all arithmetric and logical operations

13
New cards

Memory Unit

Stores and retrieves the execution data of the CPU

14
New cards

Pipeline Hazards

Problems that occur in a pipelined CPU when the next instruction cannot execute in its scheduled clock cycle, causing delays

15
New cards

Branch Prediction Errors

Results in wasted cycles and lower execution efficiency

16
New cards

Data Hazards

Occur when an instruction uses the result of the previous instruction

17
New cards

Control Hazards

The location of an instruction depends on previous instruction

18
New cards

Structural Hazards

Two or more instructions need the same hardware at the same time

19
New cards

RISC (Reduced Instruction Set Computer)

CPU architecture design that uses a small, simple set of instructions so each instruction can execute very fast, often in one clock cycle.

20
New cards

Instruction Cache Misses

High cache miss rates can significantly degrade CPU performance