Iot Quizzes
Iot Quizzes
Things"?
A) Tim Berners-Lee
B) Kevin Ashton
C) Steve Jobs
D) Bill Gates
A) 1963
B) 1973
C) 1983
D) 1993
Answer: B) 1973
A) 2000
B) 2004
C) 2008
D) 2012
Answer: B) 2004
Who invented the barcode and in what
year?
4
Give an example of a biosensor.
A) Accelerometer
B) Blood glucose biosensor
C) Proximity sensor
D) Light sensor
Answer: B) Four
What is the first layer of IoT architecture?
A) Network Layer
B) Application Layer
C) Sensing Layer
D) Application Service Layer
Answer: C) Sensing Layer
Which layer handles data analytics and
streaming analytics?
A) Network Layer
B) Sensing Layer
C) Application Service Layer
D) Application Layer
Answer: A) Network Layer
Answer: C) GPS
A) IR sensor
B) Ultrasonic sensor
C) LDR sensor
D) Proximity sensor
A) Proximity sensor
B) Ultrasonic sensor
C) IR sensor
D) Pressure sensor
A) Pressure sensor
B) Proximity sensor
C) Humidity sensor
D) Temperature sensor
A) Ultrasonic sensor
B) Light sensor
C) Temperature sensor
D) IR sensor
A) Hydraulic actuator
B) Pneumatic actuator
C) Electromechanical actuator
D) Mechanical actuator
A) Smart City
B) Smart Home
C) Smart Agriculture
D) Smart Health
A) Hydraulic actuator
B) Pneumatic actuator
C) Electromechanical actuator
D) Mechanical actuator
A) Temperature sensor
B) Proximity sensor
C) Soil moisture sensor
D) Humidity sensor
A) Smart Agriculture
B) Smart City
C) Smart Health
D) Smart Grid
A) Encryption
B) Compression
C) Amplification
D) Modulation
Answer: A) Encryption
What kind of attack involves an
unauthorized entity gaining control of an
IoT device?
A) Phishing attack
B) Man-in-the-middle attack
C) Spoofing attack
D) Hijacking attack
A) Encryption
B) Authentication
C) Data compression
D) Signal amplification
Answer: B) Authentication
Which method is often used to ensure
data integrity in IoT systems?
A) Hashing
B) Data redundancy
C) Signal modulation
D) Data compression
Answer: A) Hashing
Which IoT application uses sensors to
monitor and manage city infrastructure?
A) Smart Grid
B) Smart City
C) Smart Home
D) Smart Health
A) Light Bulb
B) Smart Thermostat
C) Smart Switch
D) Motion Sensor
A) Pressure sensor
B) Humidity sensor
C) Temperature sensor
D) Light sensor
Answer: C) Temperature sensor
Which IoT application involves tracking
the location and movement of goods?
A) Smart Health
B) Smart Grid
C) Smart Agriculture
D) Supply Chain Management4
A) Light sensor
B) Proximity sensor
C) Accelerometer
D) Temperature sensor
Answer: C) Accelerometer
thankyou
What does CoAP stand for?
A) IPHC Header
B) Fragment Header
C) UDP Header
D) TCP Header
Answer: B) Fragment Header
A) Mesh-under
B) Route-over
C) Both
D) Neither
Answer: A) Mesh-under
Energy Efficiency
What is a key feature of RPL related to energy?
A) Encryption
B) Header compression
C) Header expansion
D) Fragmentation only
Answer: B) Header compression
Which field does 6LoWPAN assume common usage of to
compress IPv6 headers?
A) Unique fields
B) Optional fields
C) Common fields
D) Mandatory fields
Answer: C) Common fields
Packet Fragmentation
How does 6LoWPAN handle large IPv6 packets?
A) Drops them
B) Expands them
C) Fragments and reassembles them
D) Encrypts them
Answer: C) Fragments and reassembles them
What happens to the additional fragment header after
reassembly in 6LoWPAN?
A) It is kept
B) It is discarded
C) It is expanded
D) It is compressed
Answer: B) It is discarded
Network Architecture
What role does the 6LoWPAN Edge Router play?
A) Only local data exchange
B) Data exchange between 6LoWPAN devices and the
Internet
C) Provides power to devices
D) Manages security keys
Answer: B) Data exchange between 6LoWPAN devices
and the Internet
Which layers does the Dual Stack in the Edge Router
support?
A) Only IPv6
B) Only 6LoWPAN
C) Both IPv6 and 6LoWPAN
D) Only IPv4
Answer: C) Both IPv6 and 6LoWPAN
Advantages of 6LoWPAN
What is an advantage of 6LoWPAN?
A) AES encryption
B) None specific
C) RSA encryption
D) TLS encryption
Answer: B) None specific
What type of attack is 6LoWPAN susceptible to?
A) DOS attack
B) Packet fragmentation attack
C) Phishing attack
D) Malware attack
Answer: B) Packet fragmentation attack
TCP/UDP
Which protocol is connection-oriented and reliable?
A) UDP
B) CoAP
C) TCP
D) IPv6
Answer: C) TCP
Which protocol provides communication services
directly to the application layer in IoT?
A) HTTP
B) CoAP
C) UDP
D) TCP
Answer: C) UDP
Compression and Fragmentation
What is used to reassemble fragmented packets in
6LoWPAN?
A) Encryption header
B) Fragment header
C) Compression header
D) IPv6 header
Answer: B) Fragment header
Why does 6LoWPAN fragment IPv6 packets?
A) Wi-Fi
B) 6LoWPAN
C) Ethernet
D) Bluetooth
Answer: B) 6LoWPAN
What does IPHC stand for in the context of 6LoWPAN?
A) Physical Layer
B) Link Layer
C) Network Layer
D) Application Layer
Answer: D) Application Layer
Which type of protocol is CoAP compared to in the
content?
A) HTTP
B) FTP
C) SMTP
D) SNMP
Answer: A) HTTP
1. What is the primary microcontroller
used in the Arduino Uno?
a) ATmega328P
b) ATmega2560
c) ATmega32U4
d) ATtiny85
Correct Answer: b) 14
Explanation: The Arduino Uno has 14
digital I/O pins that can be configured as
either input or output.
3. What is the function of the analog pins
on the Arduino Uno?
a) Output digital signals
b) Read analog input values
c) Control the power supply
d) Connect to the USB port
Correct Answer: b) 32 KB
Explanation: The ATmega328P
microcontroller in the Arduino Uno has
32 KB of Flash memory, which stores the
program code.
7. Which pin on the Arduino Uno is used
for PWM output?
a) Pin 10
b) Pin 3
c) Pin 5
d) All of the above
Correct Answer: b) 6
Explanation: The Arduino Uno has 6
analog input pins, labeled A0 to A5, for
reading analog signals.
12. What is the function of the AREF pin
on the Arduino Uno?
a) To reset the microcontroller
b) To power the board
c) To provide a reference voltage for
analog inputs
d) To ground the circuit
Correct Answer: c) 40 mA
Explanation: Each digital I/O pin on the
Arduino Uno can safely supply a maximum
current of 40 mA.
23. Which tool in the Arduino IDE is used
to upload the code to the Arduino board?
a) Serial Monitor
b) Tools menu
c) Upload button
d) Serial Plotter
Correct Answer: c) 3
Explanation: The ATmega328P
microcontroller has three hardware
timers: Timer0, Timer1, and Timer2, used
for time-related operations.
33. What is the maximum input voltage
the Arduino Uno’s analog pins can safely
read?
a) 3.3V
b) 10V
c) 5V
d) 12V
Correct Answer: c) 5V
Explanation: The analog pins on the
Arduino Uno can safely read voltages up
to 5V.
34. What does PWM stand for in the
context of Arduino?
a) Power With Modulation
b) Phase Waveform Modulation
c) Pulse Width Modulation
d) Positive Wave Measurement
Correct Answer: b) 32 KB
Explanation: The ATmega328P
microcontroller in the Arduino Uno has 32 KB
of Flash memory, which stores the program
code.
8. What is the purpose of the RESET pin on the
Arduino Uno?
a) To restart the microcontroller
b) To enter programming mode
c) To disconnect power
d) To ground the circuit
Correct Answer: b) 6
Explanation: The Arduino Uno has 6 analog
input pins, labeled A0 to A5, for reading analog
signals.
12. What is the function of the AREF pin on the
Arduino Uno?
a) To reset the microcontroller
b) To power the board
c) To provide a reference voltage for analog
inputs
d) To ground the circuit
Correct Answer: c) 40 mA
Explanation: Each digital I/O pin on the
Arduino Uno can safely supply a maximum
current of 40 mA.
23. Which tool in the Arduino IDE is used to
upload the code to the Arduino board?
a) Serial Monitor
b) Tools menu
c) Upload button
d) Serial Plotter
Correct Answer: c) 3
Explanation: The ATmega328P
microcontroller has three hardware timers:
Timer0, Timer1, and Timer2, used for time-
related operations.
]
.
37. What is the main purpose of the Arduino
bootloader?
a) To enable programming via the USB without
external hardware
b) To manage power consumption
c) To increase clock speed
d) To handle serial communication
1998
1999
2000
2002
3.Which Arduino Boards use the
Atmega328?
Arduino Uno
Arduino Mega
Arduino Fio
Arduino Due
TCP/IP
Network
UDP
HTTP
9.Who coined the term “Internet of
Things”?
Kevin Aston
John Wright
Edward Jameson
George Garton
True
False
1. What is the defining characteristic of
IoT devices?
a) High power consumption
b) Internet connectivity and interaction
with the physical environment
c) Ability to run without electricity
d) Lack of communication
Answer: c) MQTT
Explanation: MQTT is a lightweight
messaging protocol ideal for IoT,
designed for devices in low-bandwidth
environments.
Answer: c) HTTPS
Explanation: HTTPS ensures secure
communication over the internet using
encryption, making it suitable for IoT
devices handling sensitive data.
7. How can you measure the resistance
of a sensor using the Arduino Uno?
a) Use a voltmeter to manually measure
the voltage drop across the sensor and
calculate the resistance using Ohm's law
outside of the Arduino circuit.
b) Create a voltage divider circuit with
the sensor and measure the voltage
across it
c) Directly measure resistance via
Arduino pins
d) Use an ammeter
Answer: b) Autonomy
Explanation: IoT devices often operate
autonomously, collecting data and
making decisions or performing actions
based on predefined logic.
Answer: a) DHT11
Explanation: The DHT11 sensor
measures temperature and humidity and
is commonly used in IoT applications.
Answer: b) MQTT
Explanation: MQTT is lightweight and
ideal for low-bandwidth, low-power
environments, making it suitable for
IoT.
Answer: c) Motor
Explanation: Motors are actuators that
convert electrical energy into
mechanical movement, commonly used
in robotic systems.
17. What is the role of the network layer
in IoT architecture?
a) Processing data
b) Sensing physical phenomena
c) Providing connectivity between
devices
d) Interacting with users
Answer: b) LoRaWAN
Explanation: LoRaWAN (Long Range
Wide Area Network) is designed for
low-power, long-range IoT applications,
making it suitable for wide-area
deployments.
19. Which of the following is a key
benefit of using IoT in agriculture?
a) Reducing food prices
b) Enhancing crop yield through data-
driven decisions
c) Decreasing the need for fertilizers
d) Eliminating manual labor entirely
Answer: b) Zigbee
Explanation: Zigbee is commonly used
for home automation due to its low
power consumption and mesh
networking capability, which allows
devices to communicate over long
distances.
WIFI module
Sensor
Board
USB cable
240 MHZ
WIFI ,BLUETOOTH , CONNECTS
WITH OTHER N/Ws , EORKS AT 3.3
V , 26 GPIOs , 22 PWM, 16 ANALOG
.
void setup ()
{
Seria. Begin (9600);
}
void setup ()
{
Serial. Write(40);}
Send a signal to pin 40 on the Arduino
board
Send an octal number of 40 through the
Serial pins
Send a byte with value 40 through the
Serial pins
Send a hexadecimal number of 40
through the Serial pins
5-What is the standard form of RFID?
Monitors Motion
Monitors air pressure
Monitors Light Intensity
Monitors heartbeat
Damage is caused
Sensor will work fine
Sensor will not respond for the time the
voltage is applied
Sensor will function normally