wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSE 1

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Who invented the term the Internet of Things?

a)

Bill Gates

b)

Steve Jobs

c)

Kevin Ashton

d)

McDonald

2.

The devices connected to IoT to  communicate automatically without human intervention is called as

a)

Internet-to-Cloud

b)

Peer-to-Peer

c)

Machine-to-Machine

d)

Bot-To-Bot

3.

What does things in IoT refers to? 

a)

Physical Objects

b)

Communication Devices

c)

IoT Devices

d)

Router

4.

Which of the following is a protocol related to IoT?  

a)

CoAP

b)

ZigBee

c)

6LowPAN

d)

None of the above

5.

Which of the following is used to capture data from the physical world in IoT devices?

a)

Sensors

b)

Actuators

c)

Microprocessors

d)

Microcontrollers

6.

What is Arduino?

a)

Programming language

b)

Image editing software

c)

Open-source electronics platform 

d)

Text editor

7.

What is the correct execution process of an Arduino code?

a)

Editor->Preprocessor->Compiler 

b)

Preprocessor->Editor->Compiler

c)

Compiler->Preprocessor->Editor

d)

Editor->Compiler->Preprocessor

8.

In Arduino IDE, IDE stands for?       

a)

Integrated Digital Environment

b)

Integrated Development Environment

c)

Instruction Development Environment

d)

Integrated Development Embedded

9.

Arduino IDE is written in which programming language

a)

Java

b)

C/C++  

c)

JavaScript

d)

Python

10.

An IoT network is a collection of ______ devices

a)

Signal

b)

Machine to Machine

c)

interconnected

d)

Network to Network

11.

___________ are the NOT a characteristic of IOT

a)

Intelligence

b)

Homogeneity

c)

Scalable

d)

Heterogeneity

12.

DHT11 is __________ sensor

a)

Proximity sensor

b)

Temperature & Humidity sensor

c)

Touch sensor

d)

Pressure sensor

13.

What is the use of the Ultrasonic Sensor?

a)

Proximity Detection

b)

Humidity Detection

c)

Image Processing

d)

GPS

14.

The distance range of detection of the PIR sensor is ________

a)

5-10 cm

b)

5-7 m

c)

Up to 12 m

d)

5-12 cm

15.

How many digital input/output pins in Arduino UNO

a)

24

b)

18

c)

14

d)

15

16.

How long is the LED on?

digitalWrite(13, HIGH);

delay(1000);

digitalWrite(13, LOW);

delay(1000);

a)

1000 seconds

b)

100 seconds

c)

1 second correct

d)

100 milliseconds

17.

Which language is preferred for IoT analytics ?

a)

C ++

b)

Python

c)

HTML

d)

PHP

18.

Which of the following is not an advantage of IoT?

a)

Security  

b)

Reduced Waste

c)

Enhanced Data Collection

d)

Improved Customer Engagement

19.

Why does the LED have different length(terminals) legs?        

a)

For ease of inserting into the breadboard

b)

To indicate which side is negative and which side is positive  

c)

To ensure it does not easily break

20.

What is the microcontroller used in Arduino UNO?

a)

ATmega328p

b)

ATmega2560

c)

ATmega32114

d)

AT91SAM3x8E