Digital Electronics - The 8051 Microcontroller
Exercise : The 8051 Microcontroller - General Questions
- The 8051 Microcontroller - General Questions
- The 8051 Microcontroller - True or False
11.
The following program will receive data from port 1, determine whether bit 2 is high, and then send the number FFH to port 3:
READ: MOV A,P1
ANL A,#2H
CJNE A,#02H,READ
MOV P3,#FFH
READ: MOV A,P1
ANL A,#2H
CJNE A,#02H,READ
MOV P3,#FFH
12.
Device pins XTAL1 and XTAL2 for the 8051 are used for connections to an external oscillator or crystal.
13.
When the 8051 is reset and the
line is HIGH, the program counter points to the first program instruction in the:

14.
An alternate function of port pin P3.4 in the 8051 is:
15.
Both registers TL0 and TL1 are needed to start Timer 0.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers