This repository was archived by the owner on Aug 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Programming Assignment 2
mrseidel edited this page Sep 28, 2021
·
4 revisions
- Update Assignment 1 to include the use of looping structures (
fororwhile). - This is your opportunity to improve on Assignment 1 criteria, if necessary.
- If you need to make improvements on your IPO Chart, update it to include looping structures before handing it in again.
- For any Assignment 1 criteria you wish to have re-evaluated, you must include what you would like re-evaluated in your documentation header.
- Include line number(s) on where to find the corrections. You will be provided with an example.
- Multiple looping structures (
fororwhile) must be used.
Please see the due dates page for more details on when this is due and how to submit your work.
The Overarching Learning Goal for this is Programming Concepts. The specific Learning Goal(s) for this include:
- We are learning to explain programming concepts and constructs.
- We are learning to plan, write, and maintain simple programs.
You will be assessed on the following new Success Criteria, as well as any improvements needed from the previous assignment.
| Success Criteria for We are learning to explain programming concepts and constructs |
Learning and Improvement Comments |
|---|---|
| I can describe the function of Boolean, comparison, and arithmetic operators | |
| I can identify situations in which looping structures are required. |
| Success Criteria for We are learning to plan, write, and maintain simple programs |
Learning and Improvement Comments |
|---|---|
| I can write a program that includes looping structures. |