73.1k views
0 votes
List the three primary steps of the instruction execution cycle, in sequential order.

a. fetch, decode, memory write
b. fetch, memory read, execute
c. decode, fetch, execute
d. fetch, decode, execute

User Strawberry
by
3.4k points

2 Answers

4 votes

Answer:

fetch, decode, execute,

Step-by-step explanation:

User Dory
by
3.7k points
3 votes

Answer:

d. fetch, decode, execute

Step-by-step explanation:

Each instruction is a command that a user gives to the computer. To execute this instruction, the computer initially has to find the instruction in the memory, that is, fetching the instruction, and then understand what the instruction means, that is, decoding.

So the correct answer is:

d. fetch, decode, execute

User Evol Rof
by
3.5k points