( QUESTIONS AND WELL DETAILED
ANSWERS) | ALREADY GRADED A+
| LATEST UPDATE 2025/26
Course
DEX IOT DAY 1
1. What does IoT stand for?
A. Internet of Things
B. Internet of Technology
C. Integration of Things
D. Intelligent Online Technology
Answer: A. Internet of Things
Detailed Answer:
The Internet of Things (IoT) refers to a network of physical devices connected to the internet that
can collect, exchange, and process data without requiring direct human interaction. Examples
include smart thermostats, fitness trackers, connected vehicles, and industrial sensors.
2. Which component is considered the "brain" of most IoT devices?
A. Sensor
B. Microcontroller
C. Battery
D. Router
Answer: B. Microcontroller
Detailed Answer:
A microcontroller processes information received from sensors and controls the actions of the
device. Common microcontrollers used in IoT projects include Arduino, ESP32, and Raspberry
Pi Pico. They execute programmed instructions and manage communication with other devices.
3. What is the primary purpose of a sensor in an IoT system?
A. To store data permanently
B. To provide internet connectivity
,C. To collect data from the environment
D. To encrypt information
Answer: C. To collect data from the environment
Detailed Answer:
Sensors detect physical conditions such as temperature, humidity, motion, pressure, light, or gas
concentration. The collected data is transmitted to the microcontroller for processing and
decision-making.
4. Which communication protocol is commonly used for lightweight IoT messaging?
A. FTP
B. SMTP
C. MQTT
D. HTML
Answer: C. MQTT
Detailed Answer:
MQTT (Message Queuing Telemetry Transport) is a lightweight publish-subscribe messaging
protocol designed for low-bandwidth and resource-constrained IoT environments. It allows
efficient communication between devices and cloud services.
5. What role does a gateway play in an IoT architecture?
A. Acts as a sensor
B. Stores all device hardware
C. Connects IoT devices to networks or cloud platforms
D. Replaces the microcontroller
Answer: C. Connects IoT devices to networks or cloud platforms
Detailed Answer:
An IoT gateway serves as a bridge between local devices and external networks. It can aggregate
data, perform preprocessing, enhance security, and facilitate communication between different
protocols.
6. Which of the following is an example of an IoT application?
A. Typewriter
B. Smart Home System
, C. Paper Calendar
D. Analog Clock
Answer: B. Smart Home System
Detailed Answer:
Smart home systems use internet-connected devices such as smart lights, thermostats, cameras,
and locks to automate household functions and enable remote control through smartphones or
voice assistants.
7. Why is security important in IoT environments?
A. To increase device weight
B. To reduce battery life
C. To protect devices and data from unauthorized access
D. To slow communication
Answer: C. To protect devices and data from unauthorized access
Detailed Answer:
IoT devices often collect sensitive information. Without proper security measures such as
encryption, authentication, and secure firmware updates, attackers may gain access to devices,
networks, or private data.
8. Which layer of an IoT system is responsible for collecting raw data?
A. Application Layer
B. Perception Layer
C. Business Layer
D. Cloud Layer
Answer: B. Perception Layer
Detailed Answer:
The Perception Layer contains sensors and actuators that interact with the physical environment.
It gathers raw data that is transmitted to higher layers for processing and analysis.
9. What is an actuator in an IoT system?
A. A device that performs actions based on received commands
B. A cloud database