answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Demonstrate a correct understanding of the fetch execute cycle of microprocessor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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


What are some microprocessor trends?

Some microprocessor trends include the ability of microprocessors to execute one billion instructions per second. It also includes having 64-bit ALUs.


What no of instruction will be execute by using only one clock pulse in 8085 microprocessor?

There are no instructions in the 8085 that execute in only one clock pulse. The minimum number of clock cycles is four; three for instruction fetch and one for instruction decode/execute.


What is the c language used in microprocessor?

The program used inside microprocessors is microcode,the program what microprocessors execute is machine code.


Which is smarter microprocessor or artificial intelligence?

It all depends on your definition of smarter. However, a microprocessor does not have any recognized intelligence; it only performs activity. Artificial intelligence is software that has various methods to make independent decisions about specific interactions with the environment. A microprocessor can exist without artificial intelligence, but artificial intelligence can not exist without a microprocessor to execute instructions.


How many instructions execute in one second in 8086 microprocessor?

The number of instructions that can execute in one second in the 8086 microprocessor is highly dependent on clock speed, memory wait time, and instruction complexity mix, but the generally accepted performance factor is 0.33 MIPS (Million Instuctions per Second) at a clock speed of 4.77 MHz.


What is the need for timing diagram in microprocessor?

The need for a timing diagram for a microprocessor is, primarily, to allow you to properly design the interface logic that will support the microprocessor. You need to know what lines are used to execute various data transfers, what are the timing of those lines with respect to each other, and how the microprocessor expects the external logic to behave. You can also use the timing diagram to understand how the microprocessor functions and, particularly, to know how long each instruction will take.


What makes the N core perform better than the traditional?

The term "N core" means that the microprocessor contains 2 or more independent CPUs instead of the single CPU in the "traditional" microprocessor. The more CPUs in the microprocessor, the more instructions it can execute per clock cycle, because the extra CPUs work in parallel and usually do not have to wait for each other.


What does executed by mean on a real estate lien release?

"Executed by" would refer to the party who is releasing the lien. The correct party must execute the release or it will not be effective in releasing the lien."Executed by" would refer to the party who is releasing the lien. The correct party must execute the release or it will not be effective in releasing the lien."Executed by" would refer to the party who is releasing the lien. The correct party must execute the release or it will not be effective in releasing the lien."Executed by" would refer to the party who is releasing the lien. The correct party must execute the release or it will not be effective in releasing the lien.


What is The Clock rated?

It is the speed taken by a microprocessor in the CPU to execute instructions.. It is often measured in MHz and most often GHz. The faster the rate is the faster your computer can perform calculations and do instructions..


What is the necessity to use opcode fetch cycle for every instruction?

The microprocessor uses an opcode fetch cycle for every instruction because it has to know the opcode in order to execute it, and that is located in memory.


What is diffeence between a microprocessor and microprogramed?

Do you mean what is the difference between a microprocessor and microcode? Microcode is an instruction sequencer found in CISC architectures. It's job is to take the machine code and break it down into a sequence (usually steps of 4) to execute things such as indirect register references and other multi-step instructions.