Skip to main content
What are your chances of acceptance?
Your chance of acceptance
Duke University
Loading…
UCLA
Loading…
+ add school
Your chancing factors
Unweighted GPA: 3.7
1.0
4.0
SAT: 720 math
200
800
| 800 verbal
200
800

Extracurriculars

Low accuracy (4 of 18 factors)

Ideas for AP CSP Create Task

Hello! I'm sure some of you guys have already taken AP Computer Science Principles. I'm having a bit of trouble coming up with ideas for the create task. Anybody have suggestions or tips based on what you did?

a year ago

The AP Computer Science Principles Create Task encourages creativity and the application of important computing principles. The task focuses on creating an app or program and – most importantly – explaining and demonstrating the most significant parts of it, especially the part that incorporates an algorithm that includes sequencing, selection, and iteration, as well as storing and manipulating data.

When considering ideas, you should think about problems you encounter daily that can be solved or streamlined with a software solution. It may help to explore fields like education, health, transportation, or even entertainment.

Education: Develop a simple Math Quiz app. This kind of app could utilize an array to store the questions, answers, and user's responses. The algorithm you could demonstrate might be the scoring system.

Health: How about an app that tracks water intake or exercises? You can design an algorithm that suggests the amount of water a person needs based on their weight and activity level or an algorithm that would suggest exercises based on an individual's fitness target.

Entertainment: You could create a program that shuffles and plays songs from a playlist. This could involve an array to store the songs and an algorithm that shuffles this array to play songs in random order.

Keep in mind that the complexity of your project does not necessarily determine your score. As long as your code meets all the required elements of the task, and you accurately answer all the prompt questions in the written responses, you'll be in good shape. Remember to keep your program simple enough that you can thoroughly explain what it does, and note how the algorithm works and how data is stored and manipulated. Your written responses carry as much weight as your program itself, so make sure to devote enough time to them.

Lastly, get started as early as possible! The Create Task is not something that can be left until the last minute. It is a significant part of your AP CSP score, and allocating as much time as you can will be beneficial. Good luck!

a year ago

About CollegeVine’s Expert FAQ

CollegeVine’s Q&A seeks to offer informed perspectives on commonly asked admissions questions. Every answer is refined and validated by our team of admissions experts to ensure it resonates with trusted knowledge in the field.