multiple choice\nwhat is the proper order for the fetch - execute cycle?\nfetch, execute, decode…

multiple choice\nwhat is the proper order for the fetch - execute cycle?\nfetch, execute, decode, store\nfetch, decode, execute, store\nfetch, store, decode, execute\nstore, fetch, execute, decode
Answer
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