1
AP CSP Final Exam Fall 24

Quiz
•
Computers
•
12th Grade
•
Hard
Slawomir Surowiec
Used 3+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
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
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
Similar Resources on Quizizz
15 questions
APCSP Cumulative Test 2

Quiz
•
9th - 12th Grade
12 questions
Introduction to programming

Quiz
•
12th Grade
11 questions
CFF - Computational Thinking

Quiz
•
KG - 12th Grade
12 questions
Computer Science

Quiz
•
3rd - 12th Grade
20 questions
iGCSE Computer Science: Problem Solving

Quiz
•
9th - 12th Grade
15 questions
Code.org - Unit 6 Review

Quiz
•
9th - 12th Grade
16 questions
Searching & Sorting Algorithms

Quiz
•
10th Grade - University
20 questions
2.1 Algorithms

Quiz
•
10th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University