Purpose of a computing innovation (College Board AP® Computer Science Principles): Study Guide
Problem solving & purpose
What is the purpose of a computing innovation?
A computing innovation is created to fulfill a specific purpose, whether that is solving a problem, enabling creative expression, or exploring a topic
In AP computer science principles, understanding the purpose behind an innovation is essential for evaluating its design and impact
The purpose of a computing innovation can generally be grouped into three categories
Purpose | Description | Example |
|---|---|---|
Solving a problem | The innovation addresses a practical need or challenge | A GPS navigation app that calculates the fastest route to a destination |
Creative expression | The innovation allows users to create, share, or experience something new | A music production program that lets users compose and edit tracks |
A single computing innovation can serve more than one purpose at the same time
For example, a social media platform solves the problem of staying connected, enables creative expression through posts and videos, and provides data that researchers can explore
How programs are developed with purpose
A program is a collection of statements that performs a specific task when executed by a computer
Programs are developed to address the needs of users or to explore new ideas
The development of a program begins with identifying the problem it is intended to solve or the experience it is intended to provide
Understanding the purpose helps developers make decisions about:
What features the program needs
How the user will interact with it
What data the program will process
Without a clear purpose, a program may include unnecessary features or fail to meet the needs of its intended audience
Understanding the behavior of a program
To evaluate whether a program fulfils its purpose, it is important to understand how it behaves
The behaviour of a program describes what it does when it runs, including the outputs it produces in response to different inputs
A program's behaviour should align with its original purpose
For example, if a program is designed to convert temperatures from Celsius to Fahrenheit, it should consistently return accurate results for any valid input
Understanding behaviour also involves recognising what a program cannot do
A weather forecasting app can predict likely conditions based on data, but it cannot guarantee accuracy because weather systems are complex and unpredictable
Examiner Tips and Tricks
When asked about the purpose of a computing innovation, always connect your answer to a specific need it addresses or experience it enables
The AP exam often describes an innovation and asks you to identify its purpose. Look for clues in the scenario about what problem is being solved or what the user is trying to achieve
Remember that purpose and function are related but different: purpose is why the program exists, function is what it does
For the AP Create Performance Task, you will need to explain the purpose of your program in your written response on exam day. Be prepared to describe what problem your program solves or what experience it provides; the three categories above are a useful framework for structuring your answer.
Worked Example
A team of developers creates a program that allows users to upload photos of plants and receive information about the species, including its common name, habitat, and whether it is endangered.
Which of the following best describes the primary purpose of this computing innovation?
(A) Creative expression, because users upload their own photographs
(B) Solving a problem, because users can identify unknown plant species
(C) Exploring a topic, because the program displays data about habitats
(D) Entertainment, because users enjoy taking photos of plants
[1]
Answer:
(B) Solving a problem, because users can identify unknown plant species [1 mark]
The primary purpose is to solve the practical problem of identifying plants that users cannot recognise on their own
Although the program also provides information that could help users explore the topic, the core function is plant identification, which is a problem-solving task
Unlock more, it's free!
Was this revision note helpful?