what is cpu explain
Answers
CPU (Central Processing Unit):
CPU is the abbreviation for central processing unit. Sometimes referred to simply as the central processor, but more commonly called a processor, the CPU is the brains of the computer where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.
It has two main components:
1. The arithmetic logic unit (ALU), which performs arithmetic and logical operations.
2.The control unit (CU), which extracts instructions from memory and decodes
Answer:
what is cpu?
cpu is nothing but the central processing unit of the computer. it is the heart and brain of the computer.
functions of cpu:
whatever data we give to the computer is taken as a input by the computer
it accepts the commands and processes accordingly.
it gives the output of what the users want.
it controls all the memory, input and output devices.
it takes all the decisions
types of operations computer performs:
arithmetic (mathematical)
logical (logic)
arithmetic operations are (+),(-),(*),(/)
logical operators allow any program to make their own decision depending on multiple situations.