Search Header Logo

Robot Tutorial 1 Quiz

Authored by Uday Mashalkar

Science, Computers

5th - 8th Grade

Used 1+ times

Robot Tutorial 1 Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is our theme this season for Robot Programming?

Dragon eats Python

Dragon meets Python!

Python meets Dragon

Dragon knows Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following statement refer to:


from pybricks.ev3devices import Motor

Variable

Library

while loop

comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the statements that start with '#' are called?

Variable

Library

Comment

while loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'left_motor' called in the following statement?


left_motor = Motor(Port.B)

comment

variable

loop

library

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refer to the following lines of code:


lm = Motor(Port.B)

rm = Motor(Port.C)

dragon = DriveBase(lm, rm, wheel_diameter=70, axle_track=142.75)

dragon.straight(100)


When you run the code, the robot drives backward. True of False?

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refer to the following lines of code:


lm = Motor(Port.B)

rm = Motor(Port.C)

dragon = DriveBase(lm, rm, wheel_diameter=70, axle_track=142.75)

dragon.turn(55)


When you run it, the robot turns right 55 degrees? True of False?

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refer to the following lines of code:


lm = Motor(Port.B)

rm = Motor(Port.C)

dragon = DriveBase(lm, rm, wheel_diameter=70, axle_track=142.75)

dragon.straight(100)


When you run the code, the robot drives forward 100 meters. True or False?

False

True

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?