Computer Science, asked by ayush11000, 11 months ago

what is CPU and it's functions?

Answers

Answered by aswitha56
7
Fetch Each instruction is stored in memory and has its own address. The processor takes this address number from the program counter, which is responsible for tracking which instructions the CPU should execute next.

Decode All programs to be executed are translated to into Assembly instructions. Assembly code must be decoded into binary instructions, which are understandable to your CPU. This step is called decoding.

Execute While executing instructions the CPU can do one of three things: Do calculations with its ALU, move data from one memory location to another, or jump to a different address.

Store The CPU must give feedback after executing an instruction and the output data is written to the memory.

HOPE IT HELPS!
Answered by HRSRaj
19






A central processing unit is the electronic circuitry within a computer that carries out the instructions of a computer program by performing the basic arithmetic, logical, control and input/output operations specified by the instructions. 
Similar questions