Programming Culminating - johnfraserss/ICS2O9 GitHub Wiki
Task(s)
Submit your Create Task code. Only the concepts in the ICS 2O0 course will be assessed (see below).
Concepts to cover
- Documentation (header, comments)
- Input and Output (keyboard, mouse, drawing shapes and colours etc)
- Variables (custom and built in)
- If Statements (including Else If, Else, &&, ||, >, < etc)
- Loops (For and While)
- any other concepts you learned along the way that was not taught can be included. If you are using something that was not taught in class, be prepared to explain it in a conversation with your teacher
Due Dates and Submission Details
The Create Task (AP) code must be submitted before this Programming Culminating can be assessed. You may submit the video and written responses later.
Goals and Success Criteria
The specific goal(s) for this Programming Concepts culminating task include:
Success Criteria | Level | Comments |
---|---|---|
Documentation: Demonstrate the use of a header and comments in a program | ||
Input and Output: Demonstrate the use of input and output in a program | ||
Variables: Demonstrate the use of built in and custom variables in a program | ||
IF Statements: Demonstrate the use of IF statements in a program | ||
Loops: Demonstrate the use of loops in a program |