Robotics Term 2 Final

Robotics Term 2 Final

9th - 12th Grade

60 Qs

quiz-placeholder

Similar activities

2021 PLPSCS Fall Semester Exam

2021 PLPSCS Fall Semester Exam

9th - 10th Grade

65 Qs

AHII - Chapter 1 - Anatomy, Physiology, and Disease

AHII - Chapter 1 - Anatomy, Physiology, and Disease

9th - 12th Grade

60 Qs

Chapter 20-Exam Review Chemical Texture Services

Chapter 20-Exam Review Chemical Texture Services

11th - 12th Grade

65 Qs

Minecraft

Minecraft

2nd - 10th Grade

59 Qs

МОДО 2025: 9 класс. Вариант 9 (русский язык обучения)

МОДО 2025: 9 класс. Вариант 9 (русский язык обучения)

9th Grade - University

60 Qs

Feedback Loops & Disease Vocabulary

Feedback Loops & Disease Vocabulary

8th - 12th Grade

62 Qs

SmallBasic and flowcharts

SmallBasic and flowcharts

9th - 12th Grade

63 Qs

2023-2024 FIRST Tech Challenge Quiz

2023-2024 FIRST Tech Challenge Quiz

12th Grade

55 Qs

Robotics Term 2 Final

Robotics Term 2 Final

Assessment

Quiz

Other

9th - 12th Grade

Medium

Created by

Jason Martins

Used 5+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

How many times will the for loop repeat the turn_for and drive_for commands inside of it?

Only once

Two times

Three times

Four Times

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What type of values can the range function of a for loop accept as parameters?

Decimal values

Negative Values

Words or text

Integers

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

What is the condition that will end this for loop?

After the VR Robot places the pen down.

After the VR Robot drives forward one time for 200 millimeters(mm).

After the for loop has repeated the commands inside of it four times>

After the VR Robot has driven forward 200 millimeters(mm) then turned right 60 degrees, six times.

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

How can the following example be simplified by using a for loop?

By placing the first two drive_for and turn_for commands in a for loop that repeats four times.

By placing the drive_for command in a for loop that repeats four times

By placing the turn_for command in a for loop that repeats four times.

By changing all of the parameters of the drive_for commands to 400mm instead of 200mm

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Which behaviors will be repeated as part of the for loop in this project?

Moving the pen down

Setting the pen color to red, driving forward 200mm, and turning right 45 degrees

Moving the pen up, setting the pen color to blue, and turning right for 90 degrees

Turning right for 45 degrees, moving the pen down, driving forward for 200mm

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

The following project was created to draw a house, but it is unfinished. Which of the following commands should be used next to begin drawing the triangular roof of the house?

move command set to "UP"

drive_for command set to drive forward 2000 millimeters(mm)

for loop with the range function set to six

turn_for command set to turn left 135 degrees

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which statement is TRUE for non-waiting commands?

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

They pause the rest of the project until that command's behavior has been completed.

They cause the VR Robot to shut down.

They are always commands from the Looks category.

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?