LocoRobo Python Coding

LocoRobo Python Coding

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

EV3 Robotics Practice

EV3 Robotics Practice

5th - 11th Grade

20 Qs

EV3

EV3

5th - 11th Grade

20 Qs

VEX V5 Coding

VEX V5 Coding

8th Grade

20 Qs

RobotC Review

RobotC Review

7th - 8th Grade

25 Qs

VEXCode VR Unit 2 Quizizz

VEXCode VR Unit 2 Quizizz

8th Grade

22 Qs

Python Turtle Flags Lesson

Python Turtle Flags Lesson

8th Grade

20 Qs

Combined Python Turtle 1&2

Combined Python Turtle 1&2

8th Grade

20 Qs

RobotC Movement, variables, conditionals

RobotC Movement, variables, conditionals

7th - 8th Grade

20 Qs

LocoRobo Python Coding

LocoRobo Python Coding

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Used 160+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Used to store values
variables
Python
RGB
LED

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Can have a value from 0 to 255
RGB LEDs
MotorDirection
LocoRobo.wait
strings

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do you need to change “lr 00:07” to?
Your Robot Number
The LED Number
The Motor Speed
The Motor Direction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the code: robot.set_lights(0, 255, 0, 0), what does the first 0 represent?
The light number
The red value
The green value
The blue value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the code: robot.set_lights(0, 255, 0, 0), what color will the LED be?
Red
Green
Blue
White

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must follow robot.set_lights(0, 255, 0, 0) in order for the lights to work on the robot?
robot.sync_lights()
robot.setup_wait(WaitType.TIME, 1000)
robot.move(0, 0, 0, 0, True)
robot.set_light(1, 255, 255, 255)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does this code do LocoRobo.wait(1)?
Waits 1 second before reading the next command
Turns on the LED Lights
Moved the robot forward for 1 second
Moved the robot forward for 1 centimeter

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?