- A microcontroller at-least consists of a processor as its CPU with RAM, ROM, I/O ports and timers. It may contain some additional peripherals like ADC, PWM, etc.
- Unlike microprocessors, microcontrollers make use of batteries because they have low power consumption.
- fetch,decode,execute are the order decided by a processor or the CPU of a controller to execute an instruction.
- If we say a microcontroller is 8-bit it means that it is capable of processing 8-bit data at a time. Data processing is the task of ALU and if ALU is able to process 8-bit data then the data bus should be 8-bit wide.
- data bus, address bus, control bus they are presents in a controller for transferring data from one place to another.
- .hex is the file extension that is loaded in a microcontroller for executing any instruction.
- microcontrollers are not called general purpose computers because they design to perform dedicated task.
`{{-b\pm\sqrt{{b^2}-4ac}}\over{2a}}`
`\sum_{i=0}^n i^2 = \frac{(n^2+n)(2n+1)}{6}`
When `a \ne 0` , there are two solutions to `\(ax^2 + bx + c = 0\) `and they are
`x = \frac{-b \pm \sqrt{b^2-4ac}}{ 2a}.`
Leave a Comment