AP CSP Final Exam Fall 24

AP CSP Final Exam Fall 24

12th Grade

16 Qs

quiz-placeholder

Similar activities

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

APCSP Cumulative Test 2

APCSP Cumulative Test 2

9th - 12th Grade

15 Qs

CFF - Computational Thinking

CFF - Computational Thinking

KG - 12th Grade

11 Qs

Problem Solving

Problem Solving

9th - 12th Grade

11 Qs

SST Yr8 - NCCE - Algorithms 2

SST Yr8 - NCCE - Algorithms 2

9th - 12th Grade

18 Qs

AP CSP Review

AP CSP Review

11th - 12th Grade

19 Qs

iGCSE Computer Science: Problem Solving

iGCSE Computer Science: Problem Solving

9th - 12th Grade

20 Qs

AP CSP Final Exam Fall 24

AP CSP Final Exam Fall 24

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Slawomir Surowiec

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

1

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Which of the following is a key factor in determining the efficiency of an algorithm?

a. The machine on which the algorithm is running

b. The length of the algorithm

c. The required number of computations required in the algorithm

d. The amount of computational resources used by the algorithm and the number of times a statement or group of statement executes

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. Every task that you deal with on a day-to-day basis, no matter how large or small,

requires that you perform a specific set of actions and make a particular set of decisions

in very precise ways. These sets of actions and decisions are known as what?

a. Abstraction

b. Algorithms

c. Building Blocks

d. Processes

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

4. What kind of flow pattern is represented by this portion of a larger flowchart?

a. Sequence

b. Selection

c. Iteration

d. Sorting

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. A computer programming student has a great idea to correctly calculate the total cost of

tickets for a family at a football game. He designs a program that successfully outputs how much money it costs a family of adults and children to attend the game. Adults cost $7 and children cost $3. The program simply asks the family how many adults there are attending and how many children. Based on those two inputs, with some multiplication and addition, the program then outputs the answer. How would we classify how this program scales as the family size increases?

 

a. Constant

b. Logarithmic

c. Linear

d. Quadratic

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

6. Let a = 10, b = 5 and c = 7. Based on the flowchart below, in what order will the values be outputted at the end of the flowchart?

a. 10, 5, 7

b. 7, 10, 5

c. 10, 7, 5

d. 5, 7, 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What type of language is used in the below algorithm?

Prompt user for number

if number is greater than or equal to 0

Output “Positive”

else

Output “Negative”

Repeat 4 times

a. Natural language

b. Low-level language

c. High-level language

d. Pseudocode

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?