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

What is the CPU instruction cycle

The repeated process of fetch, decode, execute, memory access, and registry write-back

2
New cards

What is fetch?

The process of retrieving an instruction from memory to be executed by CPU.

3
New cards

What is decode?

The control unit interprets the instruction and determines the required actions.

4
New cards

what is registery write-back?

The CPU stores the result of execution back into a register of memory.

5
New cards

What are CPU registers?

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

6
New cards

What is the program counter(PC)?

Register that stores the memory address of the next locations.

7
New cards

What is structural hazard?

When hardware resources are insufficient to execute instructions simultaneously.

8
New cards

What is data hazard?

When an instruction depends on the results of a previous instruction.

9
New cards

What is pipeline hazard?

A aituations that prevents the next instruction from executing in the correct style.

10
New cards

What is instruction level of parallelism?

Executing multiple instructions simultaneously to increase performance.

11
New cards

What is the 3 types of processor?

Single core processor

Dual-core processors

Quad-core processor

12
New cards

What is single core processor?

The single-core CPU, used in the 1970s, has only one core that can execute one operation at a time, making it unsuitable for multitasking.

13
New cards

What is dual-core processor?

Have two cores on a single chip ,each with is own cache and controller, working together for faster performance than single-core CPUs.

14
New cards

What is quad-core processors?

Contain four independent cores on one chip, allowing higher performance and faster program execution without increasing clock speed.

15
New cards

What is latency in CPU performance?

The time required to complete a single instruction.

16
New cards

What is branch prediction?

A technique where the CPU guesses the outcome of a branch to reduce delays.

17
New cards

What is RISC architecture?

A CPU design using simple instructions executed in one clock cycle.

18
New cards

What is branch prediction?

A technique where the CPU guesses the outcome of a branch to reduce delays.

19
New cards

What is clock speed in a CPU?

The numbers of cycles the CPU can execute per second, measured in Ghz.

20
New cards

What is CISC architecture?

A CPU design that uses complex instructions requiring multiple cycles.