Introduction To Cpu
Introduction To Cpu
UNIT
Name: Monishwar S
Class: Bcom CA
Reg No:2213141040032
Roll No:62831
INTRODUCTION TO CPU
▪ During the execution of a program, the control unit fetches one
instruction at a time from the main memory and then executes it. In
this execution process, it takes help of ALU, if the instruction
execution involves arithmetic or logical operation (like AND, OR,
Ex-OR). After execution of the current instruction, the CPU fetches
the next instruction for execution. This process continues until the
program is completed and the result is output using the output
device. In many computers, the control unit and the ALU are
integrated into a single block, known as Central Processing Unit
(CPU).
FEATURES OF CPU
▪ CPU is considered as the brain of the
computer.
▪ CPU performs all types of data
processing operations.
▪ It stores data, intermediate results, and
instructions (program).
▪ It controls the operation of all parts of the
computer.
COMPONENTS OF CPU
2) control unit
▪ Arithmetic section
▪
▪ The function of arithmetic section is to perform arithmetic operations like addition, subtraction, multiplication, and division. All complex
operations are done by making repetitive use of the above operations.
▪
▪ Logic Section
▪
▪ The function of the logic section is to perform logic operations such as comparing, selecting, matching, and
merging of data.
THANK YOU