CSP Final,
My CSP Blog post for the final!
- Component A: Program Code
My group's project focuses on tracking mood. It uses a variety of features such as a mood tracker, journal, and quote generator to allow the user to keep a log of their emotions. The feature that I mainly contributed to was the journal.
Component A: Program Code
CPT Requirements: Link to CPT RequirementsRequirement | Description |
---|---|
(1) Input from user/device/online data stream/file: |
|
(2) Use at least one list (or other collection type) to represent a collection of data that is stored and used to manage program complexity and help fulfill the program’s purpose |
|
(3) At least one procedure that contributes to the program’s intended purpose, where you have defined the procedure’s name/the return type (if necessary)/one or more parameters |
|
(4) An algorithm that includes sequencing, selection, and iteration that is in the body of the selected procedure |
|
(5) Calls to your student-developed procedure |
|
(6) Instructions for output (tactile, audible, visual, or textual) based on input and program functionality |
|