AP CSP Worksheet 1

AP CSP Worksheet 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

How much do you know about AP CSP?

How much do you know about AP CSP?

10th - 12th Grade

10 Qs

Grade 5 Checkpoint 4

Grade 5 Checkpoint 4

5th - 12th Grade

15 Qs

Pseudocode Conditionals

Pseudocode Conditionals

10th - 12th Grade

10 Qs

AP CSP Worksheet 2

AP CSP Worksheet 2

9th - 12th Grade

10 Qs

VEXcode VR Blocks: Unit 2 Formative

VEXcode VR Blocks: Unit 2 Formative

11th - 12th Grade

10 Qs

AP Computer Science Principles

AP Computer Science Principles

10th - 12th Grade

14 Qs

Lego Spike - Challenge 1 Quiz

Lego Spike - Challenge 1 Quiz

6th Grade - University

10 Qs

Robotics Quiz 2

Robotics Quiz 2

2nd - 9th Grade

15 Qs

AP CSP Worksheet 1

AP CSP Worksheet 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Thomas Maher

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the mathematical expression: 3 - 6 x 5 + 4

-26

-23

6

3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

George will go to a movie theater if there is a movie showing for 4pm or 7pm and he has more than $14 in his wallet. Otherwise, George will watch a movie at home.

In which of the following cases will George go to see a movie?

George has $10 and there is a showing at 7pm

George has $14 and there is a showing at 4pm

George has $15 and there is a showing at 7pm

George has $9 and there is a showing at 7pm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate the following mathematical expression using x = 6, y = 8, and z = 1/2

z (x + y)

6

7

14

28

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the width of a rug is 5 feet and the total area is 45 square feet, what is the length of the rug?

50

40

9

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

AP CSP is language agnostic, meaning that there is no specific language requirement. The exam reference sheet that provides instructions and explanations to help you understand the format and meaning of the questions you will see on the exam. The exam reference sheet contains two programming formats: text based and block based.

For this problem, refer to the “Robot” section of the AP CSP exam reference sheet. (You have a copy in Canvas.)

Which of theses is a valid Robot command?

MOVE_FORWARD()

MOVE_RIGHT()

MOVE_LEFT()

MOVE_BACK()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

AP CSP is language agnostic, meaning that there is no specific language requirement. The exam reference sheet that provides instructions and explanations to help you understand the format and meaning of the questions you will see on the exam. The exam reference sheet contains two programming formats: text based and block based.

For this problem, refer to the “Robot” section of the AP CSP exam reference sheet.

Which of the following code segment moves the Robot 3 spaces forward?

MOVE_FORWARD(3)

MOVE_FORWARD()*3

MOVE_FORWARD_3()

MOVE_FORWARD() MOVE_FORWARD() MOVE_FORWARD()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

AP CSP is language agnostic, meaning that there is no specific language requirement. The exam reference sheet that provides instructions and explanations to help you understand the format and meaning of the questions you will see on the exam. The exam reference sheet contains two programming formats: text based and block based.

For this problem, refer to the “Robot” section of the AP CSP exam reference sheet.

If the Robot is facing North and the following code is executed,

ROTATE_LEFT() ROTATE_LEFT() ROTATE_LEFT()

which direction is Robot facing now?

North

South

East

West

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?