wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Robotic club selection quiz level 2

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is not a microcontroller?

a)

Arduino

b)

Raspberry Pi

c)

Esp32

d)

HCSR04

2.

What is the operating voltage of Arduino UNO?

a)
3.3V
b)
12V
c)
9V
d)
5V
3.

What is the purpose of the 'setup()' function in an Arduino sketch?

a)

To define pin modes

b)

To configure settings

c)

To run the main loop

d)

To initialize variables

4.

Which function runs repeatedly in Arduino code?

a)
loop()
b)
run()
c)
execute()
d)
start()
5.

Which pin type is used for PWM output?

a)

Pins with "~" symbol

b)

Pins with "#" symbol

c)

A0–A5 pins

d)

GND Pin

6.

Which sensor is used to measure distance?

a)
Ultrasonic sensor
b)
Pressure sensor
c)
Laser rangefinder
d)

LDR

7.

What type of motor is used in most wheels of robots?

a)
Stepper motor
b)
Servo motor
c)
Brushless motor
d)

DC Gearmotor

8.

. The “brain” of a robot is its…?

a)

Actuator

b)
power supply
c)
sensor array
d)

Microcontroller

9.

A resistor in series with an LED is used to…?

a)
increase the voltage across the LED
b)

Change polarity

c)
allow more current to flow freely
d)

protect the LED from high current

10.

A chassis in a robot is used for…?

a)
The software that controls the robot's actions.
b)
The power source for the robot's movements.
c)
The sensors that detect the robot's environment.
d)
The structural framework that supports the robot's components.
11.

. Which component stores electrical energy?

a)

Diode

b)
Resistor
c)
Capacitor
d)
Transformer
12.

The LED on pin 13 in Arduino is called…

a)
Built-in LED
b)
External LED
c)
Integrated LED
d)
Connected LED
13.

setup() function in Arduino runs…

a)
multiple times during execution
b)
only when a button is pressed
c)
at the end of the program
d)
once at the start of the program
14.

Arduino can be programmed using which type of coding?

a)
Python
b)
Ruby
c)
JavaScript
d)

C++(text coding)and Block coding

15.

A servo motor moves…?

a)

Only full spin

b)

In fixed angles

c)

Only backward

d)

only forward