--%>

Define Micro-Controller

Define Micro-Controller.

E

Expert

Verified

A microcontroller is by definition is a computer upon a chip. This includes all the necessary parts (with the memory) all in one Integrated Chip. You just require applying the power (and possibly clock signal) to such device and this starts executing the program programmed to this. A microcontroller usually has the main CPU core, ROM or EPROM/EEPROM or FLASH, RAM and some essential functions (as timers and I/O controllers) all integrated in one chip. The original concept behind the microcontroller was to limit the abilities of the CPU itself, allowing a full computer (I/O, memory and interrupts) to fit upon the obtainable silicon real estate.

   Related Questions in Programming Languages

  • Q : Difference between collection and arrays

    Write the difference between collection and arrays?

  • Q : Define Absolute filename Absolute

    Absolute filename: It is a filename whose full path is unambiguously provided starting from the top (that is, root) of a file system tree. For example: c:\Java\bin\javac.exe

  • Q : Who developed Extensible Hyper-Text

    Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven

  • Q : Explain the term Latest XHTML

    Explain the term Latest XHTML Specification?

  • Q : Explain Exclusive-or operator

    Exclusive-or operator: An exclusive-or operator (^) is both a Boolean operator and the bit manipulation operator. The Boolean version provides the value true when only one of its operands is true; or else it offers the value false. Likewise, the bit m

  • Q : Web based programming homework

    Component 2 Task b: Task Description Computing students at this University who study on undergraduate courses require a method to view their module marks and to see how they are progressing on the module. You have been asked to develop a web

  • Q : Explain the difference between RAM and

    Explain the difference between RAM and ROM?

  • Q : Define the term Heterogeneous collection

    Define the term Heterogeneous collection: It is a collection of objects with distinct dynamic types

  • Q : What is Actual argument Actual argument

    Actual argument: The value of an argument enacted to a method from exterior to the method. Whenever a method is called, the real argument values are copied into analogous formal arguments. The kinds of the actual arguments should be compatible with th

  • Q : What are the uses of GPC and GPT What

    What are the uses of GPC and GPT?