wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Ignite Your Ideas with Arduino

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

What is the official name of the Facebook page for the Project Club?

a)

UAP Project Club Of EEE

b)

Project Club EEE

c)

UAP EEE Project Club

d)

Project Club UAP EEE

2.

What is the microcontroller used in Arduino UNO?

a)

ATmega328p

b)

AT91SAM3x8E

c)

ATmega32114

d)

ATmega2560

3.

What is the function of the digital pin 13 on the Arduino Uno?

a)

Built-in LED connection

b)

PWM output only

c)

Reset pin

d)

Analog input only

4.

What does the RTC module help the Arduino to do?

a)

Measure distance

b)

Store large data

c)

Control motor speed

d)

Keep real-time clock and date

5.

What does the delay(1000); command do in Arduino code?

a)

Stops program for 1 second

b)

Stops program indefinitely

c)

Stops program for 10 seconds

d)

Stops program for 100 milliseconds

6.

What are the two modes that the pinMode() method sets for a particular pin?

a)

INPUT and OUTPUT

b)

READ and WRITE

c)

DIGITAL and ANALOG

d)

TX and RX

7.

Which function in Arduino programming executes only once ?

a)

loop()

b)

setup()

c)

delay()

d)

pinMode()

8.

Which voltage is logic voltage of Arduino Uno?

a)

5V

b)

3.3V

c)

12V

d)

9V

9.

What programming language is primarily used for Arduino development?

a)

Python

b)

C Programing

c)

JavaScript

d)

Java

10.

What type of LED is used in the image shown?

a)

neon led strip

b)

5v led

c)

blue 3.3v Leds

d)

strip led

11.

A program written with the IDE for Arduino is called:

a)

IDE error

b)

Sketch

c)

Editor

d)

Console

12.

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

a)

(output)

b)

loop ( )

c)

(input)

d)

setup ( )

13.

Which of the following is a communication protocol used by Arduino for Lcd Display?

a)

I2C

b)

FTP

c)

HTTP

d)

SMTP

14.

What is the name given to a file containing Arduino code?

a)

Console

b)

Sketch

c)

Editor

d)

Error

15.

Which of the following best describes a "sketch" in Arduino?

a)

A hardware component

b)

A program written for Arduino

c)

A type of sensor

d)

A communication protocol

16.

What is the first function that runs when an Arduino board is powered on?

a)

loop()

b)

setup()

c)

build()

d)

main()

17.

If you want to make an LED blink using Arduino, which function would you use to repeat the blinking action?

a)

setup()

b)

build()

c)

loop()

d)

main()

18.

What is the main advantage of using the loop() function in Arduino?

a)

It allows code to run only once

b)

It allows code to run repeatedly

c)

It uploads code to the board

d)

It initializes hardware

19.

Which programming language used for programming Arduino?

a)

a) Assembly Language

b)

b) C Languages

c)

c) JAVA

d)

d) Any Language

20.

In which year did the journey of the UAP EEE Project Club officially commence?

a)

2012

b)

2007

c)

2010

d)

2009