Difference between revisions of "Computer Science"
From WLCS
| Line 1: | Line 1: | ||
| + | == Wednesday (2/4/15) == | ||
| + | '''Agenda:''' | ||
| + | * Demo any missing assignments | ||
| + | * Complete and demo [[Turtle - Moving and Drawing Assignment]] | ||
| + | * Complete Codecademy - Taking a Vacation | ||
| + | * [[Turtle - Initials Assignment]] | ||
| + | |||
== Monday (2/2/15) == | == Monday (2/2/15) == | ||
'''Warmup:''' | '''Warmup:''' | ||
Revision as of 09:47, 4 February 2015
Wednesday (2/4/15)
Agenda:
- Demo any missing assignments
- Complete and demo Turtle - Moving and Drawing Assignment
- Complete Codecademy - Taking a Vacation
- Turtle - Initials Assignment
Monday (2/2/15)
Warmup:
- Go to CodingBat and create an account
- Login and go to prefs->teacher share and use

- Complete 2 exercises from Warmup-1 (do not look up the solutions)
Agenda:
- Demo missing Codecademy (you should be done through Functions)
- Function Review
- Define functions at the top of the file
- Only use variables that you send in as parameters or create in the function
- return information, do not just print()
- Function calls always have parentheses!
- Practice function calls
- Complete and demo Turtle - Moving and Drawing Assignment
- Complete Codecademy - Taking a Vacation