Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

LAKIREDDY BALI REDDY COLLEGE OF ENGINEERING (AUTONOMOUS)

L.B.Reddy Nagar :: Mylavaram – 521 230 :: Krishna Dist.:: A.P.


MICROPROCESSORS AND MICROCONTROLLERS- 17EC22

UNIT-IV
1. Differentiate between Microprocessor and Microcontroller.

2. List out the features of 8051 microcontroller.

3. Summarize the bit addressable registers of 8051 microcontroller.

Page 1 of 5
4. Interface 4KB EPROM and 8KB RAM with 8051. The EPROM address starts at
0000H and RAM address starts at 8000H.

5. Describe the interfacing of external memory with 8051 microcontroller.

Page 2 of 5
6. Interface 16KB EPROM and 16KB RAM with 8051. The EPROM address starts at
0000H and RAM address also starts at 0000H.

7. List out various addressing modes supported by 8051 microcontroller with


suitable examples.

• Direct Addressing Mode


• Indirect Addressing Mode
• Register Instructions
• Register Specific (Register Implicit)
• Immediate Mode
• Indexed Addressing Mode

Page 3 of 5
8. Discuss the alternate functions of port-3 pins of 8051 microcontroller.

9. Discuss the internal RAM organization of the 8051.

Page 4 of 5
10. Develop an assembly language program to find average of two eight bit numbers

11. Develop an assembly language program to count the number of 1s and 0s in given
byte of data.

12. Develop a program by using 8051 instructions to divide an 8-bit number present
at memory location 8000H with number present at address 8001H and store the
quotient at the memory location 8020 and remainder at memory address 8021H.

Page 5 of 5

You might also like