roboMind

roboMind

4th Grade

10 Qs

quiz-placeholder

Similar activities

Kuis 1 Kelas 4 (Robomind - Intro & Move)

Kuis 1 Kelas 4 (Robomind - Intro & Move)

4th Grade

10 Qs

LOGO TURTLE GRADE 2

LOGO TURTLE GRADE 2

2nd Grade - University

13 Qs

Franky's wakeup call

Franky's wakeup call

4th Grade

10 Qs

Kuis 2 kelas 4 (Robomind - Repeat)

Kuis 2 kelas 4 (Robomind - Repeat)

4th Grade

10 Qs

Robomind's Quiz

Robomind's Quiz

4th Grade

11 Qs

Turtle Logo Programming

Turtle Logo Programming

1st - 6th Grade

10 Qs

Computer Programming

Computer Programming

1st - 6th Grade

8 Qs

TIK Kelas 4

TIK Kelas 4

4th Grade

10 Qs

roboMind

roboMind

Assessment

Quiz

Computers

4th Grade

Hard

Created by

Ye Htut Win

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct command to tell the robot get the beacon.

pickUp

getUp

takeUp

putIn

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to repeat forever?

repeat (100) {

}

repeat(){

}

forever() {

}

repeat(0){

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose correct command.

forward(10)

forward()

forward

forward() {

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct command.

if {frontIsBeacon} (

)

if (frontIsBeacon) {

}

if (frontIsBeacon) (

)

if frontIsBeacon {

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct command.

repeat(){

}

repeat (10) (

)

repeat {10} (

)

repeat (

)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

if (frontIsObstacle) {

right

}

if (frontIsWall) {

right

}

if {frontIsObstacle} (

right

)

if {frontIsWall} (

right

)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if (flipCoin) { right }

else { left }

robot will turn to the left

robot will turn to the right

robot will stop

Not sure it will turn left or right

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?