Lesson 2

Lesson 2

6th - 8th Grade

9 Qs

quiz-placeholder

Similar activities

Freeze Tag Vocabulary

Freeze Tag Vocabulary

6th - 8th Grade

9 Qs

VEX VR Unit 7

VEX VR Unit 7

6th - 8th Grade

5 Qs

Unit 7 Vex Code VR

Unit 7 Vex Code VR

6th Grade

10 Qs

VEXcode VR Unit 2 Exam

VEXcode VR Unit 2 Exam

6th - 8th Grade

12 Qs

CSE PLTW

CSE PLTW

6th Grade

8 Qs

Lego Mindstorms EV3 Coding Review

Lego Mindstorms EV3 Coding Review

6th - 8th Grade

12 Qs

CompTia Vocab Chapter 11

CompTia Vocab Chapter 11

8th - 12th Grade

13 Qs

VR Q-III

VR Q-III

3rd - 7th Grade

10 Qs

Lesson 2

Lesson 2

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Heather Febres

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is TRUE for non-waiting blocks?

They allow the stack to continue even if the block's behavior is not yet complete.

They pause the rest of the stack until that block's behavior has been completed.

They cause the VR Robot to shut down.

They are always blocks from the Looks category.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do waiting blocks do in a VEXcode VR project?

Repeat a behavior forever.

Pause the stack until that block's behavior has been completed.

Allow the stack continue even if the block's behavior is not yet complete.

Set VR Robot Pen color to red.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How does the highlighting function help to visualize waiting vs. non-waiting blocks?

It explains how to use waiting and non-waiting blocks.

It stops the project when a waiting block is being executed.

It moves blocks to show how the project is being executed.

It highlights each block as it is being executed in a VEXcode VR project.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The [Wait until] block is a Control block that accepts Boolean values.

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following describes the [Wait until] block?

It will move to the next block while checking a Boolean condition.

It will execute the next block after waiting 1 second.

It will not move to the next block until the condition of the Boolean reports TRUE.

It will stop the project completely.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How will the VR Robot behave once the Bumper Sensor is pressed in this example?

The VR robot will stop driving.

The VR Robot will turn right for 90 degrees.

The VR Robot will drive forward.

The project will restart.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will the <Pressing bumper> block inside the [Wait until] block report in this example?

Yes (bumper released) or No (bumper pressed).

Drive forward (bumper pressed) or Drive in Reverse (bumper released).

Turn right (bumper pressed) or Turn Left (bumper released).

TRUE (bumper pressed) or FALSE (bumper released).

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these blocks can NOT be used as either a waiting or non-waiting block?

[Stop driving]

[Drive for]

[Turn to heading]

[Turn for]

9.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following best describes how to create a project where the VR Robot drives forward until the Bumper Sensor is pressed?

Select the [Drive] block, then place the [Turn for] and <Pressing bumper> blocks underneath.

Select the [Drive] block, then place the [Wait until] block underneath. Place the <Pressing bumper> Boolean reporter block inside the hexagon in the [Wait until] block.

Place the [Repeat until] block with the <Pressing bumper> Boolean after the [Drive] block.

Place the [Drive for] block under the [When started] block. Add the <Pressing bumper> and the [Set drive heading] blocks.