AP Computer Science Principles Practice Exam

AP Computer Science Principles Practice Exam

12th Grade

35 Qs

quiz-placeholder

Similar activities

JavaScript_Revision

JavaScript_Revision

12th Grade

30 Qs

Computer Pretest(Arduino)

Computer Pretest(Arduino)

12th Grade

33 Qs

J277 Random Quiz 1

J277 Random Quiz 1

12th Grade

32 Qs

N5 Computing Science: Software Evaluation

N5 Computing Science: Software Evaluation

9th - 12th Grade

34 Qs

ECS Unit 4 Programming

ECS Unit 4 Programming

9th - 12th Grade

40 Qs

Code.org Computer Science Discovery

Code.org Computer Science Discovery

12th Grade

34 Qs

Linux Commands

Linux Commands

12th Grade

34 Qs

ECS Unit 4: Programming

ECS Unit 4: Programming

9th - 12th Grade

31 Qs

AP Computer Science Principles Practice Exam

AP Computer Science Principles Practice Exam

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Amber Fowler

Used 19+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Consider the following program. [Diagram: x ← 2; REPEAT 4 TIMES { x ← x * 3 }] Which of the following expressions represents the value stored in the variable x as a result of executing the program?

2 * 3 * 3 * 3

2 * 4 * 4 * 4

2 * 3 * 3 * 3 * 3

2 * 4 * 4 * 4 * 4

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A small team of wildlife researchers is working on a project that uses motion-activated field cameras to capture images of animals at study sites. The team is considering using a “citizen science” approach to analyze the images. Which of the following best explains why such an approach is considered useful for this project?

Distributed individuals are likely to be more accurate in wildlife identification than the research team.

The image analysis is likely to be more consistent if completed by an individual citizen.

The image analysis is likely to require complex research methods.

The image analysis is likely to take a longer time for the research team than for a distributed group of individuals.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

An algorithm is intended to display the following output. red red blue red red blue red red blue Which of the following code segments can be used to display the intended output?

REPEAT 2 TIMES [ REPEAT 3 TIMES [ DISPLAY "red" ] DISPLAY "blue" ]

REPEAT 2 TIMES [ REPEAT 3 TIMES [ DISPLAY "blue" ] DISPLAY "red" ]

REPEAT 3 TIMES [ REPEAT 2 TIMES [ DISPLAY "red" ] DISPLAY "blue" ]

REPEAT 3 TIMES [ REPEAT 2 TIMES [ DISPLAY "blue" ] DISPLAY "red" ]

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

In a certain computer program, two positive integers are added together, resulting in an overflow error. Which of the following best explains why the error occurs?

The program attempted to perform an operation that is considered an undecidable problem.

The precision of the result is limited due to the constraints of using a floating-point representation.

The program can only use a fixed number of bits to represent integers; the computed sum is greater than the maximum representable value.

The program cannot represent integers; the integers are converted into decimal approximations, leading to rounding errors.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

The diagram below shows a circuit composed of three logic gates. Each gate takes two inputs and produces a single output. For which of the following input values will the circuit have an output of true?

A = true, B = true, C = true, D = false

A = true, B = false, C = false, D = true

A = false, B = true, C = true, D = true

A = false, B = false, C = true, D = true

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

The question below uses a robot in a grid of squares. The robot is represented as a triangle, which is initially in the bottom left square of the grid and facing right. The following programs are each intended to move the robot to the gray square. Program II uses the procedure GoalReached, which returns true if the robot is in the gray square and returns false otherwise. Program I: REPEAT 2 TIMES MOVE_FORWARD ROTATE_LEFT MOVE_FORWARD MOVE_FORWARD ROTATE_RIGHT Program II: REPEAT UNTIL GoalReached IF CAN_MOVE forward MOVE_FORWARD ELSE ROTATE_LEFT Which of the following statements best describes the correctness of the programs?

Program I correctly moves the robot to the gray square, but program II does not.

Program II correctly moves the robot to the gray square, but program I does not.

Both program I and program II correctly move the robot to the gray square.

Neither program I nor program II correctly moves the robot to the gray square.

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Flight simulation software, which imitates the experience of flying, is often used to train airline pilots. Which of the following is LEAST likely to be an advantage of using flight simulation software for this purpose?

Flight simulation software allows pilots to practice landing in a variety of different terrains and weather conditions without having to physically travel.

Flight simulation software could save money due to the cost of maintenance and fuel for actual training flights.

Flight simulation software provides a more realistic experience for pilots than actual training flights.

Flight simulation software allows for the testing of emergency air situations without serious consequences.

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?