Vex V5 Unit 2

Vex V5 Unit 2

10th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

JavaScript and Graphics

JavaScript and Graphics

12th Grade

17 Qs

Programming Concepts Quiz

Programming Concepts Quiz

10th Grade - University

15 Qs

CODE Unit 3 Intro to App Design 2020-21

CODE Unit 3 Intro to App Design 2020-21

9th - 12th Grade

19 Qs

Use Hygienic Practice for Food Safety - Part 2

Use Hygienic Practice for Food Safety - Part 2

7th - 12th Grade

15 Qs

Understanding Modules in Programming

Understanding Modules in Programming

12th Grade

15 Qs

General Principles of Marketing

General Principles of Marketing

9th - 12th Grade

21 Qs

AEM 71 CNC Term 2 Revision 2

AEM 71 CNC Term 2 Revision 2

12th Grade

15 Qs

Computer Science Principles Unit 3 Pre-Assessment

Computer Science Principles Unit 3 Pre-Assessment

9th - 12th Grade

20 Qs

Vex V5 Unit 2

Vex V5 Unit 2

Assessment

Quiz

Other

10th - 12th Grade

Hard

Created by

James Moore

Used 45+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A while() loop is used to:

Execute a section of code until a condition is met.

Check an input repeatedly.

Wait a specified length of time.

Ensure that the battery has enough power for an operation.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"CW" is an abbreviation for:

Constant Wave

Charge Wait.

Clock Wait.

Clockwise.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An autonomous robot is one that:

Uses its own intelligence or program to handle different situations.

Requires a human operator to carry out its tasks.

Is able to respond to joystick commands.

Has mechanisms to perform a variety of operations.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The sleep_for() command will cause your program to:

Turn off the robot controller briefly.

Turn off all motors briefly.

Pause for a certain amount of time

Stop and only restart after user input.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code "if (students == 14) {conditional code};" ___________.

Will not cause an assignment.

Will cause an assignment and execute the conditional code.

Will only execute the conditional code if the value of students is 14.

Will never execute the conditional code.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assuming that "final" is an int variable, what is the value of "final" after the following code fragment? final = 17; final /= 3;

5 2/3

6

5.666

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Signed ints versus unsigned ints:

Wrap at the same value.

Wrap at a lower value

Wrap at a higher value.

One never wraps, whereas the other always does.

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?