LocoRobo Python Coding

LocoRobo Python Coding

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Combined Python Turtle 1&2

Combined Python Turtle 1&2

8th Grade

20 Qs

Code.org Express Course

Code.org Express Course

6th - 8th Grade

20 Qs

Loops

Loops

1st - 12th Grade

20 Qs

Cycle 4 VR Vex Final Review

Cycle 4 VR Vex Final Review

7th - 10th Grade

20 Qs

Lego Spike Prime Quiz

Lego Spike Prime Quiz

6th - 8th Grade

25 Qs

Code org 1

Code org 1

5th - 12th Grade

21 Qs

Robotics NXT

Robotics NXT

6th - 8th Grade

20 Qs

RobotC Review

RobotC Review

7th - 8th Grade

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