AP CSP Worksheet 1

AP CSP Worksheet 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Study Material 4

Study Material 4

9th - 12th Grade

15 Qs

Turtle Lesson 1

Turtle Lesson 1

11th Grade

10 Qs

AP CSP Unit 3

AP CSP Unit 3

10th - 12th Grade

14 Qs

VEX VR S2 Exam

VEX VR S2 Exam

9th - 12th Grade

15 Qs

Code.org (VMCT) 1

Code.org (VMCT) 1

1st Grade - University

9 Qs

Comp Sci Unit 3 #9

Comp Sci Unit 3 #9

11th Grade

10 Qs

Intro to Programming: Tracy the Turtle 2

Intro to Programming: Tracy the Turtle 2

9th - 12th Grade

8 Qs

LESSON 5: CREATING ART WITH CODE

LESSON 5: CREATING ART WITH CODE

7th Grade - University

11 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?