Mention briefly the steps involved in the execution of a program?

Asked 06-May-2022
Viewed 322 times

0

Mention briefly the steps involved in the execution of a program?


1 Answer


0

  • The following steps are involved in programme execution:
  • Fetch: An order is provided to the control unit.
  • Decode: After that, the control unit decodes the newly received command.
  • Execute: During the execution, the Control unit first instructs the appropriate piece of hardware to act. Once this is discovered, control is passed to the hardware. The assignment has now been completed.
  • Save: After the task is successfully saved, the end result is saved.
  • When the cycle is over, the Control unit takes over control.


Read More: What are the different ways in which data can be represented?