CPU structure and Instruction Flashcard

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

1/3

flashcard set

Earn XP

Description and Tags

CPU,Fetch, Decode, Execute

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

4 Terms

1
New cards
<p>Cache Memory</p>

Cache Memory

small, fast memory holding frequently used data to avoid slow trip to RAM

2
New cards
<p>Pipelining </p>

Pipelining

Stages: an instruction moves through dedicated hardware segment for each step

3
New cards
<p>Core function ( Fetch, decode, execute cycle)</p>

Core function ( Fetch, decode, execute cycle)

fetch: CU gets an instruction from RAM

Decode: CU trasnlate the instruction into micro operation

Execute: ALU perform the operation or data move to memory

Write Back: result is stored in a register or memory

4
New cards
<p>memory management</p>

memory management

Allocation: assigning memory block to processes as they start

Tracking: keeping record of which memory parts are used and free

Deallocation: reclaiming memory when processes finish

protection: preventing program from accesssing each other memory

Optimization: Reducing fragmentation and managing virtual memory