Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

multiple choice what is the proper order for the fetch - execute cycle?…

Question

multiple choice
what is the proper order for the fetch - execute cycle?
fetch, execute, decode, store
fetch, decode, execute, store
fetch, store, decode, execute
store, fetch, execute, decode

Explanation:

Brief Explanations

In the fetch - execute cycle, first an instruction is fetched from memory. Then it is decoded to understand what operation is to be performed. After that, the operation is executed. Finally, the result is stored.

Answer:

B. fetch, decode, execute, store