This is the machine cycle |
The next topic is about the Machine Cycle.
The machine cycle is a 4 process cycle that includes reading and interpreting the machine language, executing the code and then storing that code.
4 steps:
- Fetch - Retrieve an instruction from the memory.
- Decode - Translate the retrieved instruction into a series of computer commands.
- Execute - Execute the computer commands.
- Store - Sand and write the results back in memory
Source:
Computer Science 1 discussion
http://www.computerhope.com/jargon/m/machcycl.htm
No comments:
Post a Comment