LocoRobo Python Coding

LocoRobo Python Coding

6th - 8th Grade

24 Qs

quiz-placeholder

Similar activities

Robotics Units 1-3 Concepts

Robotics Units 1-3 Concepts

6th - 8th Grade

20 Qs

Emerging Technology

Emerging Technology

1st - 10th Grade

20 Qs

Robotics

Robotics

7th - 8th Grade

20 Qs

LocoRobo Sensors

LocoRobo Sensors

6th - 8th Grade

19 Qs

Logo Programming

Logo Programming

1st - 9th Grade

19 Qs

Robotics NXT

Robotics NXT

6th - 8th Grade

20 Qs

EV3 Robotics Assessment - Level 3 - Part A

EV3 Robotics Assessment - Level 3 - Part A

6th - 8th Grade

25 Qs

Coding Test

Coding Test

6th - 8th Grade

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