CPU Structure & Instruction Flashcards

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

1/19

flashcard set

Earn XP

Description and Tags

Basic concepts of CPU structure, instruction cycle, pipelining, and RISC architecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

20 Terms

1
New cards

CPU

The Central Processing Unit executes instructions and controls all computer operations.

2
New cards

ALU

The Arithmetic Logic Unit performs arithmetic and logical operations.

3
New cards

Control Unit

Directs and coordinates all activities inside the CPU.

4
New cards

Register

Small, fast storage inside the CPU used to hold data 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 executed.

7
New cards

Instruction Cycle

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

8
New cards

Fetch Stage

The CPU retrieves the instruction from memory.

9
New cards

Decode Stage

The CPU interprets the instruction to understand what action is needed.

10
New cards

Execute Stage

The CPU performs the operation instructed.

11
New cards

Store Stage

The CPU stores the result back into memory or a register.

12
New cards

Pipelining

A technique that allows multiple instruction stages to run simultaneously.

13
New cards

Pipeline Hazard

A situation that prevents the next instruction from executing correctly.

14
New cards

Data Hazard

Occurs when an instruction depends on data from a previous instruction.

15
New cards

Control Hazard

Occurs due to branch or jump instructions affecting execution flow.

16
New cards

Structural Hazard

Happens when hardware resources are insufficient.

17
New cards

RISC

Reduced Instruction Set Computer that uses simple and fast instructions.

18
New cards

RISC Charateristics

Uses fewer instructions, fixed instruction length, and fast execution.

19
New cards

Instruction Set

A collection of commands that the CPU can understand and execute.

20
New cards

Clock Cycle

The basic timing unit that synchronizes CPU operations.