Skip to main content

Microprocessor: A Study

 A chip made up of a semiconductor material is termed as a Microprocessor. Microprocessors are the emblems of high performance and embodiment of the CPU (Central Processing Unit).

A Microprocessor chiefly consists of:

_________________

_________________

( A ) Arithmetic and Logic Unit  (ALU)


( B ) Control Unit (CU)

________________

________________

The ALU performs arithmetic tasks that it is instructed to perform. Common arithmetic operations are addition, subtraction, multiplication, and division. ALU is also responsible for performing logical operations. 

Boolean Logic is a set of principles. It is used in Computers and helps the Computing Units to perform logical tasks. 

Boolean operators are used in Boolean logic. Such operators perform logical functions. 

ALU is decked with the Boolean Logic. The Logic Unit of ALU is enabled to perform operations such as AND, OR, and NOT; thanks to the Boolean Logic.

In fact, Microprocessor is the hub of Computing activities inside a Computer System. Such a hub is known for high performance.

There are small storage areas in the ALU. These areas called registers are capable of holding data. The size of these registers is called word length or word size. Word length can be of 16 bits or 32 bits.

Word length associated with a register has enough space to accommodate an instruction and data. Instructions compose  a  Computer Program. Program under execution means undergoing data processing activities.

Microprocessor engineering is based on a modeled scheme. The design and construction of the Microprocessor follows the modeled plan.

A Microprocessor is a specialised Unit. Every Microprocessor has a set of instructions that can be executed. This set of instructions form the instruction set of the Microprocessor. 

Instruction set speaks of the capabilities of the Microprocessor. These capabilities are reflected in the different kinds of tasks that instructions individually are capable of giving concrete shapes.

The way in which data in main memory is addressed by the Microprocessor is called the Addressing Mode used by the semiconductor chip.

___________________

___________________

Goodbye!

Have a great day!!

___________________

___________________









Comments

Popular posts from this blog

Interface Message Processor ( IMP )

Interface Message Processor ( IMP ) is a special purpose Computer. The Processor plays a vital role in Host-to-Host communication. IMP is placed between Host Computers.  IMP helps Hosts to exchange information. IMPs ( Interface Message Processors ) form a group. The group dedicates itself towards reliable transmission of Packets. _________________________ Note: An Interface Message Processor can be supposed to have a face. Firstly this supposed face of IMP is in the direction of the first Host, which sends the  message. Secondly, this face is turned towards the other Host.  Now, the IMP,  with its face turned around, communicates with this other Host.  Transformed message from IMP is communicated to this Host. __________________________ Message ( a piece of information ) sent from the Host ( source of information  ) is transformed into Packets. Transformation of the message into Packets is performed by an IMP. These Packets are forwarded to the receiver H...