Home
Explore
Exams
Search for anything
Login
Get started
Home
fetch-execute cycle
fetch-execute cycle
5.0
(1)
Rate it
Studied by 5 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/10
Earn XP
Description and Tags
HELP
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
11 Terms
View all (11)
Star these 11
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