230k views
4 votes
A processor has many different sequential and combinational logic units. Somehow, the inputs for each of those units must be asserted in order to correctly execute an instruction. How does the processor determine those control signals?

1 Answer

1 vote

Answer:

instruction cycle

Step-by-step explanation:

The electronic circuitry within a computer that carries out the instructions of a computer program by performing operations specified by the instructions given is called a PROCESSOR or a CENTRAL PROCESSING UNIT(CPU).

A processor FETCHES instructions that is stored in memory that is to say fetch, involves retrieving infomation. After fetching, we have the DECODING, the processor decodes all programs to be executed and EXECUTE this instructions. THIS IS KNOWN AS THE INSTRUCTION CYCLE.

User Jobbo
by
8.2k points