What is difference between a microprocessor and operating system?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paramjeet kaur
    New Member
    • Sep 2010
    • 5

    What is difference between a microprocessor and operating system?

    as microprocessor is small chip on which programming is done to operate comp than why we need operating system?
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    The OS abstracts the functions of the microprocessor and allows for useage of a computer without knowing assembly, binary, or some other low-level language

    Comment

    • horace1
      Recognized Expert Top Contributor
      • Nov 2006
      • 1510

      #3
      In many small microcontroller systems there is no operating system as such. One writes code to control all the aspects of the device, e.g. scheduling events, handling IO interrupts, etc and downloads it into the program memory. Usually, the manufacturers of microcontroller s supply support librarys, e.g. APIs for USB, networking, ADCs, Canbus, etc.
      Larger microcontroller s could well come with an operating system such as a real time UNIX

      Comment

      Working...