wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Arduino- Grade 4

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

⁠Arduino is a(n) _____ platform used for building electronic projects.

a)

closed-source

b)

open-source

c)

mechanical

d)

software-only

2.

⁠The microcontroller used in Arduino UNO is _____.

a)

ATMEGA328

b)

ATMEGA2560

c)

PIC16F877A

d)

8051

3.

How many digital pins does Arduino UNO have?

a)

6

b)

10

c)

12

d)

14

4.

How many analog input pins are available on Arduino UNO?

a)

2

b)

4

c)

6

d)

8

5.

What does IDE stand for?

a)

Internal Device Editor

b)

Integrated Development Environment

c)

Internal Design Extension

d)

Input Data Environment

6.

The LED’s longer leg is called the _____.

a)

cathode

b)

resistor

c)

anode

d)

capacitor

7.

The function ⁠ void setup() ⁠ runs _____.

a)

continuously

b)

only once at the start

c)

only when a button is pressed

d)

when the LED is ON

8.

⁠The function ⁠ void loop() ⁠ runs _____.

a)

only once

b)

repeatedly

c)

when delay() ends

d)

when powered off

9.

What does the command ⁠ digitalWrite(13, HIGH) ⁠ do?

a)

Turns the LED off

b)

Makes the LED blink

c)

Turns the LED on

d)

Deletes the sketch

10.

The ⁠ delay(1000) ⁠ function pauses the program for _____.

a)

1 microsecond

b)

1 millisecond

c)

1 second

d)

10 seconds