AP Computer Science Practice Test 1
Exam Summary
0 of 10 Questions completed
Questions:
Information
You have already completed the exam before. Hence you can not start it again.
Exam is loading…
You must sign in or sign up to start the exam.
You must first complete the following:
Results
Results
0 of 10 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Current
- Review
- Answered
- Correct
- Incorrect
-
Question 1 of 10
1. Question
You develop a program that lets you use different operations (addition, subtraction, multiplication, division, etc.) on a set of numbers derived from a database.
However, the actual test results give a random value, which leads you to suspect that there is a randomizing variable in your code.
CorrectIncorrect -
Question 2 of 10
2. Question
Musicians record their songs on a computer. When they listen to a digitally saved copy of their song, they find the sound quality lower than expected. Which of the following could be a possible reason why this difference exists?
CorrectIncorrect -
Question 3 of 10
3. Question
A school had a 90% pass rate for students that took the last AP exam. The school wants to use this achievement to advertise its services to families of prospective students.
Which of the following methods would be most effective in delivering this information to the families in a summarized manner?
CorrectIncorrect -
Question 4 of 10
4. Question
A robot operating on the following code is placed on a 5×5 grid at a start point (blue triangle). Which of the following is the likely outcome if it must follow the code to get to a possible endpoint (red arrow) with the correct orientation?
REPEAT UNTIL (END)
{IF (MOVEMENT_AVAILABLE(forward))
{MOVE_FORWARD()}
ELSE
CorrectIncorrect -
Question 5 of 10
5. Question
A programmer is designing a code to analyze the number of people in middle age. The standard is set to be 42, and only citizens above this age are considered middle-aged citizens.
The algorithm can be designed with two different conditional statements, shown below. Will the two statements have the same operations?
I. IF (age > 42)
II. IF (NOT (age < 42))
CorrectIncorrect -
Question 6 of 10
6. Question
Which of the following codes will output a TRUE statement if executed?
CorrectIncorrect -
Question 7 of 10
7. Question
An organization has set up a parallel computing system to process a large amount of data so that all processes can be done promptly by breaking down into smaller parts and feeding them to individual computer devices for sequential processing.
The organization, however, asks its employees not to add any additional devices to the system. What could be a possible reason for the restriction if the organization does not want to further break up the tasks?
CorrectIncorrect -
Question 8 of 10
8. Question
When you go to a bank to open a new account, the bank asks you for your phone number so that they can associate it with your account in case of any incidents. Which of the following best describes the reason for doing so?
CorrectIncorrect -
Question 9 of 10
9. Question
Chicago recently hired a firm to install security cameras with facial recognition software around Central Park. However, a brawling incident at the park led to the arrest of an innocent person based on the recognized facial features of one of the belligerents.
What should the firm do to remove the bias?
CorrectIncorrect -
Question 10 of 10
10. Question
After Covid, the government has taken the initiative to reduce the digital gap between different classes of society. They believe this will increase the accessibility to computing and internet resources and create many jobs.
Which of the following steps, if taken, will not be effective in reducing this gap?
CorrectIncorrect