VEX Review

VEX Review

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

VEXcode VR Unit 4 Quiz

VEXcode VR Unit 4 Quiz

6th - 8th Grade

10 Qs

VEX VR Robots Unit 2 Review

VEX VR Robots Unit 2 Review

8th Grade

12 Qs

Mindstorm Quiz Review 2022-23

Mindstorm Quiz Review 2022-23

7th Grade

11 Qs

Vex IQ Test

Vex IQ Test

7th Grade

13 Qs

Projects quiz!

Projects quiz!

8th Grade

12 Qs

Robot While Loop Questions

Robot While Loop Questions

9th - 12th Grade

9 Qs

AP CSP Boolean Logic 4

AP CSP Boolean Logic 4

9th - 12th Grade

10 Qs

MS Robotics Vocabulary

MS Robotics Vocabulary

8th Grade

12 Qs

VEX Review

VEX Review

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

William Jeggo

Used 21+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

Something that the computer changes all the time

Something the computer needs to remember

Something that shows only the distance a robot travels

Something that does not change

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a while loop?

Some code that runs a fixed number of times

Some code that loops forever

Some code the loops until a condition is met

Some code that runs for a random amount of time

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to make a robot move backwards 300 millimeters?

drivetrain.drive(REVERSE, 300, MM)

drivetrain.drive_for(REVERSE, 300, mm)

drivetrain.drive_for(BACKWARDS, 300, MM)

drivetrain.drive_for(REVERSE, 300, MM)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How far will the robot move forward in total?

80

320

400

480

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What should replace '???' to move the robot to find a red disc on the floor?

front_eye.detect(RED)

not down_eye.detect(RED)

down_eye.detect(RED)

eye.see(RED)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What code makes a loop run forever?

for i in range(10000000)

while True

while not True

for i in forever

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape does this draw?

Square

Hexagon

Octagon

Circle

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?