Home » Computer » Miscellaneous » Question
  1. A computer executes programs in the sequence of :
    1. Execute, Fetch, Decode
    2. Store, Fetch, Execute
    3. Fetch, Decode, Execute
    4. Decode, Fetch, Execute
Correct Option: C

Fetch-Decode-Execute Cycle is the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory (fetch), determines what actions the instruction requires (decode), and carries out those actions (execute). It is repeated continuously by the central processing unit, from boot up to when the computer is shut down.



Your comments will be displayed only after manual approval.