Assignment Class Test

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

JAYPEE INSTITUTE OF INFORMATION TECHNOLOGY, NOIDA-62

CLASS TEST (ODD SEMESTER) 2018 – 19

Name: Enrollment No.:


Subject: Introduction to IOT
Subject Code: 18B12EC114 Max Marks: 7
Semester: VIII Branch/Section ECE (B.TECH.) Time: 30 Min

All questions are form CO2

Q1. Before uploading the code to the Arduino board, it needs to be:

Q2. The function pinmode() in Arduino programming is used to:

Q3. Nested loop in Arduino is:

Q4. Consider pin 11 is connected to an LED and pin A0 to LDR sensor, predict the output for
the given code snippets.
void Loop(){
Value = analogRead(LDR);
Serial.println(Value);
delay(100);
}

Q5. What amount of power supply is need for integration of DHT sensor with Arduino?

Q6. What is the function for reading humidity from DHT sensor from Arduino?

Q7. Which of the following is not an Actuator (DHT11, Motor, Relay, Ultrasonic)?

You might also like