Papers/Machine learning

Machine Cycle

tomato13 2018. 12. 24. 13:49

 

https://www.computerhope.com/jargon/m/machcycl.htm

 

 

 

The steps performed by the computer processor for each machine language instruction received. The machine cycle is a 4 process cycle that includes reading and interpreting the machine language, executing the code and then storing that code.

 

Computer machine cycle

 

Four steps of Machine cycle

Fetch - Retrieve an instruction from the memory.

Decode - Translate the retrieved instruction into a series of computer commands.

Execute - Execute the computer commands.

Store - Send and write the results back in memory.