BJC AP CSP Unit 3 Exam Review

BJC AP CSP Unit 3 Exam Review

9th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

PAS Teori Pemrograman Blok

PAS Teori Pemrograman Blok

11th Grade

29 Qs

SCRATCH_Q1

SCRATCH_Q1

7th - 10th Grade

30 Qs

Scratch Assesment /Football

Scratch Assesment /Football

11th Grade - University

24 Qs

Scratch

Scratch

9th Grade

22 Qs

blockly game

blockly game

9th Grade

23 Qs

Scratch

Scratch

7th - 9th Grade

22 Qs

Lesson3. Algorithms and Programing (P3)_Scratch

Lesson3. Algorithms and Programing (P3)_Scratch

12th Grade

22 Qs

Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

BJC AP CSP Unit 3 Exam Review

BJC AP CSP Unit 3 Exam Review

Assessment

Quiz

Computers, Education

9th - 12th Grade

Medium

Created by

TSEE LEE

Used 33+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Bone marrows make blood cells. Why bones?

To hide from the sun

There's more space

To help the cells into round shapes

We don't know yet

Answer explanation

In fish, melanin cells cover the liver or kidney where blood is made. In amphibians, blood production moves from liver in tadpoles to bones after metamorphosis.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The robot starts at the bottom right, facing north. Which sequence of steps would move the sprite to where it is now?

Turn left, move forward, turn right

Turn left, move forward, turn right, move forward

Move forward, turn right, move forward

Turn right, move forward, turn left, move forward

Answer explanation

Use a pencil, pointed eraser, something with an orientation, as the robot, and move it across the page/screen.

Remember that rotate doesn't move the robot.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is shopping list[6]?

None of these, error, etc.

milk

chips

cereal

Answer explanation

AP Exam pseudocode:

item 6 of "shopping list"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

point(x,y) takes in two numbers & reports a list, [x,y]. What is the output, ignoring the words?

[-50,20], [10, 120], [30,20]

[-50], [10], [30]

[-50, 10, 30]

-50, 10, 30

Answer explanation

The last three choices are not identical. Square brackets, [], denote a list.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is computer vision?

where we see technological advancement in the future

teaching computers how to "see" with software that interprets and detects

the study of monitor displays

the automation of jobs

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A global and a local variable have the same name. Will changing the value of the global variable affect the local one?

Yes

No

Answer explanation

Even if they have the same name.

Global variable: When you click "Make a variable" button in the Variables palette.

Local variable: A script variable or a paramter.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Where will the sprite end up after the code above is executed?

A

B

C

D

Answer explanation

The curly brackets {} denote what is repeated before the next instruction runs. So, the first repeat has to finish before the second repeat starts.

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?