VEX IQ STEM Lab - Changing Velocity

VEX IQ STEM Lab - Changing Velocity

7th Grade

8 Qs

quiz-placeholder

Similar activities

Orthographic Directions Quiz

Orthographic Directions Quiz

7th Grade

10 Qs

VEX Driver Control Quiz

VEX Driver Control Quiz

6th - 8th Grade

10 Qs

Thinkbook Review

Thinkbook Review

6th - 8th Grade

7 Qs

Sense Compute Act Test

Sense Compute Act Test

6th - 8th Grade

10 Qs

1st Year Engineering Quiz 2025

1st Year Engineering Quiz 2025

7th Grade

12 Qs

Servo Motor Calibration Quiz

Servo Motor Calibration Quiz

6th - 8th Grade

10 Qs

Closed Loop vs Open Loop Systems Quiz

Closed Loop vs Open Loop Systems Quiz

7th Grade

13 Qs

Fun with Network Theorems

Fun with Network Theorems

1st Grade - University

10 Qs

VEX IQ STEM Lab - Changing Velocity

VEX IQ STEM Lab - Changing Velocity

Assessment

Quiz

Engineering

7th Grade

Medium

Created by

Tennille Johnston

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the difference between speed and velocity?

Speed includes the direction the object is traveling.

Velocity includes the direction the object is traveling.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following command do?

Controls the robot’s driving speed

Drives the robot forward

Stops the robot if it starts to drive too fast

Slows the robot when it drives downhill

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following lists the correct order of steps to start a new project in VEXcode IQ using the Autopilot template?

Select “Open Examples” → Choose “Templates” → Select “Autopilot Template” → Name the project → Save the project

Name the project → Select “Autopilot Template” → Select “Open Examples” → Choose “Templates” → Save the project

Select “Autopilot Template” → Choose “Templates” → Name the project → Save the project → Select “Open Examples”

Choose “Templates” → Select “Open Examples” → Select “Autopilot Template” → Name the project → Save the project

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What happens when there are multiple code blocks stacked together?

Only the first block runs.

The blocks will run in order from top to bottom.

The blocks will run starting at the bottom to the top.

All of the blocks will run at random.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes Program Flow?

Robots execute programs in a sequence one command at a time, from top to bottom

Robots read all commands in a program simultaneously and then execute them from top to bottom

Robots execute programs one command at a time from right to left

Robots execute programs in no significant order

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which part(s) of the block [turn left for 90 degrees] are parameters?

turn

left and 90

90 and degrees

the entire block

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

And action performed (or to be performed) by a robot. Moving forward, stopping, turning, etc.

programming language

behavior

command

algorithm

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The blocks or pieces of code in a project that tell your robot what to do.

programming language

behavior

command

algorithm