Which Small Basic object is used to draw shapes?
The Turtle object.
What is the name of the robot’s controller introduced in the plan?
CyberPi
What does IoT stands for?
Internet of Things.
Which Python instruction displays information on the screen?
print()
What programming element stores information that can be updated?
A variable
Which sensor helps mBot2 detect a wall?
The ultrasonic sensor
Which electronic component is programmed to blink in the first Arduino circuit?
An LED
Which instructions provide alternative choices after an if condition?
elif and else
Which instruction is used to make a decision in a program?
If
Which programming element can count how many times the robot detects a wall?
A variable
What is the purpose of a breadboard?
It allows electronic components to be connected in a circuit.
A program must repeat an action a specific number of times. Which loop is suitable?
The for loop
A program must display “Correct” if an answer is right and “Try again” otherwise. Which instruction is needed?
An If condition with an Else instruction.
A smart trash bin must detect an approaching object and recognize its color. Which two sensors are used?
The ultrasonic sensor and the color sensor.
An LED should gradually become brighter or darker. Which effect is being controlled?
Fading
A program must calculate a mathematical value using additional mathematical functions. Which library should be introduced?
The math library
A variable contains the number 5. The program changes it to 8. What has happened?
The content of the variable has been updated.
A robot must move through a maze. Which component must be controlled?
The motors.
How many variables are used to control the blinking of two LEDs in the plan?
Two variables.
Which Python object is used to draw shapes?
The Turtle object.