Vous êtes sur la page 1sur 7

UNIVERSITY OF MUMBAI

S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)


PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to configure 20


timer control registers of 8051 and generate a given time
delay.
2. Write a program in Embedded C language to interface 8051 20
with D/A converter and generate triangular wave of given
frequency on oscilloscope.
3. Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to interface 8 20


LEDs at Input-output port and create alternate LED on/off
pattern
2. Write a program in Embedded C language to interface 20
stepper motor with 8051 to move the motor in wave step in
clock wise direction.
3. Journal 5
4. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to use D/A 20


converter and generate a sine wave on oscilloscope with the
help of lookup table stored in data area of 8051.
2. Write a program in Embedded C language to write a data 20
“Welcome to ES World” to the terminal of PC using Serial
port.
3. Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to interface 8 20


LEDs at Input-output port and create opposite LED
scrolling pattern.
2. Design and develop a reprogrammable embedded computer 20
using 8051 microcontrollers and to show the following
aspects.
a. Programming
b. Execution
c. Debugging
3. Journal 5
4. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to demonstrate 20


interfacing of seven-segment LED display and generate
counting from 0 to 99 with fixed time delay.
2. Write a program in Embedded C language to demonstrate 20
timer working in timer mode and blink LED without using
any loop delay routine.
3. Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to demonstrate 20


use of general purpose port i.e. Input/ output port of two
controllers for data transfer between them.
2. Write a program in Embedded C language to interface 8051 20
with D/A converter and generate square wave of given
frequency on oscilloscope.
3. Journal 5
4. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write a program in Embedded C language to interface 20


stepper motor with 8051 to move the motor in full step in
counter clock wise direction.
2. Write a program in Embedded C language to interface 8 20
LEDs at Input-output port and create alternate nibble on/off
pattern
3. Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to use one of the four ports 20


of 8051 for O/P interfaced to eight LED’s. Simulate binary
counter (8 bit) on LED’s
2. Write an embedded C program to detect temperature in 20
room. If the temperature of the room goes above 50, LED
connected to output port should glow. And when the room
temperature falls below 50 degrees, LED should turn back
OFF.
3. Journal 5
4. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to interface switches to 40


implement Elevator control.
2. Journal 5
3. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Following Fig shows traffic lights on an interface road. 40


There are four lanes and each lane has a traffic signal with
Red, Orange and Green light. Lane1 and Lane3 should
work simultaneously and Lane2 and Lane4 should work
simultaneously.

Write a program in embedded C language to control a


traffic light on an interface.
2. Journal 5
3. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to interface stepper motor 20


with 8051 to move the motor in half step in clock wise
direction.
2. Write an embedded C program to implement a traffic signal 20
simulation for one way lane.
3. Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to interface 8 LEDs at 20


Input-output port and create single LED scrolling pattern.
2. Write an embedded C program to interface 8051 with D/A 20
converter and generate ramp wave of given frequency on
oscilloscope.
3. Journal 5
4. Viva 5
UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to interface 8 LEDs at 20


Input-output port and create two LED on and two LED off
pattern.
2. Write an embedded C program to interface stepper motor 20
with 8051 to move the motor in full step in clock wise
direction.
3 Journal 5
4. Viva 5

UNIVERSITY OF MUMBAI
S.Y.B.Sc.(INFORMATION TECHNOLOGY) (Semester-IV)
PRACTICAL EXAMINATION,
FIRST HALF 2018
Introduction to Embedded Systems
Seat No: ____________ Max Marks: 50

1. Write an embedded C program to configure timer control 20


registers of 8051 in the given format (01100110&
10011001) to generate given time delay.
2. Write an embedded C program to configure 8051 serial port 20
for asynchronous serial communication with serial port of
PC to exchange text message “Good luck for the exam” to
PC and display on PC screen. Signify end of message by
carriage return.
3. Journal 5
4. Viva 5

Vous aimerez peut-être aussi