Question Bank of IOT
Question Bank of IOT
MANAGED
N. G. PATEL POLYTECHNIC
COMPUTER ENGINEERING DEPARTMENT
Question Bank
Subject Name : IoT(4360703)
Semester :6TH
Part –
Questions carrying 3 Marks
A
1 Define IoT. List its applications.
2 Explain security challenges of IoT.
3 Define Sensors, Actuators, Transducers.
4 Classify the sensors.
5 Define actuator. List types of actuators
6 List different types of actuators and its applications.
7 List different types of sensors and its applications.
8 Explain working of Gyro sensor.
9 Explain working of DHT sensor and Sharp IR sensor.
10 Explain working of solenoid.
11 Explain structure of any Arduino sketch.
12 Develop an Arduino sketch to blink built-in LED.
Write an Arduino UNO code to implement an automated traffic signal
13
system using different color LED.
Develop an Arduino sketch to take input from the user through serial
14
monitor and display it on serial monitor.
15 Develop an Arduino sketch to print 1 to 10 numbers using loop() function.
16 List the Serial communication functions and I/O functions.
17 What is messaging protocols of IoT? Differentiate between MQTT and CoAP.
18 Differentiate between Li-Fi and Wi-fi.
19 Explain Ring topology with its advantage and disadvantage.
List the advantages of Li-Fi over conventional wireless communication
20
technologies for IoT connectivity.
21 Define point-to-point topology. State its advantages and disadvantages.
List 4 different types of sensor network topologies. Identify one real-world
22
application for each of the sensor network topologies
Part –
Questions carrying 4 Marks
B
1 List and briefly explain key characteristics of IoT.
2 List and explain design challenges of IoT.
3 Explain need of relay while using actuators.
4 Explain working of following sensors. i) LDR sensor ii) PIR motion sensor.
5 Explain need of ADC chip while using analog sensors
Write an Arduino Uno code to turn ON and OFF the 3 LEDs (Red, Green,
6
Blue) based on the 3 Pushbutton switches.
Write an Arduino UNO code to measure temperature and humidity using
7
DHT.
Write an Arduino UNO code to measure distance of an object and display it
8
on the Serial Monitor using Ultrasonic sensor.
Write an Arduino UNO code for PIR sensor to detect presence/movement
9
and turn on an LED automatically.
What is transport protocol? Explain BLE technology with its key characteristics.
10 OR list the key features of BLE that make it ideal for IoT applications in low-power
devices.
11 Explain XMPP messaging protocol. Also, state its pros and cons.
12 Explain Li-Fi technology with its advantages and disadvantage.
13 Explain working of CoAP in detail.
14 Compare pros and cons of mesh and star topologies in IoT sensor networks.
Part –
Questions carrying 7 Marks
C
1 Explain key components of IoT.
2 Explain and draw four main layers of IoT architecture.
4 State and Explain working principle of servo motors with neat diagram.
State and explain working principle of Ultrasonic Distance Sensor with neat
5
diagram.
6 Explain working of stepper motor.
Draw and Explain block diagram of Arduino UNO.OR Explain Pin diagram
7
of Arduino UNO.
Develop an Arduino sketch to check if the given character is digit or
8
alphabet and if it is alphabet then check if it is in uppercase or lowercase.
Explain following Serial Communication Functions: Serial, available, begin,
9
end, print, println, write, read, readBytes, readString.
Explain following I/O functions: digitalRead, digitalWrite, pinMode,
10
analogRead, analogWrite, analogReference.
What is messaging protocols of IoT? Explain MQTT in detail along with
11
architecture, working and its advantage & disadvantage.
2 What is sensor network topology? List types of sensor network topology.
12
Explain Point-to-Point topology in detail
Draw the block diagram of real time smart home automation. List and provide
13
brief description of the components required.
14 Using a block diagram design a smart agricultural IOT system combining different
actuators and sensors for soil moisture and temperature.
Draw the block diagram of real time smart parking system. List and provide brief
15
description of the components required.