Machine cycle is the basic process performed by a CPU which is the main logic unit of a computer. Machine Cycle only consists of four processes, mainly:
- Fetch - retrieve an instruction from the main memory
- Decode - translate the retrieved instruction into a series of computer commands.
- Execute - execute the computer commands
- Store - write the results back in memory.
No comments:
Post a Comment