answersLogoWhite

0

The word form of 8.051 is eight and fifty one thousandths.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Who is first invented 8051 microcontroller or 8051 microprocessor?

Intel


Why the name 8051 as 8051?

because i said so thats why


How many instruction in 8051 microcontroller?

how many interrupts in 8051


What is the difference between microcontroller 8051 and avr atmega16?

avr is high speed cmpar to 8051.in 8051 there are less number of instructions


How much voltage is required to energize the 8051 microcontroller?

The 8051 runs on +5vdc.


Is 8052 family of 8051?

Yes, 8052 family is upgraded version of 8051 family


What are 8051 based systems?

The 8051 is a micro-controller series, basically a computer on a chip. A system based on the 8051 series micro-controller is simply that, a device or series of devices that operate under control of one or more 8051 micro-controllers.


Is 8051 a cisc or risc?

8051 is a CISC but having less number of instruction as comared to ARM which is RISC.CISC


How temperature is measured using 8051 micro-controller?

how temperature is measured using 8051 micro-controler?


How do you burn the software on a 8051 microcontroller?

You will need a 8051 device programmer that connect to a PC with software to drive the programmer


Is 8051 is von nuemann or Harvard architecture?

Atmel's family say that 8051 controller follows the von-nuemann architecture. because register to register operation not possible in all 8051 family. if it is harvard means, it must support register to register transfer.Hence it concludes that 8051 followed by von-nuemann or Princeton architecture...


8051 pin diagram pin description?

The Intel 8051 is an 8-bit microcontroller which means that most available operations are limited to 8 bits. There are 3 basic "sizes" of the 8051: Short, Standard, and Extended. The Short and Standard chips are often available in DIP form, but the Extended 8051 models often have a different form factor, and are not "drop-in compatable". All these things are called 8051 because they can all be programmed using 8051 assembly language, and they all share certain features (although the different models all have their own special features). Some of the features that have made the 8051 popular are: * 8-bit data bus * 16-bit address bus * 32 general purpose registers each of 8 bits * 16 bit timers (usually 2, but may have more, or less). * 3 internal and 2 external interrupts. * Bit as well as byte addressable RAM area of 16 bytes. * Four 8-bit ports, (short models have two 8-bit ports). * 16-bit program counter and data pointer 8051 models may also have a number of special, model-specific features, such as UARTs, ADC, OpAmps, etc...