Options

Microprocessor

nilutpalnilutpal Registered Users Posts: 1 ■□□□□□□□□□
What is the difference between microprocessor and microcontroller?



Regards,
nilutpal

Comments

  • Options
    SlowhandSlowhand Mod Posts: 5,161 Mod
    A microprocessor is, for all intents and purposes, the 'brain' of a device that carries out all the instructions of a computer program. It's the core of a computer, responsible for all the calculations and number-crunching the computer does. (Don't confuse this with RAM, which stores active programs for the CPU to process.)

    A microcontroller is an integrated circuit that contains all the basic elements of a fully functioning computer - a CPU, memory, etc. - (basically a system on a chip,) that's often times used in things that require a simple computer dedicated to specific tasks,like in a remote control, in a car, or in embedded devices like smartphones and medical equipment.

    There are some great articles on Wikipedia on both microprocessors and microcontrollers.

    Free Microsoft Training: Microsoft Learn
    Free PowerShell Resources: Top PowerShell Blogs
    Free DevOps/Azure Resources: Visual Studio Dev Essentials

    Let it never be said that I didn't do the very least I could do.
Sign In or Register to comment.