This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Programming Culminating
Scott Kowalczewski edited this page Jan 9, 2020
·
1 revision
Submit your Create Task code. Only the concepts in the ICS 2O0 course will be assessed (see below).
- 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
The Create Task (AP) code must be submitted before this Programming Culminating can be assessed. You may submit the video and written responses later.
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 |
- Course Outline (ICS 2O0)
- Course Outline (AP)
- Overarching Learning Goals
- Due Dates and Submission Details
- AP Registration and Exam Information
- Hardware, Networking and Operating Systems - Research and Report
- Hardware, Networking and Operating Systems - Applying your Knowledge
- Algorithms (AP)
- Exercises (Set A)
- Exercises (Set B)
- Abstractions (AP)
- Processing - Assignment 1
- Processing - Assignment 2