[go: up one dir, main page]

0% found this document useful (0 votes)
27 views2 pages

Introduction To Internet of Things - Unit 8 - Week 5

The document outlines the Week 5 assessment for the 'Introduction to Internet of Things' course, including various questions related to IoT challenges, interoperability, and Arduino programming. It provides a series of true/false questions and multiple-choice questions aimed at evaluating the understanding of key concepts in IoT and Arduino. The assessment is due on February 26, 2025, and allows multiple submissions before the deadline.

Uploaded by

Uddhav Mittal
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)
27 views2 pages

Introduction To Internet of Things - Unit 8 - Week 5

The document outlines the Week 5 assessment for the 'Introduction to Internet of Things' course, including various questions related to IoT challenges, interoperability, and Arduino programming. It provides a series of true/false questions and multiple-choice questions aimed at evaluating the understanding of key concepts in IoT and Arduino. The assessment is due on February 26, 2025, and allows multiple submissions before the deadline.

Uploaded by

Uddhav Mittal
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/ 2

2/25/25, 10:34 AM Introduction To Internet Of Things - - Unit 8 - Week 5

Assessment submitted.
(https://swayam.gov.in) (https://swayam.gov.in/nc_details/NPTEL)
X

uddhav.mittal.ug22@nsut.ac.in 

NPTEL (https://swayam.gov.in/explorer?ncCode=NPTEL) » Introduction To Internet Of Things (course)


Click to register for
Certification exam Thank you for taking the Week 5 : Assignment 5.
(https://examform.nptel.ac.in/2025_01/exam_form/dashboard)

If already registered, click to


check your payment status
Week 5 : Assignment 5
Your last recorded submission was on 2025-02-25, 10:34 IST Due date: 2025-02-26, 23:59 IST.

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


Course outline
a. Large scale of co-operation

About NPTEL () b. Global heterogeneity


c. Both (a) and (b)
How does an NPTEL d. Neither (a) nor (b)
online 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 : Interoperability d. Neither (a) nor (b)
in Internet of Things (unit?
unit=55&lesson=56) 4) State whether the following statement is true or false 1 point
Lecture 22 : Introduction to
Arduino- I (unit? Statement: “Use of different programming languages such as JavaScript, Python, JAVA, and others is an example of heterogeneity in IoT. This brings
unit=55&lesson=57) in the need for interoperability.”

Lecture 23 : Introduction to a. False


Arduino- II (unit?
b. True
unit=55&lesson=58)

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


Sensors and Actuators with
Arduino- I (unit?
Statement: “The interoperability between devices and device users in terms of message formats is called Systematic Interoperability.”
unit=55&lesson=59)

Lecture 25 : Integration of a. True


Sensors and Actuators with b. False
Arduino- II (unit?
unit=55&lesson=60)
6) What is the full form of UMB in IoT interoperability? 1 point
Lecture material of Week 5
(unit?unit=55&lesson=61)
a. Universal Meta Bridge
b. Universal Main Bridge
Week 5 Feedback Form
(unit?unit=55&lesson=309)
c. Universal Main Bracket
d. None of these
Quiz: Week 5 : Assignment
5 (assessment?name=317)
7) State true of false 1 point
Week 6 ()
Arduino is an open-source electronic programmable board.
Download Videos ()
a. True

Books () b. False

Text Transcripts () 8) State true or false 1 point

Live Interactive Session () 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

https://onlinecourses.nptel.ac.in/noc25_cs44/unit?unit=55&assessment=317 1/2
2/25/25, 10:34 AM Introduction To Internet Of Things - - Unit 8 - Week 5

a. 8
Assessment submitted.
X 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

https://onlinecourses.nptel.ac.in/noc25_cs44/unit?unit=55&assessment=317 2/2

You might also like