0% found this document useful (0 votes)
20 views1 page

Introduction To Internet of Things - Unit 8 - Week 5

The document outlines the Week 5 Assignment for the NPTEL course on the Internet of Things, including various questions related to IoT challenges, interoperability, and Arduino programming. It specifies the due date for submission and provides multiple-choice questions and true/false statements for assessment. Students can submit their answers multiple times before the final deadline.
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)
20 views1 page

Introduction To Internet of Things - Unit 8 - Week 5

The document outlines the Week 5 Assignment for the NPTEL course on the Internet of Things, including various questions related to IoT challenges, interoperability, and Arduino programming. It specifies the due date for submission and provides multiple-choice questions and true/false statements for assessment. Students can submit their answers multiple times before the final deadline.
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/ 1

[email protected].

in 

NPTEL » Introduction To Internet Of Things

Click to register for


Certification exam Thank you for taking the Week 5 :
If already
Assignment 5.
registered, click to
check your payment
status
Week 5 : Assignment 5
Your last recorded submission was on 2025-02-19, 19:27 IST Due date: 2025-02-26, 23:59 IST.

Course outline 1) Which of the following is/are current challenges in IoT? 1 point

a. Large scale of co-operation


About NPTEL
b. Global heterogeneity
How does an c. Both (a) and (b)
NPTEL online d. Neither (a) nor (b)
course work?

2) State True or False. 1 point


Week 0

Statement: “Interoperability is not a characteristic of a product or system.”


Week 1
a. True
Week 2 b. False

Week 3
3) Interoperability is required because 1 point

Week 4 a. There are different programming languages


b. There are different communication protocols
Week 5
c. Both (a) and (b)
Lecture 21 : d. Neither (a) nor (b)
Interoperability in
Internet of Things 4) State whether the following statement is true or false 1 point
Lecture 22 :
Introduction to Statement: “Use of different programming languages such as JavaScript, Python, JAVA, and others is an
Arduino- I example of heterogeneity in IoT. This brings in the need for interoperability.”

Lecture 23 : a. False
Introduction to
Arduino- II
b. True

Lecture 24 : 5) State True or False. 1 point


Integration of
Sensors and
Statement: “The interoperability between devices and device users in terms of message formats is called
Actuators with
Arduino- I
Systematic Interoperability.”

Lecture 25 : a. True
Integration of b. False
Sensors and
Actuators with
6) What is the full form of UMB in IoT interoperability? 1 point
Arduino- II

Lecture material of a. Universal Meta Bridge


Week 5 b. Universal Main Bridge
Week 5 Feedback c. Universal Main Bracket
Form d. None of these
Quiz: Week 5 :
Assignment 5 7) State true of false 1 point

Download Arduino is an open-source electronic programmable board.


Videos
a. True
Books b. False

Text Transcripts 8) State true or false 1 point

Additional electronic circuits are essential to load a program into the Arduino controller board.

a. True
b. False

9) Arduino UNO has _________ number of Digital I/O pins. 1 point

a. 8
b. 13
c. 14
d. None of these

10) What does the following code do? 1 point

int ledPin = 13;


void setup() {
pinMode(ledPin, OUTPUT);
for (int i = 0; i < 3; i++) {
digitalWrite(ledPin, HIGH);
delay(1000);
digitalWrite(ledPin, LOW);
delay(500);
}
}
void loop() {
// Do nothing
}

a) Blink 3 times with 1000ms ON and 500ms OFF


b) Blink 3 times with 500ms ON and 500ms OFF
c) Blink 3 times with 1000ms ON and 1000ms OFF
d) Stay ON continuously

11) How many types of loops will you find in Arduino Programming? 1 point

a. 1
b. 2
c. 3
d. 4

12) Choose the right option for if/conditional operator. 1 point

a. Val = (condition)?(Statement 1):(Statement 2)


b. Val = (condition)?(Statement 2):(Statement 1)
c. Val = (condition):(Statement 1)?(Statement 2)
d. Val = (condition):(Statement 2)?(Statement 1)

13) What is the purpose of calling dht.begin(); in the setup() function? 1 point

A) To initialize the Serial Monitor


B) To start communication with the DHT sensor
C) To set the temperature and humidity values to zero
D) To define the data pin for the sensor

14) What function is used to read the humidity value from the DHT sensor? 1 point

A) dht.getHumidity();
B) dht.readTemp();
C) dht.readHumidity();
D) dht.getTemperature();

15) What function is used to set the servo motor to a specific angle? 1 point

A) ServoDemo.move()
B) ServoDemo.rotate()
C) ServoDemo.write()
D) ServoDemo.setAngle()

You may submit any number of times before the due date. The final submission will be considered for grading.
Submit Answers

You might also like