/create-task

This is my APCSP Create task submission.

Primary LanguageHTMLApache License 2.0Apache-2.0

create-task

This is my APCSP Create task submission. I'm using CodeHS' Javascript Library, which provides easy JS graphics.

About APCSP Exam

The AP exam for APCSP has three parts:

  • Explore
    • The Explore task has one explore a specific computing innovation. I wrote about smartwatches.
  • Create
    • The Create task tests programming ability in the exploration of algorithms and abstraction. Students must write their own program.
  • Exam
    • The Exam is multiple choice and asks questions about programming knowledge, including things like binary and hexadecimal.

My Program

My program is a math calculator that performs trigonometric functions like sine, cosine, and tangent. It can also perform degree to radian changes.