Sei sulla pagina 1di 41

Final Exam Basic Arduino workshop

Total points 74/120

04-05-2020 to 07-05-2020

Email address *

nitingawali@orchidengg.ac.in

74 of 120 points

What is the official website of Arduino 1/1

www.arduino.com

www.arduino.in

www.arduino.cc

www.arduino.org

LDR means 1/1

Light Directed Resistor

Light Detected Response

Light Dependent Resistor

None of Above
digitalWrite(Pin,HIGH) function can be used to 1/1

Relay

Buzzer

LED

All of Above

DHT11 can be interface to 0/1

A0-A5 pin

Do-D13 Pin

Both of Above

None of Above

Arduino Sketch can Edited, Compiled and Uploaded with onLine IDE 1/1

True

False
Arduino Operate at 0/1

20Mhz

16Mhz

12Mhz

22Mhz

For DHT11 and LCD interfacing we need to include Library file 1/1

True

False

For LCD RS pin is 1/1

Register Section

Register Select

Resistor Select

None of Above
LED mean 0/1

Light Emitting Device

Light Edited Diode

Light Emitting Diode

None of Above

Pin Number Supporting PWM (Multiple choice Question) 1/1

10

11

12

On Arduino Board Regulator is of 1/1

3.3V

5V

9V

12V
Who is father of Internet of Things 0/1

Vint Cerf

Kevin Ashton

Massimo Banzi

David Cuartielles

in LCD on cell for character display is of 0/1

5x7 Dot

5x8 dot

7x15 dot

None of Above

For intensity control in LCD potentiometer --------------is used 0/1

10Kohm

12Kohm

5Kohm

Any of above
Obstacle sensor can be used in which of the following applications 1/1

Application for Blind Man

Car Parking application

Both of Above

None of Above

Option 5

What does IoT mean? 1/1

Network of physical object with IP address

Internet of Things

Communication between Internet enabled devices and systems

All of the Above

Bare Minimum Code Consist of Following Function (Multiple choice Question) 1/1

setup()

loop()

delay()

pinMode()
Serial Monitor and Serial Plotter are Built in tool in Arduino IDE 1/1

False

True

How does Bruce Schiener define IoT? 0/1

Machine to Machine

Internet of Everything

World Size Web

All of the Above

Full Name *

Gawali Nitin Uttam

To read the data written from Serial Monitor followinging command can be 1/1
used

Serial.Read()

Serial.read()

Serial.Write()

Serial.println()
Arduino was founded by (Multiple choice Question) 0/1

Kevin Ashton

Charles Stark Draper

Massimo Banzi

David Cuartielles

How many total sensors connected to Arduino Analog and Digital Both 0/1

20 Sensor

6 Sensor

14 Sensor

All of Above

Sensors Module mean 1/1

Converting Electrical Energy to Physical Energy

Converting Physical energy to Mechanical Energy

Converting Physical Energy to Electrical Energy

All of Above
IoT can be used for 1/1

Fire Prevention

Flood Detection

Health monitoring

All of the Above

PWM stands for 1/1

Pulse Which Modulation

Pulse Width Modulation

Pulse Win Modulation

None of Above

In which did IoT get its name? 1/1

1990

2000

2009

1999
analogWrite can take maximum value as 255 because 1/1

only 8 bit value is need

only 7 bit value is need

only 9 bit value is need

None of Above

Ultrasonic sensor can be used for 1/1

Distance Measurement

Obstacle Sensing

Both of Above

None of above

What helps in maintaining the inventory in a departmental store? 0/1

IoT

Arduino

RFID

GPS
To control High Current application with Arduino what can be used 1/1

Relay

Motor

Both of Above

None of Above

Following are actuators 1/1

ServoMotor

Relay

DC Motor

all of Above

PWM can be used for 1/1

Intensity Control of LED

Speed Control of Motor

Controlling Buzzer tones

All of Above
IDE of Arduino can Installed 1/1

Windows Installer

Windows Zip File

Installing Windows App

All of above

Pin Do,D1 is called as Hardware Serial 1/1

True

False

IoT is redefining (Multiple choice Question) 0/1

The way we interact with the technology

Our Lifestyle

Our Fashion sense

The way we interact with our family members


LCD RW pin function as 1/1

"0" Read ,"1"Write

"1" Read ,"0"Write

"0" Read ,"0"Write

"1" Read ,"1"Write

Which of the setting are to be Set prior to uploading Sketch (Multiple choice 0/1
Question)

Port

Board

Verify and Compile

None of Above

Serial Communication is through pin 0/1

D0,D1

Ao,A1

Tx,Rx

None of Above
Which functions are needed to write LED blinking code (Multiple choice 0/1
Question)

digitalWrite()

pinMode()

delay()

loop()

setup()

digitalRead()

Arduino Uno has 1/1

14 GPIO and 6 analog input

13 GPIO and 6 analog input

14 GPIO and 5 analog input

13 GPIO and 5 analog input

LCD can be used in 1/1

4 bit mode

8 bit mode

both of above

None of above
analogWrite function can be used with 1/1

3,5,6,910,11 pin

3,4,5,6,9,10 pin

4,5,6,8,9,10 pin

None of Above

In Waste Segregation application what out of these are used 1/1

IR Sensor

LED

ServoMotor

All of Above

Following are current drivers used for relay and motors 0/1

L293D

ULN2803

ULN2003

All of Above
Digital Pin on Arduino Board are 1/1

Do-D13

A0-A13

All of Above

None of Above

16x2 LCD means 1/1

16 cols and 2 rows

2 columns and 16 rows

both of above

None of Above

Out of Following which devices are actuators (Multiple choice Question) 1/1

Buzzer

Relay

Motor

Servo motor

Touch

Ultrasonic Sensor

USB
Delay command has parameter in 0/1

Seconds

Milisecond

Both of Above

None of Above

Any Thing Connection means 0/1

Indoors and Outdoors

Indoors (away from the PC)

Thing to Thing

All of the Above

I want to design Automatic Hand Wash System which sensor is suitable 0/1

IR Sensor

Ultrasonic Sensor

Both of Above

None of Above
DHT11 has built in 1/1

8 bit controller

16 bit controller

4 bit controller

None of above

Which of the following is correct for DHT11 0/1

Capacitor for sensing Humidity

Resistance for Sensing Temperature

it give digital output of 40bit

All of Above

To control volume of buzzer which command can be used 1/1

analogWrite()

analogRead()

digitalRead()

digitalWrite()
Who coined the term Internet of Things? 0/1

Kevin Ashmon

Kelvin Ashton

Kevin Ashton

Kelvin Ashmon

Following are the Sensors (Multiple choice Question) 1/1

Obstacle

gas

Relay

Motor

Servo Motor

Touch

DHT11 is Sensor for (Multiple choice Question) 1/1

Temperature

Humidity

Pressure

Moisture
Arduino is 1/1

Open Source Hardware

Microcontroller

Board

All of the Above

Actuators are 1/1

Controller

Input Devices

Output Devices

All of the Above

What all out of following is included in Setup Function (Multiple choice 0/1
Question)

pinMode()

Serial.begin()

lcd.begin()

digitalWrite()

None of above
Which if Following will code will Blink LED for Once 0/1

void setup()
{pinMode(13,OUTPUT);digitalWrite(13,HIGH);delay(1000);digitalWrite(13,LOW);delay(1
000);}

void loop()
{pinMode(13,OUTPUT);digitalWrite(13,HIGH);delay(1000);digitalWrite(13,LOW);delay(1
000);}

Both of Above

None of Above

IDE means 1/1

Integrated Development Embedded system

Integrated Development Environment

International Development Environment

Integration Direct Environment

Arduino was founded in 1/1

2003

1999

2000

2005
Sensor are input device 1/1

True

False

Which Motor is suited for Car wiper 1/1

Servo Motor

DC motor

Both of Above

None of Above

To generate Morse code using buzzer which function can be used 0/1

analogWrite()

digitalWrite()

Both of Above

None of Above
In Dustbin example sensors are 0/1

Fire Detector

Bar Code Reader

Gas Detector

All of the Above

Arduino was founded at 1/1

Germany

Italy

France

USA

Example of IoT in the following is 0/1

Smart Car

Microwave

Speaker and Mic

All of the Above


PIR Sensor is type of Infra RED sensor 1/1

True

False

Motes form a communication network by 0/1

tracing each other

With the help of Server

by gateway server connection

None of the above

Which functions are needed to Control Speed of Motor (Multiple choice 0/1
Question)

digitalWrite()

pinMode()

delay()

loop()

setup()

analogWrite()
Arduino is (Multiple choice Question) 0/1

controller

open source

easy to use

flexible

In Health care system example Sensors are connected to 0/1

Internet

Human Body

Ventilator

All of the above

Embedded System is a type of 1/1

Machine to Machine Communication

Human to Human Communication

Human to Machine Communication

None of the Above


what forms the communication network by tracing each other? 0/1

Gateway

Server

Mote

All of the Above

RainSensor, Servo Motor ,water Pump LED, Buzzer can be used in which 1/1
following application

In Car Wiper Contrl

In water Tank System

in tap control System in Kitchen

All of the Above

Any Place Connection means 0/1

On the move

Between Pcs

Day and Night

All of the Above


I have generate the effect of Sunrise to Sunset using Arduino which function 1/1
to be used for LED

analogRead()

analogWrite()

digitalRead()

digitalWrite()

Following are the IoT boards (Multiple choice Question) 0/1

Arduino Uno

Rasberry Pi 4.0

ESP8266

Mulberry Pi 2.0

In IoT, Physical objects have 0/1

an IP Address

RFID

Bar Code

All of the Above


Any Time Connection means 0/1

Outdoors and Indoors

Day and Night

Human to Human

None of the above

Following are current drivers used for relay and motors 0/1

L293D

ULN2803

ULN2003

All of Above

For Human Detection which sensor is used 1/1

PIR sensor

Obstacle Sensor

Touch Sensor

None of Above
LCD can be used to dispaly 1/1

Character

Numbers

Graphics

All of above

IoT means 1/1

Any Time Connection

Any Place Connection

Any Thing Connection

All of the Above

Sensors are 1/1

Input Devices

Output Devices

Controller

All of the above


Is the Code for testing is available in Arduino IDE 1/1

True

False

DHT11 is Sensor for (Multiple choice Question) 1/1

Temperature

Humidity

Pressure

Moisture

Example of IoT can be (Multiple choice Question) 1/1

Health Monitoring System

AC controlled by Cell phone

Smart Car

None of the Above


Fire Sensor , GAS sensor , Sound Sensor are to be interfaced to which when 1/1
intensity of Fire , gas or Sound is to be detected

A0-A5

D0-D13

Both of Above

None of Above

Which of the following form part of IoT (Multiple choice Question) 1/1

Controller

Sensors

Mic

None of the above

related to Trigger pin and Echo pin which is correct 1/1

Trigger is Output, Echo is Input

Trigger is Input,Echo is Ouput

Both are input

Both are output


The different parts of Flood Detecting system are 1/1

Server

Gateway

Mote

All of the Above

Actuators connect Arduino output to Real World 1/1

True

False

Arduino Board can be Powered By (Multiple choice Question) 1/1

Power Bank

Battery connect through Power Jack

Though USB port of PC/LapTop

Battery Adapter connected to Power Jack

None of Above
Sensors Module mean 1/1

Converting Electrical Energy to Physical Energy

Converting Physical energy to Mechanical Energy

Converting Physical Energy to Electrical Energy

All of Above

Which correct way to create of object of LiquidCrystalDisplay 1/1

LiquidCrystal(rs, enable, d4, d5, d6, d7)

LiquidCrystal(rs, rw, enable, d4, d5, d6, d7)

Both of above

None of Above

Which correct way to create of object of LiquidCrystalDispaly 1/1

LiquidCrystal(rs, enable, d0, d1, d2, d3, d4, d5, d6, d7)

LiquidCrystal(rs, rw, enable, d0, d1, d2, d3, d4, d5, d6, d7)

Both of Above

None of Above
In Social Distancing Application which components are used (Multiple choice 0/1
Question)

LED

Buzzer

Ultrasonic Sensor

Light Sensor

3.3 V is for Bluetooth and WIFI 1/1

True

False

Analog Sensor interfaced with 1/1

Analog to Device Conversion

Analog to Digital Conversion

Digital to Digital Conversion

Analog to Analog Conversion


Arduino is intended for (Multiple choice Question) 0/1

Hobbyists

Artists

Shopkeeper

anyone interested in interactive object

How Many LED are there on Arduino Board 1/1

3LED

4 LED

5 LED

2 LED

IoT is defined as Skynet by which movie? 1/1

Jurassic Park

Starwars

Terminator

Matrix
Arduino Pin 13 has 0/1

LED Builtin

Buzzer Builtin

Both of Above

None of Above

Unit of Resistance is 0/1

Ohm

Kohm

Mohm

All of Above

For Automatic Door Opening System which component are needed 1/1

PIR Sensor

Geared Motor

LED and Buzzer

All of Above

None of Above
Driver Circuit are used for interfacing following device 0/1

Relay

Motor

Buzzer

All of Above

To fight with COVID-19 i want to design Automatic Sanitizer dispenser what 0/1
component are needed (Multiple choice Question)

IR obstacle Sensor

Servo motor

Ultrasonic Sensor

Buzzer

None of Above

Arduino can help in following application to FIGHT with COVID-19 (Multiple 0/1
choice Question)

Automatic Soap water Dispensing

Automatic Water Dispensing

Maintaining Distance

None of Above
NTC for temperature sensor is 1/1

No Temperature coefficient

Negative Temperature call

Negative Temperature Coefficent

All of Above

To turn on motor,buzz buzzer, turn on led which command can be used 1/1

digitalWrite(pin,HIGH)

analogWrite(pin,HIGH)

Both of above

None of Above

Arduino is not a (Multiple choice Question) 0/1

Board

Chip

Open source

Computer Architecture
Which of the following is correct definition 0/1

pinMode(pin ,HIGH)

pinMode(pin ,INPUT)

Pinmode(pin ,HIGH)

Pinmode(pin ,input)

What forms Internet of Things 1/1

Controller, Sensors, Actuators

Physical Object

Internet

All of the Above

The baud of the serial Monitor should be same as that of data transmitted 1/1
from Arduino

True

False
For Serial Communication to start select function to be written in sketch 0/1
(Multiple choice Question)

Serial.begin(9600)

setup()

Serial.begin()

setup(9600)

Can Gas ,Fire ,Water Sensor can be interfaced to PWM pin 1/1

Yes

No

DHT11 Frame consist of How many bit and Bytes 1/1

40bit,5bytes

6byte,48bits

56Bits,7Bytes

None of Above
To reduce pin while Interfacing LCD which is correct 0/1

RW pin is grounded

4 Bit mode to be used

Both of Above

Second Option is correct

Thanks for Exam , Stay Safe, Stay Carefull 0 of 0 points

Kavedia Sir and Kaizen FutureTech

This content is neither created nor endorsed by Google. - Terms of Service - Privacy Policy

 Forms

Potrebbero piacerti anche