NEW
Font size
WorksheetsRoboMind
Total questions: 25
Worksheet time: 13mins
A Robot lives in the_________panel
world panel
script panel
message panel
A_________is a set of instructions given to the computer to perform its task.
information
program
data
Click the_________button to execute the commands.
stop button
next button
run button
The left() command turn left over________degrees.
80degrees
90degrees
40degrees
RoboMind is a new and very simple educational programming language.
True
False
The robot is not case-sensitive.
True
False
Find the name of the button.
execute command button
run button
both
The command that is similar to deleting the beacon is_________.
eatUp()
pickUp()
putDown()
To execute the commands again and again use the_______command.
loop()
repeat()
again()
The RoboMind Development Environment has______panels.
five
three
four
The commands for the Robot are written in the_______
script panel
run panel
world panel
default.map is opened default, when you launch RoboMind.
True
False
Robot can move in different directions.
True
False
A set of instructions given to the computer to perform a task is called Grab.
True
False
Painting commands cannot be used along with move commands.
True
False
right() is a grab command.
True
False
There are five steps to launch RoboMind.
True
False
When you use the Remote control, RoboMind writes the script automatically.
True
False
OBRTO rearrange the jumbled letters
ROBOT
B.ROOT
R.BOOT
Find the missing letters __R__B
G,A
C,O
D,O
The______command hide the brush.
stopPainting()
putDown()
eatUp()
Example for move command
forward(),backward()
pickUp(),putDown()
paintWhite(),paintBlack()
_____commands are turns over 90 degrees
pickUp(),putDown()
forward(),backward()
left(),right()
_______command can also be used as an indefinite loop.
loop()
again()
repeat()
You can paint in black and white colors using the robot.
True
False
