You are on page 1of 2

SESHADRI RAO GUDLAVALLERU ENGINEERING COLLEGE

(An Autonomous Institute with Permanent Affiliation to JNTUK, Kakinada)


Seshadri Rao Knowledge Village, Gudlavalleru – 521356, Krishna District (A.P.)
Department of ELECTRONICS AND COMMUNICATION ENGINEERING
III B.Tech.-II SEM GEC – R20

MPMCA LAB EXTERNAL EXAM QUESTION PAPER


1. Write an ALP in 8086 to perform subtraction of two 5 byte numbers with
necessary calculations.

2. a) Write an ALP in 8086 to perform addition of two 3 byte numbers with


necessary calculations.
b) Write an ALP in 8086 to perform 16-bit Division.

3. a) Write an ALP in 8086 to convert a BCD number to ASCII number.


b) Write an ALP in 8086 to perform 16-bit multiplication.

4. Write an ALP in 8086 to perform addition of two 6 byte numbers with theoretical
calculations.

5. Write an ALP in 8086 to convert a BCD number to Hexadecimal number.


Assume data: BCD numbers are (i) 98 (ii) 66

6. Write an ALP in 8086 to convert an ASCII number to BCD number.


Assume data: ASCII numbers are (i) 3937 (ii) 3536

7. Write an ALP in 8086 to convert a BCD number to Hexadecimal number.


Assume data: BCD numbers are (i) 59 (ii) 88

8. Write an ALP in 8086 to sort given series of six 8-bit numbers in ascending order
using bubble sort algorithm. Assume data: 24 ,18,36,45,12,70

9. Write an ALP in 8086 to sort given series of 8-bit numbers in descending order
using bubble sort algorithm. Assume data: F3 ,54,A2,45,B4

10. Write an ALP in 8086 to find the largest number in given series of 8-bit numbers
using bubble sort algorithm.

11. Write an ALP in 8086 to find the smallest number in given series of 8-bit numbers
using bubble sort algorithm.

12. Develop an ADC interface and write a program for analog signal to digital
conversion.

13. Interface Stepper motor to 8086 through PPI and rotate it in clockwise direction by
400 steps and anti-clockwise direction for 300 steps.
14. Interface Stepper motor to 8086 through PPI and rotate 3 rotations in clockwise
and 2 rotations in anti-clockwise direction.

15. Interface Stepper motor to 8086 through PPI and rotate 3600 in clockwise and 1800
in anti-clockwise direction.

16. Implement 3 to 8 decoder by interfacing DIDO module to 8086 through PPI.

17. Interface DIDO module to 8086 through PPI and implement the functionality of
1’s complement.

18. Implement 2’s complement functionality by interfacing DIDO module to 8086


through PPI.

19. Develop a DAC interface and write a program to generate a square waveform with
(i) 75% duty cycle and (ii) 50% duty cycle.

20. Develop a DAC interface and write a program to generate a triangular waveform
and saw tooth waveforms.

21. Develop a Program to interface seven segment display to port1 and port2 and
display the count from 0 to 9.

22. Develop a Program to interface seven segment display to port1 and port2 and
display the count from 0 to 7.

23. Implement the functionality of traffic signal controller using 8051 microcontroller.

You might also like