Robotics II Final Practice

Robotics II Final Practice

10th Grade

79 Qs

quiz-placeholder

Similar activities

Computer Science - Baseline Year 10

Computer Science - Baseline Year 10

10th Grade

80 Qs

CS IGCSE Unit 7. Low and high level programming - recap

CS IGCSE Unit 7. Low and high level programming - recap

10th - 12th Grade

76 Qs

Robotics Basics

Robotics Basics

9th - 12th Grade

74 Qs

APCS Principles Practice Exam

APCS Principles Practice Exam

8th Grade - University

75 Qs

Robotics Quiz

Robotics Quiz

6th - 12th Grade

79 Qs

CS Review

CS Review

10th Grade

76 Qs

IGCSE ICT THEORY PART PRACTICE

IGCSE ICT THEORY PART PRACTICE

7th - 10th Grade

81 Qs

Robotics II Final Practice

Robotics II Final Practice

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Matthew League

FREE Resource

79 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A robot's interface allows a user to...

Interact with the robot

Communicate with the robot

Control the robot

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Answer the following questions concerning interactions with a VEX V5 Robot Brain. 2. All C++ programs start with…

VEX main ( ) { }

run main ( ) { }

int main ( ) { }

task main ( ) { }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the sequence: Brain.Screen.drawCircle(60,70,80) What does the number 80 represent?

X-position

Y-position

Circumference

Radius

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Answer the following questions concerning interactions with a VEX V5 Robot Brain. 4. Which of the following punctuation marks represents the end of a single command?

Semicolon

Colon

Comma

5.

DROPDOWN QUESTION

30 sec • 1 pt

A (a)   is a series of commands that are completed in a specific order.

Parameter

Sequence

Command

Program Flow

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A robot completes tasks in a sequence in a random order.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What error is shown in the sequence below? Brain.screen.setPenColor(yellow); Brain.screen.drawRectangle(15, 25, 60, 70); Brain.Screen.drawRectangle(40, 50, 65, 85);

"PenColor" should be lower case

There should be a period at the end of each command instead of a semicolon

"screen" in the first command should be uppercase

There are too many parameter values for the rectangles

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?