wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Arduino ( Part - I )

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the function of the "pinMode()" in Arduino?

a)

To start the Arduino

b)

To set a pin as input or output

c)

To read the state of a pin

d)

To delay the program

2.

What is the typical voltage of an Arduino Uno's digital pin when set to HIGH?

a)

0V

b)

3.3V

c)

5V

d)

12V

3.

Which of the following is not a sensor ?

a)

Thermistor

b)

LDR

c)

Speaker

d)

Solar cell

4.

Which function is used to write a HIGH or LOW value to a digital pin?

a)

digitalWrite()

b)

analogWrite()

c)

pinMode()

d)

setDigital()

5.

More than one correct.

Which of these options is/ are correct ?

a)

Microprocessor is cheaper than Microcontroller

b)

Microprocessor is faster than Microcontroller

c)

Microcontroller is cheaper than Microprocessor

d)

Microcontroller is faster than Microprocessor

6.

How do you define a constant integer in Arduino?

a)

const int varName = value;

b)

int const varName = value;

c)

constant int varName = value;

d)

#define varName value;

7.

Fill in the blanks.

"A microcontroller is a small _______ on a single chip. "

a)

Logic gate

b)

Op-Amp

c)

Computer

d)

Memory

8.

What is the purpose of the "delay()" function in Arduino?

a)

To set a pin mode to input or output

b)

To pause the program for a specified number of milliseconds

c)

To write an analog value to a pin

d)

To read the value from a digital pin

9.

Which function is used to generate a PWM signal on a pin in Arduino?

a)

digitalWrite()

b)

analogRead()

c)

pwmWrite()

d)

analogWrite()

10.

In which these purposes Arduino can't be used ?

a)

Lights, LED’s

b)

Transformers

c)

Motors

d)

Building robots

11.

Arduino Uno operates at frequency...

a)

8 MHz

b)

10 MHz

c)

12 MHz

d)

16 MHz

12.

Arduino can input and output -

a)

Only Analog signals

b)

Only Digital signals

c)

Both Analog & Digital signals

d)

Neither Analog not Digital signal

13.

What is the name of the port denoted by green arrow ( ) shown in the figure ?

a)

USB port

b)

Power supply port

c)

Input port

d)

Output port

14.

What is the SRAM memory size in Arduino Uno?

a)

1KB

b)

2 KB

c)

4 KB

d)

8 KB

15.

What is the size of flash memory in Arduino Uno ?

a)

4 KB

b)

32 KB

c)

16 KB

d)

64 KB