Showing posts with label Control Unit. Show all posts
Showing posts with label Control Unit. Show all posts

Friday 21 November 2014

Microprocessor Introduction: (continued)


Arithmetic and logic unit:

  It is part of CPU. ALU performs all the operations of arithmetic and logic are performed by ALU. The data on which any operation is to be taken is fed into the computer memory with the help of input devices. The data is then assigned to ALU for further operation. ALU may further be divided into two parts:
Arithmetic Unit
Logic Unit

Arithmetic Unit:

The arithmetic unit of ALU performs the fundamentals operations of arithmetic such as addition, subtraction, multiplication, and division.

Logic Unit:

 unit of ALU does all the operation of data involving between two values. The logical operations include the comparison between two numbers to define which number is greater, less equal or not equal to the number.

Control Unit:

CU is responsible for the execution of the program instruction given to the computer. The input and output devices also depend upon the CU.
It accepts data from the input devices and transfers it to the main memory. Then it transfers data from the main memory to ALU. In the end it sends the output either to the main memory or output devices.

Friday 17 October 2014

Microprocessor (Introduction to Computer Continued)

The Microprocessors:-

The Microprocessor is the brain of computer. A microprocessor is is an integrated circuit that contains a complete CPU on a single chip. It is simply called CPU. CPU is central component of computer. The processor performs the calculations and processing for the computer. There are 2 main units of a Computer Processor.
Arithmetic and Logic Unit
Control Unit

Arithmetic and Logic Unit:-
This Part of the CPU. All the operation of Arithmetic and logic are Performed by ALU. The data on which any operation is to be taken is fed to computer memory with the help of Input device. That is then assigned to ALU for further operations. ALU is actually combination of two units.
Arithmetic Unit
Logic Unit

Arithmetic Unit:-

The Arithmetic unit of ALU performs the fundamental operation of arithmetic such as addition, subtraction, multiplication and division.

Logic Unit:-

This unit of ALU does all the operation of data involving between two values. The logical operation include the comparison between two numbers to define which number is greater, less, equal or not equal to a number.

Control Unit:-

CU is responsible for the execution of the program instruction given to the computer.The Input and Output Devices also depend on the CU.
It accepts the data from input devices and transfer it to the main memory. Then it transfer data from the main memory to ALU. At the end it sends the output either to main memory or output devices.


Wednesday 15 October 2014

The Central Processing Unit (CPU)

The Central Processing Unit:-

The Central Processing Unit or CPU is also called the Brain of a Computer. It is a very complex integrated Circuit. It is build up of millions of tiny components integrated together. It is mainly divided into 2 units.
Arithmetic and Logic Unit (ALU)

Control Unit (CU)

Arithmetic and Logic Unit (ALU):-
The arithmetic and logic unit is the place where main processing is done. It performs Arithmetic Calculation (addition, subtraction, multiplication and division), while Logic unit performs Logical computations (compare objects and numbers with logical statements. Hence ALU manipulates the data.

Control Unit (CU):-

Control Unit maintains, orders and Controls the processing activity in the CPU. It directs the sequence of Operations.