0% found this document useful (0 votes)
5 views2 pages

Embedded Systems Exam Paper January 2024

The document outlines an examination paper for an Embedded Systems course scheduled for January 2024, consisting of multiple-choice questions in Group A and various technical questions in Group B. Students are required to answer ten MCQs from Group A and five questions from Group B, covering topics such as Arduino functionality, interfacing circuits, and microcontroller features. The paper includes practical programming tasks and theoretical questions related to embedded systems and microcontrollers.

Uploaded by

kyls6782
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)
5 views2 pages

Embedded Systems Exam Paper January 2024

The document outlines an examination paper for an Embedded Systems course scheduled for January 2024, consisting of multiple-choice questions in Group A and various technical questions in Group B. Students are required to answer ten MCQs from Group A and five questions from Group B, covering topics such as Arduino functionality, interfacing circuits, and microcontroller features. The paper includes practical programming tasks and theoretical questions related to embedded systems and microcontrollers.

Uploaded by

kyls6782
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

511/1(N)

JANUARY 2024

EMBEDDED SYSTEM

Time Allowed: 2.5 Hours Full Marks: 60

Answer to Question No. 1 of Group A must be written in the main answer script. In
Question No. 1, out of 2 marks for each MCQ, 1 marks is allotted for right answer and 1 marks is
allotted for correct explanation of the answer.
Answer any Five (05) Questions from Group-B.

GROUP-A

1. Choose the correct answer from the given alternatives and explain your answer (any ten) : 2x10=20

i) What will be the value of x for generating 1 second delay using the function delay (x) in Arduino Uno
a) 1 b) 10 c) 1000 d) 60
ii) What is the maximum voltage an Arduino UNO board can handle?
a) 5V b) 9V c) 12V d) 24V

iii) Which of the following is used to control the brightness of an LED connected to an Arduino board?
a)Analog input pin b) Digital input pin C) Analog output pin D) Digital output pin
iv) On-board chip ATmega328p in Arduino UNO is__
a) 8-bit processor b) AVR microcontroller c) RISC processor d) All of the above
v) What is the function of the setup() function in an Arduino sketch?
a) It sets up the initial configuration of the sketch
b) It handles the input/output operations of the sketch
c) It runs continuously while the sketch is running
d) It is used to define custom functions in the sketch
vi) The device LM35 is used in connection with the following purpose(s)__
a) Pressure control , b) Water Level Monitoring,
c) Temperature control, d) Motion control of an object.
vii) Find out the incorrect option__
a) digitalWrite (3,1); b) [Link]( );
c) digitalWrite (3, HIGH); d) pinMode (A0, OUTPUT);

viii) Which of the following is not a valid data type in an Arduino sketch?
a) int b) char c) float d) double
ix) In the analogWrite( 3, M ) function, the maximum value of M is__
a) 0 b) 255 c) 5 d) 1023

x) What does P refer to in AT328P processor ?


a) Pico-power, b) Processor, c) Peripheral d) Programmable.

xi) An LCD can display characters in 3 lines. The specification of the LCD is defined as __
a) 16 X 3 b) 3 X 16 c) 24 X 3 d) Both (a) & (c)

xii) PIC 18 microcontroller contains ____ bit CPU.


a) 16 b) 18 , c) 8 d) 32

1
xiii) How many ports does the PIC 18 processor contain for parallel data transfer with its peripherals ?
a) 3 ports , b) 5 ports, c) 8- ports d) 18 ports

xiv) Which language is used to built Arduino IDE?


a)Java b)HTML c)C/C++ d)Python

xv) The microcontroller which consists of On-chip Analog to Digital Converter (ADC)__
a) Intel 8051/52, b) ATmega328, c) PIC 18 d) Both (b) & (c)

GROUP-B

Answer any Five (05) questions.

2. (a) Draw the block diagram of a prototype Arduino Uno board and discuss short description of
its different pins.
(b) On-board LED is connected at which pin? 6+2

3. (a) Draw the interfacing circuit of switch and Led with Arduino UNO board .
(b) Write a program to keep the LED turned on, as long as switch is pressed otherwise the
LED remains off. 2+ 6
4. Write syntax and functions of ( any two ) :
(a) [Link](9600) , (b) pinMode() , (c) analogWrite() , (d) Setup () 4+4

5. (a) Draw an interfacing circuit of 7-segment display (CC-Type) with an Arduino board.
(b) Write a program to display the number 8 on this 7-segment display. 3+5

6. (a) What is flash memory ? 3+5


(b) Mention at least ten important features of ATmega328p microcontroller.

7. (a) Compare the features among Intel 8051 and PIC 18.
(b) Explain briefly the function of WREG register and Status register of PIC18 F452 microcontroller.
4+4
8. (a) What is the function of the driver L298 ?
(b) Write a program for speed control of a DC motor with necessary interfacing diagram with
Arduino board. 2+6

9. (a) Draw the Interfacing with Stepper motor with Arduino /PIC
(b) Discuss working operation principle of Stepper motor (Clockwise).
4+4

____________________

You might also like