Font size
WorksheetsTime Machine
Total questions: 16
Worksheet time: 3mins
The left () command turns left over ….... degrees.
80
40
90
To execute the commands again and again, use the ………… command.
Repeat()
Loop()
Again()
The commands for the robot are written in the ………..
World Panel
Run Panel
Script Panel
"Default.map" is opened by default when you launch RoboMind.
True
False
Robots can move in different directions.
True
False
There are five steps to launch RoboMind.
True
False
Example for the "move" command:
PaintWhite(), paintBlack()
Forward(), backward()
PickUp(), putDown()
……….. commands turn over 90 degrees.
Left(), right()
Forward(), backward()
PickUp(), putdown()
A/An ……….. is a step-by-step approach to solve a particular program.
Flowchart
Program
Algorithm
A flowchart can have only one beginning.
True
False
What are algorithms used for?
To plan out the solution to a problem
To test a solution to a problem
As a platform to program a solution
Algorithms are ………………..
coding language for computers
programming robots
a series of steps and instructions
An algorithm can be used for problem solving.
True
False
What should be considered when designing an algorithm?
If the correct software is being used.
If the correct hardware is being used.
If there is more than one way to solve the problem.
Turn the robot to the right when the wall is ahead.
if (frontIsObstacle) {right}
if (frontIsWall) {right}
if {frontIsObstacle} (right)
Choose the correct command.
A. repeat(){
B. repeat (10) (
C. repeat {10} (
