Fetch Execute Cycle Flashcards
1
Q
Computer function
A
Execution of a program (set of instructions)
Processor execute the instructions:
- Fetch (Read the instructions)
- Execute (Perform the instructions)
Program execution: Repeating fetch & execute
Program execution halt
2
Q
Instruction fetch & Execute - Hypothetical Machine
A
Example (3 cycles)
- 2+3 and save the result in the memory
-Single data register
-16-bit word memory
- 4 bit opcode
3
Q
A