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

Arduino Basics Class Test Questions

This document contains a 7 question quiz about Introduction to IoT concepts for an 8th semester B.Tech ECE class. The quiz covers topics like uploading code to an Arduino board, the pinMode() function, nested loops, reading analog sensors like an LDR and printing values, power requirements for a DHT sensor, reading humidity from a DHT sensor, and identifying which option is not an actuator. The questions are all multiple choice.

Uploaded by

kj
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)
6 views1 page

Arduino Basics Class Test Questions

This document contains a 7 question quiz about Introduction to IoT concepts for an 8th semester B.Tech ECE class. The quiz covers topics like uploading code to an Arduino board, the pinMode() function, nested loops, reading analog sensors like an LDR and printing values, power requirements for a DHT sensor, reading humidity from a DHT sensor, and identifying which option is not an actuator. The questions are all multiple choice.

Uploaded by

kj
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

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 ([Link].) 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);
[Link](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