Small Basic
mBot2
Arduino
Html
100

Which programming element stores a value that can change?

A variable

100

Which controller is explored in the robotics chapter?

CyberPi

100

What does IoT stand for?

Internet of Things

100

What can be inserted into an HTML page to organize information into rows and columns?

A table.

200

Which statement is used to evaluate a condition in Small Basic?

An if condition

200

Which sensor measures distance between the robot and an object?

The ultrasonic sensor

200

Which component is used to protect an LED in a circuit?

A resistor

200

A table contains information, but the text is not positioned correctly inside its cells. What should be adjusted?

The alignment of the text in the cells

300

Which loop repeats instructions while a condition remains true?

The While loop.

300

A robot must count objects detected by their color. Which sensor should be used?

The color sensor

300

Which loop is introduced to repeat instructions in an Arduino program?

The repeat loop

300

Which HTML element creates a horizontal line?

<hr>

400

Which Small Basic object is used to draw shapes?

Th Turtle object.

400

A robot must control electricity consumption according to the amount of light detected. Which sensor should be used?

The light sensor

400

Which tool allows the user to observe information sent by an Arduino program?

The Serial Monitor

400

Which part of an HTML document contains information such as the page title and metadata?

<head>

500

A Turtle must keep moving while a variable is less than 10. Which two concepts are required?

A variable and a While loop.

500

A robot’s speed must change according to the distance measured in front of it. What complete concept is being applied?

Controlling the speed of the robot according to the distance measured by the ultrasonic sensor.

500

Which light-sensitive component is used to control an LED?

The LDR

500

What is wrong with this code? 

<h1>My Website<h1>

The closing tag should be </h1>.

M
e
n
u