Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino basics

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

What is the Arduino IDE?

a)

A development board

b)

A software for Arduino projects

c)

A programming language

d)

A type of Arduino board

2.

What is the function of the microcontroller on the Arduino Uno R3 board?

a)

Executes program instructions and controls input/output operations

b)

Serves as a power source for the board

c)

Provides internet connectivity

d)

Displays graphics on the LCD screen

3.

Explain the function of the USB port on the Arduino Uno R3 board.

a)

For charging the board

b)

For uploading code and serial communication

c)

For playing audio files

d)

For connecting to WiFi

4.

What symbol is used to indicate a comment in Arduino programming?

a)

//

b)

##

c)

/*

d)

!!

5.

Explain the difference between analogRead() and digitalRead() functions in Arduino programming.

a)

analogRead() reads digital state and digitalRead() reads analog voltage.

b)

analogRead() reads analog voltage and returns a value between 0 and 1023, while digitalRead() reads digital state (HIGH or LOW) of a pin.

c)

analogRead() and digitalRead() functions are used interchangeably in Arduino programming.

d)

analogRead() reads digital state and returns a value between 0 and 1023, while digitalRead() reads analog voltage.

6.

A program written with the IDE for Arduino is calle

a)

Editor

b)

Console

c)

Sketch

d)

IDE error

7.

Before your program “code” can be sent to the board, it needs to be converted into instructions that the board understands. This process is called...

a)

Stop

b)

Compile

c)

Create Sketch

d)

Serial Monitor

8.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

9.

A micro-controller is...

a)

small CPU made of transistors and conductors of heat and sound sensor

b)

portable circuits capable of making other circuits

c)

small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals

d)

small chip made of silver

10.

to program the micro controller we need:

a)

chip

b)

IDE compiler

c)

RAM

d)

ROM

11.

basic function of a microcontroller:

a)

Basic math

b)

reading input

c)

set the output

d)

complex math

12.

The microcontroller :

a)

takes output to create the input

b)

has only outputs

c)

create input and output

d)

takes inputs to create the output