VR.VEX.COM Python Unit 4 Exam

VR.VEX.COM Python Unit 4 Exam

6th Grade

14 Qs

quiz-placeholder

Similar activities

Robotics EV3 02

Robotics EV3 02

6th - 8th Grade

16 Qs

Minecraft&STEM QUIZ 1

Minecraft&STEM QUIZ 1

1st - 8th Grade

19 Qs

Newtons 3 Laws

Newtons 3 Laws

6th - 8th Grade

12 Qs

SDSC BASIC COMPUTER OPERATIONS

SDSC BASIC COMPUTER OPERATIONS

4th Grade - Professional Development

10 Qs

Living and non-living things

Living and non-living things

6th - 8th Grade

16 Qs

Rock Transformation Chapter 1

Rock Transformation Chapter 1

6th Grade

11 Qs

Unit 2 Moving your Robot

Unit 2 Moving your Robot

6th Grade

12 Qs

Vexcode Unit

Vexcode Unit

6th Grade

16 Qs

VR.VEX.COM Python Unit 4 Exam

VR.VEX.COM Python Unit 4 Exam

Assessment

Quiz

Science

6th Grade

Medium

NGSS
MS-PS2-2, MS-ETS1-3, MS-LS1-8

+2

Standards-aligned

Created by

Kirk Ellern

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command reports if the Left Bumper Sensor is pressed?

found_object

left_bumper.pressed

near_object

bumper_on

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What values do the left_bumper.pressed and right_bumper.pressed commands return?

True (pressed) or False (not pressed).

Positive (pressed) or Negative (not pressed).

Number values between one and ten.

Distance from object in millimeters (mm).

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen when the Bumper Sensor is pressed in this project?

The VR Robot will turn left for 90 degrees.

The VR Robot will stop moving.

The VR Robot will turn right for 90 degrees.

The VR Robot will drive in reverse for 200 millimeters (mm).

Tags

NGSS.MS-PS2-2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the right_bumper.pressed command report if the Right Bumper Sensor is pressed?

True

False

A measured distance.

An object found.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How could you use the Bumper Sensor in the Wall Maze Challenge?

To calculate the distances between the VR Robot and a wall.

To instruct the VR Robot to turn when it bumps into a wall.

To make the VR Robot ascend a wall to finish the maze faster.

To determine the color of the wall.

Tags

NGSS.MS-ETS1-3

NGSS.MS-ETS1-4

NGSS.MS-PS2-1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do non-waiting commands do in a VEXcode VR project?

They repeat a behavior forever.

They skip the next command.

They allow the next command to continue even if the command's behavior is not yet complete.

They should only be used in an emergency.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these statements is true for waiting commands?

They wait for the user to select the “Stop” button.

They wait until the VR Robot has enough power to complete the task.

They allow the rest of the commands in the project to continue even if that command's behavior has not been completed.

They pause the code until that command's behavior has been completed.

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?