wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino UNO

Total questions: 20

Worksheet time: 3mins

Name
Class
Date
1.

The Software Used to drive Microprocessor based system is called_________

a)

Assembly Language

b)

Machine language

c)

Firmware

d)

Basic Interpreter Instructions

2.

Which Architecture is used in MicroController?

a)

IBM Architecture

b)

Microcontroller Architecture

c)

Harvard Architecture

d)

Venasula Architecture

3.

What does GPIO stands for??

a)

General Purpose Inner-Outer Propeller

b)

General Purpose in-out pins

c)

General Purpose Interested Old pin

d)

General Purpose IN-OUT Processor

4.

How many types of arduino we have?

a)

4

b)

8

c)

12

d)

16

5.

Resister Color with Color band orange orange brown gold is how many ohms?

a)

500

b)

330

c)

1000

d)

720

6.

What language is the arduino IDE built?

a)

java

b)

c/c++

c)

python

d)

HTML

7.

Sensors used in Smart dustbin?

a)

ultrasonic and IR

b)

ultrasonic and servo

c)

ultrasonic

d)

IR

8.

#define x 10;

void setup(){

x=0;

Serial.begin(9600);

Serial.print(x);

}

void loop(){

}

a)

0xAB

b)

0xa

c)

0

d)

Error

9.

Transforming High level code into machine level code is called_____

a)

Stop

b)

Create Sketch

c)

Compilation

d)

Serial Monitor

10.

Microcontroller Used in Arduino UNO_________

a)

ATmega 328p

b)

ATmega 2560

c)

ATmega 321p

d)

Atmega 326p

11.

Which of the following represents IR wavelength__________

a)

100nm-700nm

b)

700nm-2500nm

c)

2500nm-5000nm

d)

>5000nm

12.

Why does single ultrasonic sensor have 2 eyes on it?

a)

Ultrasonic waves can hit more objects

b)

Bot can differentiate in color

c)

One eyes sends the signal and one receives back

d)

One eyes works and other eye backups

13.

How many analog pins are their in arduino uno board?

a)

6

b)

12

c)

16

d)

13

14.

The stepper motor is ____________ device

a)

Mechanical

b)

electrical

c)

analogue

d)

Incremental

15.

The brown wire of the servo motor is usually connected to _____________

a)

gnd

b)

vcc

c)

analog pin

d)

digital pin

16.

Operation voltage of ATmega 328p?

a)

1.9-5V

b)

1.8-5.5V

c)

1-5V

d)

9-12V

17.

The original wave in ultrasonic sensor is called ___________ wave

a)

Outbound

b)

re-curve

c)

echo

d)

Trig

18.

The armature voltage control of DC motor provides __________

a)

Constant Voltage Drive

b)

Constant Current Drive

c)

Constant torque Drive

d)

None Of the Above

19.

Arduino IDE consists of 2 functions. Which are they?

a)

loop() and built()

b)

built() and setup()

c)

setup() and loop()

d)

loop() and compile()

20.

Overall, How would you rate the Arduino Workshop?

a)

Excellent

b)

Very good

c)

Good

d)

Fair