U5L2: Using Comparison Blocks and Driving Until Near

U5L2: Using Comparison Blocks and Driving Until Near

11th Grade

5 Qs

quiz-placeholder

Similar activities

Module 5: The Bots Come to Life

Module 5: The Bots Come to Life

9th - 12th Grade

6 Qs

Grade XI (Google Apps)

Grade XI (Google Apps)

11th Grade

10 Qs

Unit 3 Exam - Repeating Behavior

Unit 3 Exam - Repeating Behavior

9th - 12th Grade

8 Qs

VEX VR U8 L3 QUIZ

VEX VR U8 L3 QUIZ

11th Grade

5 Qs

Robot Design Test

Robot Design Test

KG - Professional Development

10 Qs

VR - Blocks - Unit 5 - Lesson 1_ Distance Sensor Quiz

VR - Blocks - Unit 5 - Lesson 1_ Distance Sensor Quiz

11th Grade

5 Qs

Module 2: Joy Ride

Module 2: Joy Ride

9th - 12th Grade

6 Qs

Module 3: Stop, Block, & Roll

Module 3: Stop, Block, & Roll

9th - 12th Grade

10 Qs

U5L2: Using Comparison Blocks and Driving Until Near

U5L2: Using Comparison Blocks and Driving Until Near

Assessment

Quiz

Science

11th Grade

Hard

NGSS
MS-PS2-2

Standards-aligned

Created by

Rafael Guzman

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following blocks is a Boolean block that reports if the first value is larger than the second value?

<Less than> block.

b. <Greater than> block.

(Random) block.

<And> block.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following blocks is a Boolean block that reports if the first value is less than the second value?

(Round) block.

<Or> block.

<Greater than> block.

<Less than> block.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value does a block report while inside of a [Wait until] block?

The distance to the nearest object.

A TRUE or FALSE value.

The total time needed to run the project.

The total time the VR Robot has until it reaches an object.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following describes that the VR Robot will drive forward until the value of the Distance Sensor is less than 150 millimeters (mm)?

Drive forward for 150 millimeters (mm).

Drive forward until the Distance Sensor is greater than 150 millimeters (mm) away from an object.

Drive forward until the Distance Sensor is less than 150 millimeters (mm) away from an object.

Drive forward, stop, drive forward again for 150 millimeters (mm).

Tags

NGSS.MS-PS2-2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why was the [Drive] block used instead of the [Drive for] block in this project?

If the [Drive for] block was used, the VR Robot would drive a specific distance and come to a stop before moving to the [Wait until] block. This is because the [Drive for] block is a waiting block and does not allow the project flow to continue until its condition is met.

If the [Drive for] block was used, the VR Robot would start driving until it was told otherwise. This is because the [Drive for] block is a non-waiting block and will allow the project to move to the next block in the stack immediately.

If the [Drive for] block was used, the VR Robot would drive a specific distance four times, acting as a [Repeat] block.

If the [Drive for] block was used, the VR Robot would not move. This is because the [Drive for] block is a reporter block.