roboMind

roboMind

4th Grade

10 Qs

quiz-placeholder

Similar activities

WRITING PROCEDURES IN LOGO

WRITING PROCEDURES IN LOGO

4th Grade

15 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Learn to Code: Swift Playgrounds

Learn to Code: Swift Playgrounds

3rd - 6th Grade

10 Qs

Keyboarding Basics

Keyboarding Basics

2nd - 6th Grade

15 Qs

G4 - Scratch blocks review

G4 - Scratch blocks review

4th Grade

14 Qs

Scratch Introduction Quiz

Scratch Introduction Quiz

1st - 8th Grade

12 Qs

Scratch For Grade 4

Scratch For Grade 4

4th Grade

13 Qs

Scratch Interface

Scratch Interface

4th Grade

15 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?