asked 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

2 Answers

4 votes

Answer:

fetch, decode, execute,

Step-by-step explanation:

answered
User Dory
by
8.4k 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

answered
User Evol Rof
by
8.2k points