0% found this document useful (0 votes)
4 views

Arduino21

Uploaded by

jeyalakshmi
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)
4 views

Arduino21

Uploaded by

jeyalakshmi
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/ 4

Reg. No.

Question Paper Code : 18044

B.E. / B.TECH. DEGREE EXAMINATION, NOVEMBER / DECEMBER 2021


Fifth Semester
Allied Elective
19ECA03 – ARDUINO FOR ENGINEERS
(Regulations: Mepco – R2019)
Duration: 3 Hours Max. : 100 Marks
Answer ALL Questions
BTL, CO PART A – (10  2 = 20 Marks)
A, CO1 1. An integer variable with value 255 is stored in memory location at 0x8000. The
processor word length is 8 bits and the processor is a Little endian processor.
The size of integer is considered as 4 bytes in the system. What is the value held
by the memory location 0x8000? Justify your answer.
A) 0xFF B) 0x00 C) 0x01 D) None of the above
U, CO1 2. What is the difference between Harvard and Von Neumann architecture?
U, CO2 3. List out the features of ATmega32U4.
R, CO2 4. The onboard flash memory size of ATmega328 is __________. Justify your
answer.
A) 16 KB B) 32 KB C) 512 KB D) 1 KB
U, CO3 5. Which function must an Arduino sketch define to run the main part of program
code? Justify your answer.
A) Setup B) Loop C) Main D) Start
U, CO3 6. What is a library? List out the standard Arduino libraries with description.
U, CO3 7. How do you control speed of the motor?
U, CO3 8. Which type of interrupt should be used to read a sensor value every 5 minutes
in Arduino Sketch? Justify your answer.
A) External Interrupt B) Pin Change Interrupt
C) Timer Interrupt D) Polling
U, CO4 9. Mention the usage of Digital code lock in monitoring system.
U, CO4 10. Which of the following is used in line follower robot to emit light? Justify your
answer.
A) IR transmitters B) IR receivers
C) IR sensor D) None of the above

1
18044
PART B – (5  16 = 80 Marks)
CO1, U 11. a) i. What is Embedded system? Explain the different classifications
of embedded systems with an example. (8 Marks)
CO1, U 11. a) ii. What is Relay? What are the different types of relays available?
Explain the role of relays in embedded applications. (8 Marks)
OR
CO1, U 11. b) i. Explain in detail the major application areas of Embedded
system with examples. (8 Marks)
CO1, U 11. b) ii. Explain in detail about Actuators and its role in embedded
system with an example. (8 Marks)

CO2, U 12. a) i. Explain in detail about Generic AVR microcontroller with a neat
block diagram. (12 Marks)
CO2, U 12. a) ii. Write about Watchdog Timer and its operation. (4 Marks)
OR
CO2, U 12. b) i. Explain in detail about ATmega1280 AVR microcontroller with
a neat block diagram. (12 Marks)
CO2, U 12. b) ii. Compare and Contrast ATmega168 and ATmega328. (4 Marks)

CO3, C 13. a) i. Build an Arduino sketch to blink series of three LEDs one after
the other with delay of 1 second. (8 Marks)
CO3,A 13. a) ii. Explain in detail about "calling functions recursively" with an
example Arduino program. (8 Marks)
OR
CO3, C 13. b) i. Create an Arduino sketch to store a series of string values in
flash memory so that they don't take up space in the SRAM
memory area and then create a table of pointers that your sketch
code uses to access the strings as needed. (8 Marks)
CO3, A 13. b) ii. Write an Arduino code for creating your own library in Arduino
IDE. (8 Marks)

2
18044
CO3, C 14. a) i. Create a traffic signal which is controlled by Arduino with three
separate digital interfaces. (8 Marks)
CO3, U 14. a) ii. Write a short note on Input Flapping. (8 Marks)
OR
CO3, C 14. b) i. What is Touch sensor? Build a simple touch sensor using a
resistor and Arduino with a necessary circuit diagram. (8 Marks)
CO3, U 14. b) ii. Describe in detail about different types of motors to work with an
Arduino. (8 Marks)

CO4, C 15. a) Design Arduino based Automatic light system with a relevant
circuit diagram and necessary program. (16 Marks)
OR
CO4, C 15. b) Illustrate in detail about Arduino based Home automation system
design with a neat diagram and Arduino sketch. (16 Marks)

3
18044
4
18044

You might also like