answersLogoWhite

0


Best Answer

This is quite a long story. The very 1st computer was invented during the reign of Henry the 8th.One of his exectioners was killed when the huge pc ran out of power(in the form of a cow turning a turbine). He vowed to get revenge so he invented in Heaven a complicated system on all modern PC's. When the fetch the execute cycle comes on, you should see a man with an axe cycling with his faithful pet cow called Bob. He will chop youir files into two sections. By the way this complete story is fictionous and i hope i kept you entertained.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

well, for starters the data gets fetched from the memory then gives it to the execute cycle and the execute file executes the actions haha, you're welcome. :)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the fetch execute cycle on a computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are there ant diagram of the fetch execute cycle on a computer?

Your question is the failz


define the Fetch-Execute cycle?

the Fetch-Execute cycle is the process by which a computer retrieves a programmed instruction from its memory, determines what actions the instruction dictates, and carries out those actions.


Explain what is meant by the fetch-execute cycle and describe its action in RLT?

Explain what is meant by the fetch-execute cycle and describe its action in RLT?" Explain what is meant by the fetch-execute cycle and describe its action in RLT?"


What do Fetch Decode and Execute mean in a microprocessor?

Fetch Decode Execute. This is the cycle that processors will follow. Fetch the Instruction, Decode it into machine code, Execute the commands


Is fetch decode execute cycle is used in coding?

No. Fetch-decode-execute is a machine state time paradigm, not a philosophy used in coding.


What action is taken by CPU after reset to execute first instruction of program?

The fetch-execute cycle.


What cycle is used by the CPU to execute instructions in a programs?

fetch,decode


What is a CPU cycle?

The sequence of steps that a CPU performs.Also known as fetch-decode-execute cycle.


Demonstrate a correct understanding of the fetch execute cycle of microprocessor?

The fetch-execute cycle of a typical microprocessor involves fetching an instruction from memory, determining what actions the instruction requires it to do, and performing those actions. It is also simply called the Instruction Cycle.


What are the phases of instruction cycle?

There are four phase of an instruction cycle namely: fetch; indirect; execute; write.


How would you describe the fetch execute cycle?

Fetch Execute Cycle A more complete form of the Instruction Fetch Execute Cycle can be broken down into the following steps: 1. Fetch Cycle 2. Decode Cycle 3. Execute Cycle 4. Interrupt Cycle 1. Fetch Cycle The fetch cycle begins with retrieving the address stored in the Program Counter (PC). The address stored in the PC is some valid address in the memory holding the instruction to be executed. (In case this address does not exist we would end up causing an interrupt or exception).The Central Processing Unit completes this step by fetching the instruction stored at this address from the memory and transferring this instruction to a special register - Instruction Register (IR) to hold the instruction to be executed. The program counter is incremented to point to the next address from which the new instruction is to be fetched. 2. Decode Cycle The decode cycle is used for interpreting the instruction that was fetched in the Fetch Cycle. The operands are retrieved from the addresses if the need be. 3. Execute Cycle This cycle as the name suggests, simply executes the instruction that was fetched and decoded


What are the four steps in the instruction cycle?

1.fetch 2.decode 3.execute