Robot Tutorial 1 Quiz

Robot Tutorial 1 Quiz

5th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Lanzamiento de SpaceX y la NASA

Lanzamiento de SpaceX y la NASA

6th Grade

10 Qs

anime quiz

anime quiz

5th Grade

11 Qs

Técnicas de Neuroimagen

Técnicas de Neuroimagen

1st - 5th Grade

9 Qs

Investigación y IA en Proyectos

Investigación y IA en Proyectos

6th Grade - University

10 Qs

Gear Ratios

Gear Ratios

4th - 12th Grade

10 Qs

VEX IQ Hardware

VEX IQ Hardware

5th - 8th Grade

14 Qs

pokemon

pokemon

5th - 12th Grade

10 Qs

Grade - 7

Grade - 7

7th Grade

10 Qs

Robot Tutorial 1 Quiz

Robot Tutorial 1 Quiz

Assessment

Quiz

Science, Computers

5th - 8th Grade

Medium

Created by

Uday Mashalkar

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?