--%>

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 : What is Pattern Pattern : It is a

    Pattern: It is a recurring theme in class usage or design. Interfaces like Iterator encapsulate a pattern of admission to the items in a collection, whereas freeing the client from the requirement to know details of the way in which the collection is

  • Q : Define Uniform Resource Locator Uniform

    Uniform Resource Locator: It is a Uniform Resource Locator (abbreviated as URL) expands the concept of file access from a wholly local context to one in which the resources are named uniformly, irrespective of where they may be physically situated. A

  • Q : "This" Pointer "this" pointer: In C++

    "this" pointer: In C++ uses a unique keyword called "this" to represent a object that

  • Q : Transport for XML Web Services What is

    What is the transport for XML Web Services? How can end-to-end security be provided for this transport?

  • Q : Define the term Runtime error Define

    Define the term Runtime error: It is an error which causes a program to finish whenever it is being run.

  • Q : What is XLink What is XLink? Answer: It

    What is XLink? Answer: It is a part of the XLL specification which is concerned along with specifying links among documents.

  • Q : State Space Reduction in Java PathFinder

    State Space Reduction: JPF is a so-called explicit-state model checker, as it enumerates all visited states, and therefore suffers from the state explosion problem inherent in analyzing large programs. It also contains garbage collection, because a ty

  • Q : Define Property Specifications Property

    Property Specifications: Users can specify assertions using the assert(expr) statements. An assert statement is used to check if the property specified by the expression expr is valid within a state. If expr evaluates to 0, this implies that it is not

  • Q : What do you mean by Class variable What

    What do you mean by Class variable: It is a synonym for the static variable.

  • Q : Illustrates the parts of an XML

    Illustrates the parts of an XML document are case-sensitive.