AP Computer Science Principles Course Overview
AP Computer Science Principles Course Overview
There are two computer science offerings, and students can take either The following are the major areas of study, or big ideas, that serve as
course in any order or concurrently: the foundation of the course, enabling students to create meaningful
connections among concepts and develop deeper conceptual
■ AP Computer Science A focuses on computing skills related to understanding:
programming in Java.
■ Creative Development: When developing computing
■ AP Computer Science Principles provides students with a broad
innovations, developers can use a formal, iterative design
introduction to computer science and how it relates to other fields.
process or a less rigid process of experimentation, and will
The courses underscore the importance of communicating solutions
encounter phases of investigating and reflecting, designing,
appropriately and in ways that are relevant to current societal needs.
prototyping, and testing. Collaboration is an important tool at any
AP Computer Science courses can help address traditional issues of
phase of development.
equity, access, and broadening participation in computing while
providing a strong and engaging introduction to fundamental areas of ■ Data: Data are central to computing innovations because they
the discipline. communicate initial conditions to programs and represent new
knowledge.
AP Computer Science Principles Course Overview ■ Algorithms and Programming: Programmers integrate
algorithms and abstraction to create programs for creative
AP Computer Science Principles introduces students to the breadth of purposes and to solve problems.
the field of computer science. In this course, students will learn to ■ Computing Systems and Networks: Computer systems and
design and evaluate solutions and to apply computer science to solve networks are used to transfer data.
problems through the development of algorithms and programs. They
will incorporate abstraction into programs and use data to discover new ■ Impact of Computing: Computers and computing have
knowledge. Students will also explain how computing innovations and revolutionized our lives. To use computing safely and responsibly,
computing systems, including the Internet, work, explore their potential we need to be aware of privacy, security, and ethical issues.
impacts, and contribute to a computing culture that is collaborative and Each big idea is broken down into teachable segments called topics.
ethical.
The AP Computer Science Principles Exam assesses student ■ 57 single-select multiple-choice questions.
understanding of the computational thinking practices and learning ■ 5 single-select multiple-choice questions with reading passage
objectives outlined in the course framework. The exam consists of the about a computing innovation.
Create performance task and an end-of-course AP Exam. The Create
■ 8 multi-select multiple-choice questions.
performance task requires at least 12 hours of dedicated class time for
students to complete. The end-of-course exam is 2 hours long and Section II: Create Performance Task | 1 Question |
includes 70 multiple-choice questions.
At least 12 hours of class | 30% of Exam Score
Exam Components
Sample Multiple-Choice Questions A certain computer has two identical processors that are able to run
in parallel. Each processor can run only one process at a time, and
each process must be executed on a single processor. The
A digital photo file contains data representing the level of red, following table indicates the amount of time it takes to execute each
green, and blue for each pixel in the photo. The file also contains of three processes on a single processor. Assume that none of the
metadata that describe the date and geographic location where processes are dependent on any of the other processes.
the photo was taken. For which of the following goals would
analyzing the metadata be more appropriate than analyzing the
data?
(A) Determining the likelihood that the photo is a picture of the sky
(B) Determining the likelihood that the photo was taken at a
particular public event
Which of the following best approximates the minimum possible
(C) Determining the number of people that appear in the photo
time to execute all three processes when the two processors are
(D) Determining the usability of the photo for projection onto a run in parallel?
particular color background
(A) 60 seconds
(B) 70 seconds
(C) 80 seconds
(D) 90 seconds
In the Create Performance Task, each student designs and implements a computer program that might solve a problem, enable innovation,
explore personal interests, or express creativity. Their final program code is accompanied by a video that displays the running of their program
and demonstrates functionality, as well as written responses to task prompts.
♦ Students have the flexibility to write programs that reflect their interests, which allows them to engage in the study of computer science from a
creative perspective. Students will provide evidence of their knowledge of important programming concepts, such as developing algorithms and
using abstractions. Students may choose to collaborate during the development of their program, but must submit independently created videos
of the program running. Students will independently respond to prompts to demonstrate their understanding of their program, the data,
algorithms and abstractions the program uses, and how it will behave under different circumstances. Students may develop their program using
a program language of their choice. The programming language selected should contain functionality that is specified in the performance task.
HTML is not an acceptable programming language for the Create Performance Task.
♦ The Student Handouts for the Create Performance Task can be accessed here.
Educators: apcentral.collegeboard.org/courses/ap-computer-science-principles
Students: apstudents.collegeboard.org/courses/ap-computer-science-principles