
AP CSP Exam Review
Authored by Lakeisha Fuller
Computers
9th - 12th Grade
Used 159+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
45 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does it mean when we say the Internet is redundant?
Parts of it are unnecessary
If a path is down, packets can be routed a different way
It has a delay between the request and the response to the request
If there is an error, a backup system is brought online to be used
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What describes the process of keeping common or similar features and functionality while removing details that are different?
An alorithm
Decomposition
Simulation
Abstraction
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How are algorithms and programs related?
They have a hierarchical relationship
Programs implement algorithms
Algorithms implement programs
They can both be run on a computer
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is a benefit of collaboration when writing code?
Collaboration allows the work to be divided among independent programmers to create.
Collaboration makes it easier to document another person's code
Collaboration makes it eastier to find errors
Collaboration produces an increase in user requirements that can be met with more team members.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A photographer is manipulating a digital image and overwriting the original image. Which of the following describes a lossy transformation of the digital image?
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following statements are true about lossless compression?
I - Lossless compression is used only to send files over the Internet
II - Sending a compressed version of a file ensures that the contents of the file cannot be intercepted by an unauthorized user.
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
A red triangle is pictured below in a grid of squares. It is currently facing upward, and can only move using the MoveTriangle procedure, shown below. The triangle can move onto white and gray squares, but not onto the black squares.
PROCEDURE MoveTriangle (numMoves, numTurns)
{
REPEAT numMoves TIMES
{
MOVE_FORWARD()
}
REPEAT numTurns TIMES
{
TURN_RIGHT()
}
}
Which of the following instructions will get the red triangle to the gray square?
{
REPEAT numMoves TIMES
{
MOVE_FORWARD()
}
REPEAT numTurns TIMES
{
TURN_RIGHT()
}
}
MoveTriangle (1, 1) MoveTriangle (1, 1) MoveTriangle (3, 1) MoveTriangle (3, 0)
MoveTriangle (4, 1)
MoveTriangle (4, 0)
MoveTriangle (1, 1)
MoveTriangle (1, 3)
MoveTriangle (3, 1)
MoveTriangle (3, 0)
MoveTriangle (1, 1)
MoveTriangle (1, 3)
MoveTriangle (3, 3)
MoveTriangle (3, 0)
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?