-
Notifications
You must be signed in to change notification settings - Fork 0
Programming Assignment 2
mrseidel edited this page Sep 2, 2024
·
2 revisions
Update Assignment 1 to include:
- Both repetition structures (while and for) must be used.
- Custom functions,
- Custom function documentation
There might be a conversation with the teacher after the assignment is completed to capture your understanding of the custom functions and why you chose to create the ones that you did.
The Overarching Learning Goal for this is Programming Concepts. The specific goal(s) for this include:
- π We are learning to modify, update, and maintain simple computer programs.
| Success Criteria | Look Fors |
|---|---|
| π I can modify an existing program, or components of a program, to enable it to complete a different task. | To be co-created. |
| π I can write programs that include sequential, selection, and repeating events (repetition structures). | To be co-created. |
| π I can write subprograms, and use existing subprograms, to complete program components. | To be co-created. |
| π I can write clear internal documentation and use coding standards to improve code readability. | To be co-created. |
| π I can explain the components of a computational artifact they have created, including considerations for reuse by others. | To be co-created. |
| π I can interpret program errors and implement strategies to resolve them. | To be co-created. |