answersLogoWhite

0


Best Answer

An instruction cycle.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What fetches and decodes instructions in a computer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What fetches instructions from memory decodes them and process them?

Control Unit


What component fetches instructions from memory decodes them and processes them?

My ball sack


What fetches decodes executes and stores?

the ram


What fetches and decodes instruction?

control unit


When you reboot your system the computer follows startup instructions stored in this type of memory?

On start up the computer fetches information from BIOS. BIOS is a ROM. After that the computer loads OS from Hard disk into the RAM.


Where the instruction execution happens?

Different parts of instruction execution happen in different places:Control Unit - fetches, decodes, and distributes decoded instructions to other units.Arithmetic Logic Unit - performs arithmetic and logic instructions on command from Control Unit.Input/Output Unit(s) - performs input/output instructions on command from Control Unit.Memory Unit - stores instructions and data, transfers them to/from other units on command from Control Unit.


What is a c compiler?

compiling program, compiler - (computer science) a program that decodes instructions written in a higher order language and produces an assembly language program


How does computers microprocessor work?

The basic computer has two parts: Random Access Memory (RAM) and a Central Processing Unit (CPU.) A microprocessor is a CPU that is built on a single chip. RAM is a place where many bytes are stored. One of the things that can be stored in RAM is a series of "instructions" that tell the CPU what to do. The series of instructions is called a "program." The CPU "fetches" one instruction from RAM, "executes" that instruction, then fetches and executes the next one, and so on. Exactly what the instructions in the program tell the computer to do determines how the computer will act at any given time.


Difference between microprocessor and instruction code?

difference between micro operation and microinstruction


The main chip in the computer is the?

Central Processing Unit is the main chip of computer. CPU fetches and executes instructions. CPU consists of an Arithmetic and Logic Unit (ALU), a control unit, registers and buses.


How Microprocessors work?

A microprocessor is the main part of a computer. It is the engine of a computer that has been created on only one chip. It stores data, moves data from one memory location to another, communicates with other parts of the computer, can do computations, and is controlled by assembly language instructions, that it fetches from some memory.


What is fetching in microprocessor?

1) Fetch is the first of two stages involved in computer processing. The processor operates by processing instructions in what is called the "fetch/execute cycle." The processor fetches (reads from memory) an instruction and then, depending on the instruction, executes it (takes some further action with it, such as shifting bits to the right or left). Then it fetches the next instruction, and so forth.