wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino Uno Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is the microcontroller used in the Arduino Uno?

a)

ATmega328P

b)

ATmega2560

c)

ATtiny85

d)

ESP8266

2.

How many digital I/O pins does the Arduino Uno have?

a)

8

b)

14

c)

20

d)

32

3.

Which communication protocol is not supported by the Arduino Uno?

a)

SPI

b)

I2C

c)

UART

d)

Bluetooth

4.

Which Arduino IDE function is used to initialize variables and settings?

a)

setup()

b)

loop()

c)

init()

d)

start()

5.

What is the clock speed of the Arduino Uno?

a)

8 MHz

b)

16 MHz

c)

32 MHz

d)

64 MHz

6.

How much flash memory does the Arduino Uno have?

a)

2 KB

b)

8 KB

c)

16 KB

d)

32 KB

7.

How many analog input pins does the Arduino Uno have?

a)

4

b)

6

c)

8

d)

10

8.

Which pin is used as an external interrupt pin in the Arduino Uno?

a)

D2 and D3

b)

D4 and D5

c)

D6 and D7

d)

D8 and D9

9.

Which of the following is a built-in library in the Arduino IDE?

a)

LiquidCrystal

b)

Servo

c)

Wire

d)

All of the above

10.

How many PWM pins are available on the Arduino Uno?

a)

4

b)

6

c)

8

d)

10

11.

What is the function of the AREF pin in the Arduino Uno?

a)

Analog reference voltage

b)

Analog reset

c)

Digital reference voltage

d)

Digital reset

12.

What is the default baud rate for serial communication in the Arduino Uno?

a)

4800

b)

9600

c)

14400

d)

19200

13.

Which function in the Arduino IDE runs repeatedly after setup()?

a)

setup()

b)

loop()

c)

init()

d)

run()

14.

Which communication protocol is used to upload sketches to the Arduino Uno?

a)

SPI

b)

I2C

c)

UART

d)

USB

15.

Which of the following pins support SPI communication on the Arduino Uno?

a)

D10, D11, D12, D13

b)

D2, D3, D4, D5

c)

A0, A1, A2, A3

d)

D6, D7, D8, D9