U4 Lesson 2: Using Multiple [Wait until] Blocks

U4 Lesson 2: Using Multiple [Wait until] Blocks

11th Grade

9 Qs

quiz-placeholder

Similar activities

PPE Revision quiz part one

PPE Revision quiz part one

10th - 11th Grade

10 Qs

HW 26: Magnetism Concepts

HW 26: Magnetism Concepts

11th - 12th Grade

10 Qs

Waves 1

Waves 1

1st - 12th Grade

12 Qs

PLENARY: IDENTIFYING FORCES

PLENARY: IDENTIFYING FORCES

11th Grade

12 Qs

Car Crash Test Intro.

Car Crash Test Intro.

6th - 12th Grade

10 Qs

Circular Motion

Circular Motion

11th Grade

10 Qs

Physics Chpt 3

Physics Chpt 3

11th - 12th Grade

12 Qs

Physics

Physics

11th - 12th Grade

10 Qs

U4 Lesson 2: Using Multiple [Wait until] Blocks

U4 Lesson 2: Using Multiple [Wait until] Blocks

Assessment

Quiz

Physics

11th Grade

Hard

NGSS
MS-PS2-1

Standards-aligned

Created by

Rafael Guzman

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 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 to continue even if the block's behavior is not yet complete.

Set VR Robot Pen color to red.

3.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 1 pt

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

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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 SELECT QUESTION

30 sec • 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 SELECT QUESTION

30 sec • 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).

Tags

NGSS.MS-PS2-1

8.

MULTIPLE SELECT QUESTION

30 sec • 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

30 sec • 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 blocks underneath.

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

Place the [Repeat until] block with the Boolean after the [Drive] block.

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