MT4-3 Ro2 1718

MT4-3 Ro2 1718

11th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Location Sensor Review

Location Sensor Review

10th - 11th Grade

9 Qs

basic of robotics

basic of robotics

6th Grade - Professional Development

10 Qs

ESC and TC

ESC and TC

12th Grade

15 Qs

Evaluasi Pertemuan 2

Evaluasi Pertemuan 2

10th - 12th Grade

10 Qs

Code Review

Code Review

9th - 12th Grade

10 Qs

Robotics I

Robotics I

4th - 12th Grade

11 Qs

Module 1 HW

Module 1 HW

12th Grade

18 Qs

Robotics Chapter 3 Quiz

Robotics Chapter 3 Quiz

9th - 12th Grade

10 Qs

MT4-3 Ro2 1718

MT4-3 Ro2 1718

Assessment

Quiz

Other

11th - 12th Grade

Hard

Created by

Thomas Tolson

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How do if-else statements work?

The robot checks the condition next to the keyword if. If the condition is true, the commands that belong to the "if" are run. If the condition is false, the commands that belong to the "else" are run.

The robot checks the condition next to the keyword if. If the condition is true, the commands that belong to the "if" are run and the robot loops back to check again. If the condition is false, the commands that belong to the "else" are run.

The robot checks the condition next to the keyword if. If the condition is true, the commands that belong to the "if" are run for the duration of the program. If the condition is false, the commands that belong to the "else" are run for the duration of the program.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times does an If statement run its code (if the condition is true)?

Once

None

Twice

As long as the condition is true

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an if-else statement, the else branch:

Will never be run.

Will always run after the if statement.

Will run if the if statement is false.

Repeats forever.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ambient sources of light such as the sun and lamps can affect Line Tracking sensor readings and the appropriate thresholds for them.

True

False

Only if the lamps are incandescent

Only if the lamps are phosphorescent

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the VEX Light Sensor considered a Passive sensor, while the VEX Line Tracking Sensor is considered an Active sensor?

The Line Tracking Sensor is more commonly found on highly-mobile robots; the Light Sensor is not.

The Line Tracking Sensor has its own IR light source; the Light Sensor does not.

The Line Tracking Sensor is not affected by ambient light; the Light Sensor is affected by ambient light.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

On the VEX Cortex, what range of values do the Line Tracking Sensors provide?

0 to 100

0 to 1023

0 to 4095

-127 to 127

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Threshold in robot programming?

A threshold is a minimal motor power level before the motors will start to spin.

A threshold is a safe starting zone for your robot, ensuring it won't fall off a challenge table.

A threshold is a value that separates many values into just two categories so the robot can make a decision

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?