Computer Science

What is the Fetch - Execute cycle? 

  • The processor first fetches data and instructions from memory and stores them in suitable registers.
  • Then each instruction needs to be decoded before finally being executed.

Discussion