wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ARDUINO BOARD

Total questions: 35

Worksheet time: 25mins

Name
Class
Date
1.

Arduino needs an expert programmer

a)

no

b)

yes

2.

Arduino is a closed source platform

a)

no

b)

yes

3.

Arduino has a USB port

a)

yes

b)

no

4.

Which command is called repetitively over and over again as long as the Arduino has power.

a)

loop ( )

b)

(output)

c)

setup ( )

d)

(input)

5.

What are the main elements of the Arduino Environment that make it easy to learn, to use and explain why it is so popular?

a)

The IDE

b)

on-line help

c)

The Arduino Board

d)

All of the above

6.

Arduino can interact with...

a)

buttons, leds

b)

smartphone

c)

sensors

d)

all of the above

7.
delay(5000); stands for
a)
Wait 5 minutes
b)
Wait 5 seconds
c)
Wait 50 seconds
8.
digitalWrite(13, LOW); turns the light 
a)
on
b)
off
c)
dim
9.
A sketch is
a)
an Arduino file
b)
an Arduino picture
c)
an Arduino board 
10.

This device is called a

a)

Servo

b)

DC motor

c)

Stepper Motor

d)

none of the above

11.

An electrically controlled mechanical switch is called

a)

A Integrated circuit

b)

Potentiometer

c)

Relay

d)

Transistor

e)

None of the above

12.

An Arduino is a programmable circuit board

a)

True

b)

False

13.

Which command is called repetitively over and over again as long as the Arduino has power.

a)

Void loop ( )

b)

output()

c)

Void setup ( )

d)

input()

14.
Arduino is made of two part
a)
hardware and software
b)
input and output
15.

Which one of the following is not part of the Arduino board

a)

reset button

b)

keyboard

c)

power jack

d)

USB jack

16.

............ used to initialize pin modes

a)

loop function

b)

setup function

17.

Identify the component name in the picture shown above

a)

5 volt- Stepper Motor

b)

Servo Motor

c)

Buzzer

d)

IR Sensor

18.

Identify the component name in the picture shown above

a)

Photoresistor

b)

Diode

c)

Resistor

d)

Capacitor

19.
What is the software for programming Arduino called?
a)
Arduino IDE
b)
System Programmer
c)
Arduino Coder
d)
Arduino Developer
20.

Arduino Uno has I/O pins

a)

Analog pins

b)

Digital pins

c)

Digital and Analog Pins

d)

none of the above

21.

Street Light Controller we can use

a)

LDR Module

b)

LED

c)

Ultrasonic Sensor

d)

None of the above

22.

___________ are pre built circuit boards that fit on top of Android.

a)

Sensor

b)

Breadboard

c)

Data Types

d)

Sheilds

23.

Which statement when executed provides 5V @ the 13th pin on Arduino UNO board in order to turn ON the LED?

a)

DigitalWrite(13,HIGH);

b)

DigitalWrite(LED,HIGH);

c)

DigitalWrite(13,LOW);

d)

DigitalWrite(LED,LOW);

24.
Which statement do you change to alter the time?
void setup()
{  
pinMode(13, OUTPUT);

}
void loop()
{  
digitalWrite(13, HIGH); 
  delay(1000);   
digitalWrite(13, LOW); 
  delay(1000); 
}
a)
delay
b)
void loop
c)
digitalWrite
d)
pinMode
25.
Which of the following is true about comments added in the Arduino code?
a)
A.  Comments help you understand how your program works
b)
A.  Comments take up too much space and should never be used
c)
A.  Comments are only there for high level programmers
26.

ATmega2560 Board have ___ pins

a)

28

b)

40

c)

64

d)

100

27.

ATmega328p used in Arduino is ___bit Microcontroller

a)

4

b)

8

c)

16

d)

32

28.

In ATmega32x series microcontroller series 32 indicates

a)

Memory in KB

b)

Registers

c)

Flags

d)

SFRs

29.

ATmega328 has ___ single byte registers

a)

8

b)

16

c)

24

d)

32

30.

-------- is NOT AVR microcontroller family

a)

TinyAVR

b)

MegaAVR

c)

Xmega

d)

SuperMega

31.

Following is the feature of AVR Microcontroller

a)

PWM ouptput

b)

Watchdog timer

c)

Brownout detection

d)

All the above

32.

ISP stands for

a)

In System Programming

b)

Internal Static Programming

c)

Inter State Programming

d)

None of the above

33.

JTAG stands for

a)

Joint Test Action Group

b)

Joint Telecom Area Group

c)

Java Test Activity Group

d)

Joint Technology Advancement Group

34.

Arduino software can run on ______ Operating System

a)

Windows

b)

Linux

c)

Macintosh

d)

all the above

35.

Arduino sketches saved in computer with the extension

a)

.ino

b)

.txt

c)

.ard

d)

.avr