fetch-execute cycle

5.0(1)
studied byStudied by 5 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

HELP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards
what is step 1
fetch information from the primary storage (memory)
2
New cards
what is step 1a
CPU → address bus → memory → data bus → memory data register
3
New cards
what is step 2
decode information into operation code and data addresses
4
New cards
what is step 2a
copy instruction code from memory data register into instruction register
5
New cards
what is step 2b
copy address of the data into address register
6
New cards
what is step 2c
use address register to copy data into storage register
7
New cards
what is step 2d
send operation code and data to ALU
8
New cards
what is step 3
execute the instruction on the data
9
New cards
what is step 3a
send result to accumulator (register), ready for next instruction
10
New cards
what is step 4
store the result in primary storage (memory)
11
New cards
what is step 4a
result → data bus → stored in memory