QUESTION IMAGE
Question
question # 2
multiple choice
what is the proper order for the fetch - execute cycle?
store, fetch, execute, decode
fetch, decode, execute, store
fetch, execute, decode, store
fetch, store, decode, execute
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 back in memory if required.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
B. fetch, decode, execute, store