wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Time Machine

Total questions: 16

Worksheet time: 3mins

Name
Class
Date
1.

The left () command turns left over ….... degrees.

a)

80

b)

40

c)

90

2.

To execute the commands again and again, use the ………… command.

a)

Repeat()

b)

Loop()

c)

Again()

3.

The commands for the robot are written in the ………..

a)

World Panel

b)

Run Panel

c)

Script Panel

4.

"Default.map" is opened by default when you launch RoboMind.

a)

True

b)

False

5.

Robots can move in different directions.

a)

True

b)

False

6.

There are five steps to launch RoboMind.

a)

True

b)

False

7.

Example for the "move" command:

a)

PaintWhite(), paintBlack()

b)

Forward(), backward()

c)

PickUp(), putDown()

8.

……….. commands turn over 90 degrees.

a)

Left(), right()

b)

Forward(), backward()

c)

PickUp(), putdown()

9.

A/An ……….. is a step-by-step approach to solve a particular program.

a)

Flowchart

b)

Program

c)

Algorithm

10.

A flowchart can have only one beginning.

a)

True

b)

False

11.

What are algorithms used for?

a)

To plan out the solution to a problem

b)

To test a solution to a problem

c)

As a platform to program a solution

12.

Algorithms are  ………………..

a)

coding language for computers

b)

programming robots

c)

a series of steps and instructions

13.

An algorithm can be used for problem solving.

a)

True

b)

False

14.

What should be considered when designing an algorithm?

a)

If the correct software is being used.

b)

If the correct hardware is being used.

c)

If there is more than one way to solve the problem.

15.

Turn the robot to the right when the wall is ahead.

a)

if (frontIsObstacle) {right}

b)

if (frontIsWall) {right}

c)

if {frontIsObstacle} (right)

16.

Choose the correct command.

a)

A. repeat(){

b)

B. repeat (10) (

c)

C. repeat {10} (