wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Arduino Basics Programming for Fundamentals

Total questions: 10

Worksheet time: 2hrs 40mins

Name
Class
Date
1.

What computer languages are used in Robotics for today’s society?

a)

C++

b)

JavaScript

c)

Arduino

d)

Phyton

2.

What are the technical terms used for “ON"?

a)

HIGH

b)

LOW

3.

What is the technical term used for “OFF”?

a)

LOW

b)

HIGH

4.

The open-source electronic platforms based on easy-to-use hardware and software.

a)

ARDUINO

b)

C++

c)

HTML

d)

C#

5.

It is used to end a statement

a)

{}

b)

;

c)

()

d)

//

6.

Syntax means?

a)

Descriptions

b)

Grammar

c)

Code

d)

Output

7.

Studies that use science, engineering, and technology that applies to modern problems including Disaster, Health Issues, Military Defense, Communication, Research and Development, and many more

a)

ROBOTICS

b)

CHEMISTRY

c)

PHYSICS

d)

STATISTICS

8.

What is this picture classifies as?

a)

MICROCHIP

b)

CENTRAL PROCESSING UNIT (CPU)

c)

MOTHERBOARD

d)

ARDUINO BOARD

9.

What is the output of this program

a)

The Arduino robot will run itself, Also, the LED Lights, inside the Arduino will be on 13 times and off 13 times because, of the command HIGH and LOW

b)

The Arduino Lego will run and dance 13 times

c)

The command or program has syntax error

d)

The Arduino Lego will sleep 13 times

10.

It is used to include external libraries in your sketch

a)

#include

b)

#define

c)

void setup ()

d)

void loop ()