--%>

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 : Use Finite-State Space Abstractions Use

    Use Finite-State Space Abstractions: In order to successfully apply explicit-state model checking, defects must be detectable in a sufficiently small state space. This can be achieved either by means of heuristics that constrain the way the state spac

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : Explain Out-of-bounds value

    Out-of-bounds value: It is a redundant value employed to point out that a different action from the norm is needed at some point. The read technique of InputStream returns -1 to point out that the end of a stream has been reached, for illustration, ra

  • Q : Describe Software reuse Software reuse

    Software reuse: It is the ability to reuse software components in various contexts. The object-oriented languages aid to encourage reuse by their support of encapsulation.

  • Q : Explain the relationship between XHTML

    Explain the relationship between XHTML and XML?

  • Q : Determine a web page element which

    How can I determine a web page element which contains exact text?

  • Q : Define Delegation Delegation : The

    Delegation: The procedure by which an object passes on a message has received to a sub-ordinate object. When inheritance is not accessible in a programming language, then delegation is the most viable option for ignoring code duplication and promoting

  • Q : Features of WordPress Normal 0 false

    Normal 0 false false

  • Q : Define Passing by value Passing by

    Passing by value: In this process separate memory builds for formal arguments and when any modifications done on formal variables, it will not influence the real variables. Therefore actual variables are preserved in this situation.

  • Q : What is Modal What is Modal : A dialog

    What is Modal: A dialog is a modal when its parent application is blocked from additional activity until the dialog has finished.