SCS Curriculum Reinvention Committee: Difference between revisions
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
* variables | * variables | ||
* conditionals (IF/ELSE) | * conditionals (IF/ELSE) | ||
** simple IF | |||
** nested IF | |||
** booleans(AND/OR) | |||
** examples: | |||
*** make choices based on runtime input | |||
*** basic state machine | |||
*** edge cases / error checking | |||
* iteration (FOR/WHILE) | * iteration (FOR/WHILE) | ||
* arrays (1D and 2D) | * arrays (1D and 2D) |
Revision as of 15:51, 23 February 2010
This page contains notes and discussions related to the SCS Curriculum Reinvention Committee.
The content below has gratuitous markup so as to make it obvious how to add more stuff.
To edit this page, you first need to create an account - click the link in the top-right of the page. Then click on the edit tab just about the page headline. Or, you can edit individual sections.
COMP 1405/1406 Redesign
Topic Brainstorming
Add topics here at the end of the section. Please don't remove anything!
- problem solving, algorithms, what is computer science
- pseudo-code ??
- variables
- conditionals (IF/ELSE)
- simple IF
- nested IF
- booleans(AND/OR)
- examples:
- make choices based on runtime input
- basic state machine
- edge cases / error checking
- iteration (FOR/WHILE)
- arrays (1D and 2D)
- recursion
- likely 1406 material?
- my first wiki entry ever! - djh
Should we copy the MIT 6.00 outline here?
Sub categories?
Yes, we can add sub categories here.
Weekly Outline
We'll put the weekly outline here