0% found this document useful (0 votes)
8 views9 pages

220628

The document outlines practical examination tasks for the Microprocessor and Microcontroller Laboratory at Anna University, including assembly language programs for various operations using 8085 and 8051 microprocessors. Each task is allocated a total of 100 marks, with specific criteria for evaluation. The examination is scheduled for May 27, 2025, and includes a detailed mark allocation for different components of the practical work.

Uploaded by

benitonjapheth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views9 pages

220628

The document outlines practical examination tasks for the Microprocessor and Microcontroller Laboratory at Anna University, including assembly language programs for various operations using 8085 and 8051 microprocessors. Each task is allocated a total of 100 marks, with specific criteria for evaluation. The examination is scheduled for May 27, 2025, and includes a detailed mark allocation for different components of the practical work.

Uploaded by

benitonjapheth
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

1.

Write an assembly language program for performing the Addition and Subtraction of one byte
numbers using 8085Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

2.Write an assembly language program for performing the Multiplication and Division of 8 bit
numbers using 8085 Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

3.Write an assembly language program to sort a given array in Ascending and Descending order
with array of length10 using 8085 Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

4.Write an assembly language program to find Largest and Smallest number in a given array using
8085 Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100
10.Write an assembly language program for performing Addition and Subtraction of two8bit
numbers using 8051 Microcontroller and store the results in memory.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

11.Write an assembly language program for performing the Multiplication and Division of two
8bit data using 8051 and store the result in memory.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

19.write an assembly language program to convert a given decimal number into


hexadecimal number using 8085 microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

1. Write an assembly language program for performing the Addition and Subtraction of one byte
numbers using 8085 Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100
2.Write an assembly language program for performing the Multiplication and Division of 8 bit
numbers using 8085 Microprocessor.(100)
Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total
required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

ANNA UNIVERSITY: CHENNAI


PRACTICAL EXAMINATION- Apr /May 2025

College Code & Name : 9616&Marthandam College of Engineering & Technology

Subject Code & Name : EE3413-Microprocessor and Microcontroller Laboratory

Degree & Department : BE & Electrical and Electronics Engineering


Year / Semester : II / 04
Date of Examination : 27-05-2025

Internal Examiner External Examiner


ANNA UNIVERSITY, CHENNAI: 600 025
B.E/B.TECH UNIVERSITY PRACTICAL EXAMINATIONS - Apr /May 2025
College Code & Name: 9616, Marthandam College of Engineering and Technology

Sub. Code &Name: EE3413-Microprocessor and Microcontroller Laboratory

Semester/Year: 04/II Max. Marks: 100


Date of Exam: 27-05-2025 Duration: 1.00 pm- 4.00 pm

Time: 3 Hours Maximum Marks: 100

QUESTION STATEMENT

Aim / Apparatus Tabulation/Circuit Calculation Viva- Record Total


required/Principle /Program/Drawing &Results Voce
/Procedure
20 30 30 10 10 100

1. Write an assembly language program for performing the Addition and Subtraction of one byte numbers using
8085Microprocessor.(100)

2.Write an assembly language program for performing the Multiplication and Division of 8 bit numbers using 8085
Microprocessor.(100)

3.Write an assembly language program to sort a given array in Ascending and Descending order with array of length10
using 8085 Microprocessor.(100)

4.Write an assembly language program to find Largest and Smallest number in a given array using 8085
Microprocessor.(100)

5.Write an assembly language program to convert Analog signal into a Digital signal using ADC interfacing using 8085
Microprocessor.(100)

6.Write an assembly language program for Digital to Analog converter using 8051.(100)

7.Write an assembly language program to convert Digital inputs into Analog outputs and to generate different wave
forms using 8085 Microprocessor.(100)

8.Write an assembly language program in 8085 to rotate the motor at different speeds using Stepper Motor.(100)
9.Write an assembly language program in 8085 to display the rolling message “HELP US ” in the display.(100)

10.Write an assembly language program for performing Addition and Subtraction of two 8bit numbers using 8051
Microcontroller and store the results in memory.(100)

11.Write an assembly language program for performing the Multiplication and Division of two 8bit data using 8051 and
store the result in memory.(100)

12.Write an assembly language program for interfacing 8279 with 8051.(100)

13.Write an ALP to run a stepper motor in anticlockwise direction using 8051.(100)

14.Write an assembly language program to compute the standard deviation and variance of the given array of numbers.
Execute the program using 8085 microprocessor.(100)

15.Write and execute an assembly language program to generate the sine wave of frequency 50 HZ.
Demonstrate the signal generation using a DAC and 8085 microprocessor and observe the sine wave on the scope.(100)

16.(a) Interface a 8 bit DAC with 8085 and write an ALP to generate a square wave.(50)
(b) Write an ALP to find the largest element in an array using 8085 mnemonics.(50)

17.(a) write an assembly language program to convert a binary number into ASCII
number using 8051 microcontroller.(50)
(b) Write an ALP to perform 16-bit data addition using 8051 mnemonics.(50)

18.a) write an assembly language program to convert a binary number into ASCII number using 8085
microprocessor.(50)
(b) write an assembly language program to convert a given ASCII number into binary number using 8085
microprocessor.(50)

19.write an assembly language program to convert a given decimal number into hexadecimal number using 8085
microprocessor.(100)

20.Write a Program code for 8 bit multiplication with PIC microcontroller.(100)

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY, CHENNAI: 600 025

B.E/B.TECH UNIVERSITY PRACTICAL EXAMINATIONS - Apr /May 2025

College Code & Name: 9616, Marthandam College of Engineering and Technology

Sub. Code & Name: EE3413-Microprocessor and Microcontroller Laboratory


Semester/Year: 04/II Max. Marks: 100

Date of Exam: 27-05-2025 Duration: 1.00 pm- 4.00 pm

MARK ALLOCATION:

Aim/Apparatus 20
required/Principle
/Procedure
Tabulation/Circuit 30
/Program/
Drawing
Calculation & Results 30

Viva-Voce 10

Record 10

TOTAL 100

INTERNAL EXAMINER EXTERNAL EXAMINER


ANNA UNIVERSITY, CHENNAI
B.E/B.TECH UNIVERSITY PRACTICAL EXAMINATIONS - APR /MAY 2025

College Code & Name: 9616, Marthandam College of Engineering and Technology

Sub. Code & Name: EE3413-Microprocessor and Microcontroller Laboratory

Semester/Year: 04/II Max. Marks: 100


Date of Exam: 27-05-2025 Duration: 1.00 pm- 4.00 pm

VIVA VOCE (10)

Sl. Register Marks


No. Roll No. Number Name of the student (10)

1 23EEE02 961623105002 ASWIN RAJ S


2 23EEE03 961623105003 GANGA R
3 23EEE04 961623105004 VISHNU G S
4 L24EEE05 961623105301 BIBIN JOSE X
5 L24EEE06 961623105302 GANAPATHY G
6 L24EEE07 961623105303 MARIMUTHU S
7 L24EEE08 961623105304 MUGESHBABU A
8 L24EEE09 961623105306 SIVAKUMAR N
9 L24EEE10 961623105307 THIRUMURUGAN S

EXTERNAL EXAMINER
ANNA UNIVERSITY, CHENNAI: 600 025
9616 - MARTHANDAM COLLEGE OF ENGINEERING AND TECHNOLOGY
University Practical Examination– Apr /May 2025
BATCH SCHEDULE

Department : ELECTRICAL AND ELECTRONICS ENGINEERING


Degree & Branch : B.E-EEE
Sub. Code/Name of the Lab Course : EE3413-Microprocessor and Microcontroller Laboratory
Venue(Lab Name) : Microprocessor and Microcontroller Laboratory

Date of Batch Total No. of


Exam. No. Time Register No. of Candidates Candidates

27-05-2025 1.00 pm- 961623105002-961623105004,


I
4.00 pm 961623105301-961623105304, 09
961623105306, 961623105307

Internal Examiner : Dr. C.P.Blesslin Elizabeth

Skilled Assistant : Mr. John Dhaya J D

HOD Principal
ANNA UNIVERSITY, CHENNAI: 600025
B.E/B.TECH UNIVERSITY PRACTICAL EXAMINATIONS - Apr /May 2025
College Code & Name: 9616, Marthandam College of Engineering and Technology

Sub. Code & Name: EE3413-Microprocessor and Microcontroller Laboratory

Semester/Year: 04/II Max. Marks: 100


Date of Exam: 27-05-2025 Duration: 1.00 pm- 4.00 pm

MARK ALLOCATION

Aim / Tabulati
Apparatus on Calculation Viva- Record Total
required / Circuit / & Results Voce
Sl. /Principle/
Name Program/ (10) (100)
No. Reg. no.
Procedure( Drawing (30) (10)
20) (30)
1 961623105002 ASWIN RAJ S
2 961623105003 GANGA R
3 961623105004 VISHNU G S
4 961623105301 BIBIN JOSE X
5 961623105302 GANAPATHY G
6 961623105303 MARIMUTHU S
7 961623105304 MUGESHBABU A
8 961623105306 SIVAKUMAR N
9 961623105307 THIRUMURUGAN S

INTERNAL EXAMINER EXTERNAL EXAMINER

You might also like