What is Microprocessor

What is Microprocessor:-

Microprocessor is heart of any computer.
It is an integrated chip.
It is just like CPU.
When it is used in a computer as a CPU, then that computer is called "Microcomputer".
∆ The works of microprocessor in a computer are given below:-
  1. A Microprocessor perform all Arithmetic and Logical operations such as Add, Sub, Mil, AND, OR etc.
  2. It execute the instructions

No comments:

Post a Comment

/Linked List LOOP

  Node*floyeddetectLoop(Node*head){             if(head==NULL)             return NULL;                          Node*slow=head;            ...