wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IT ELECTIVES - ROBOTICS 1ST QUIZ

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

In what country does the company Arduino is based?

a)

Italy

b)

Philippines

c)

United States of America

d)

Brazil

2.

What is the main function of the void setup() in an Arduino program?

a)

It runs continuously in a loop

b)

It runs only once at the beginning of the program

c)

It resets the program

d)

It uploads the program to the board

3.

Which function in Arduino sets a digital pin as input or output?

a)

digitalWrite()

b)

analogWrite()

c)

pinMode()

d)

delay()

4.

Which of the following Arduino boards is the smallest in size?

a)

Arduino Uno

b)

Arduino Mega

c)

Arduino Nano

d)

Arduino Leonardo

5.

What is the purpose of a capacitor in a circuit?

a)

To resist current flow

b)

To store electrical charge

c)

To amplify electrical signals

d)

To reduce voltage

6.

Which type of signal is created by Pulse Width Modulation (PWM) in Arduino?

a)

Purely analog signal

b)

Digital signal with varying pulse width

c)

Steady high voltage signal

d)

Alternating current signal

7.

What does the term "series circuit" mean?

a)

A circuit with multiple loops

b)

A single path for current to flow

c)

A circuit with multiple resistors in different branches

d)

A circuit with only one resistor

8.

What is the primary use of a resistor in a circuit?

a)

To store charge

b)

To increase current flow

c)

To reduce current flow

d)

To amplify the voltage

9.

What does Ohm's Law describe?

a)

The relationship between voltage, current, and resistance

b)

The relationship between charge, capacitance, and time

c)

The method to calculate frequency

d)

The behavior of current in parallel circuits

10.

Which of the following is not a sensor used with Arduino?

a)

Light sensor

b)

Motion sensor

c)

Voltage sensor

d)

Sound sensor

11.

What is IDE stands for?

(a)  

12.

What is IC stands for?

(a)  

13.

Give 5 sensors that can be used in Arduino

4 lines
14.

Give 3 modules that can be used in Arduino

4 lines
15.

Give 5 examples of Arduino boards

4 lines
16.

What kind of wave is used in PWM to simulate analog values?

a)

Square wave

b)

Sine wave

c)

Triangle wave

d)

Sawtooth wave

17.

Which of the following materials is a good conductor of electricity?

a)

Wood

b)

Plastic

c)

Copper

d)

Rubber

18.

What is the role of an inductor in a circuit?

a)

To increase voltage

b)

To store energy in the form of magnetic energy

c)

To amplify current

d)

To block alternating current

19.

Which command is used to write a HIGH or LOW value to a digital pin in Arduino?

a)

digitalWrite()

b)

analogWrite()

c)

pinMode()

d)

digitalRead()

20.

What is the standard voltage output for a HIGH signal on most Arduino boards like the Uno?

a)

1.5V

b)

3.3V

c)

5V

d)

12V