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

Assignment-1 Solution

This document contains 15 multiple choice questions from an NPTEL online certification course on Introduction to Internet of Things. The questions cover topics like operating systems used in IoT devices, RFID technology, issues with intermittent connectivity in IoT, examples of IoT applications, functions of IoT gateways, addressing schemes used in IoT networks, common sensors used in IoT, and the role of gateways in IoT networks. For each question, the correct answer and a detailed explanation is provided by referring to specific lecture slides or external links.

Uploaded by

Sheeba S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
236 views

Assignment-1 Solution

This document contains 15 multiple choice questions from an NPTEL online certification course on Introduction to Internet of Things. The questions cover topics like operating systems used in IoT devices, RFID technology, issues with intermittent connectivity in IoT, examples of IoT applications, functions of IoT gateways, addressing schemes used in IoT networks, common sensors used in IoT, and the role of gateways in IoT networks. For each question, the correct answer and a detailed explanation is provided by referring to specific lecture slides or external links.

Uploaded by

Sheeba S
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Introduction to
Internet of
ThingsAssignment-
Week 1
TYPE OF QUESTION:MCQ/MSQ
Number ofquestions:15 Total mark: 15 X 1= 15

QUESTION 1:

Which among the following Internet of Things device require an operating system?
a. Arduino
b. Raspberry Pi
c. NodeMCU
d. None of these
Correct Answer: b. Raspberry Pi
Detailed Solution:Raspberry Pi is a tiny sized device capable of controlling several
sensors, actuators, computation, and connecting to the Internet. It requires an SD Card to
install operating system.
See lecture 1 @ 4:07

QUESTION 2:

Which of the following allows us to identify objects and extract information?

a. RFID
b. Sensors
c. Actuators
d. IoT Nodes

Correct Answer: a. RFID


Detailed Solution:RFID Technology allows us to automatically identify and track tags that
are attached to the objects. It extracts information from the tags through electromagnetic
fields.
See lecture 1 @ 12:57
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 3:

Which of the following is an issue for the intermittent connectivity in IoT?

a. Resource utilization
b. Desynchronization
c. Data loss
d. All of these
Correct Answer: d. All of these
Detailed Solution: Due to interference in the network in IoT devices are subjected to
intermittent connectivity. The IoT devices try for active connection at a later instance of
time, demanding more resource utilization. The loss of connectivity hampers the uniform
device synchronization and may result in data loss as well.
See lecture 1 @ 19:46

QUESTION 4:

Which of the following is an IoT application?


a. Smart Drop
b. Smart Sand
c. Smart Dust
d. Smart Grain
Correct Answer: c. Smart Dust
Detailed Solution: Smart Dust refers to nano-sized sensors smaller than a grain of sand
that can be sprayed or injected for several applications.
See lecture 1 @ 26:12

QUESTION 5:

Which of the following connections is justified for IoT Gateway?


a. IoT LAN & IoT WAN
b. IoT WAN & IoT Node
c. IoT LAN & IoT Node
d. 2 IoT Nodes
Correct Answer: a. IoT LAN & IoT WAN
Detailed Solution: IoT Gateway is a router like physical device that connects IoT LAN to
an IoT WAN.
See lecture 2 @ 4:50
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 6:

Unique Local Addresses (ULAs) allow routing over a network. This network expands over _____.
a. Multiple links
b. Routing hops
c. Multiple networks
d. All of these
Correct Answer: d. All of these
Detailed Solution: Local networks larger than a single link uses ULA (Unique Local
Address). These addresses allow routing over a network that expands over multiple links
and routing hops and even can expand over multiple networks.
See lecture 2 @ 5:50

QUESTION 7:

In a network within an IoT proxy(with provisions for tunneling), which of the following
addressing is required by IoT LAN?
a. Global Addressing
b. Link-Local
c. Unique Local Addressing
d. All of these
Correct Answer: d. All of these
Detailed Solution: In a network with an IoT proxy, IoT LAN can manage with link-local or
ULA addresses also.
See lecture 2 @ 6:42

QUESTION 8:

The IoT Nodes in a IoT network can have which of the following addresses?
a. Globally Unique Addresses (GUAs)
b. Unique Local Addresses (ULAs)
c. Link-local Address
d. All of these
Correct Answer: d. All of these
Detailed Solution: In a network with an IoT proxy, the IoT nodes in the LAN use a
globally routable address. Also, the IoT nodes, which communicate only within their link,
use link-local addresses, and the IoT gateway also provide ULA addresses to the IoT nodes.
See lecture 2 @ 7:15
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 9:

Do link-local addresses require the presence of routers for configuration?

a. Yes
b. No
Correct Answer: b. No
Detailed Solution: The routers on networks transmit ICMPv6 Router Advertisement (RA)
messages that may include IPv6 prefixes, which nodes can use to configure one or more
Unique Local Addresses (ULAs) or Globally Unique Addresses (GUAs).
See lecture 2 @ 7:20

QUESTION 10:

Can an IoT node with link-local addresses communicate over the Internet?

a. Yes
b. No
Correct Answer: b. No
Detailed Solution: An IoT node needs a global IP address to be able to communicate over
the Internet via Gateway and Router.
See lecture 2 @ 8:15

QUESTION 11:

Which sensor is RFM3200?


a. Temperature sensor
b. Pressure sensor
c. Humidity sensor
d. Light sensor
Correct Answer: a. Temperature sensor

Detailed Solution: RFM3200 is a wireless battery-free temperature sensor built with Smart
Passive Sensing technology.

Source Link:https://www.neumueller.com/datenblatt/rfm/RFM3200-A.PDF
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 12:

Which of the following is a distance measuring sensor module?


a. DHT22
b. HC-SR04
c. TSL2591
d. HC-SR505
Correct Answer: b. HC-SR04
Detailed Solution: HC-SR04 is the distance measuring module ultrasonic sensor, which
measures the distance between 2cm~450cm.
See lecture 3 @ 5:00

QUESTION 13:

A sensor converts a physical event to _____ signal.


a. Mechanical
b. Hydraulic
c. Electrical
d. Pneumatic
Correct Answer: c. Electrical
Detailed Solution: A sensor sense a wide range of physical events and converts them into
an electrical signal.
See lecture 3 @ 9:53

QUESTION 14:

Which of the following is not a temperature sensor?


a. DS18B20
b. STSC1
c. LM35
d. TSL2591
Correct Answer: d. TSL2591
Detailed Solution: TSL2591 is a digital ambient light sensor.

DS18B20 is a water-proof temperature sensor with a built in 12bit ADC. STSC1 is a digital
temperature & humidity sensor with the typical accuracy of the temperature sensor being
±0.3°C. LM35 is a temperature sensor with analog output.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 15:

What is the functionality of IoT Gateways?


a. Addressing
b. Switching
c. Routing
d. All of these
Correct Answer: d. All of these
Detailed Solution: IoT gateways have multiple functions. It takes care of addressing,
switching, routing, protocol conversion, and many more.
See lecture 5 @19:57

************END***********

You might also like