What is the fetch-decode-execute cycle briefly?
· The CPU fetches instructions or data from the main memory and brings them back to the CPU
· It then decodes the instructions to figure out what it needs to do
· It then executes the instruction. This could be -
· Going back to the main memory and grabbing some data
· Performing a calculation
· Storing information back into the main memory