Difference between revisions of "Computer Science"

From WLCS
 
(61 intermediate revisions by the same user not shown)
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) ==
 
'''Warmup:'''
 
# Go to [http://codingbat.com/ CodingBat] and create an account
 
# Login and go to '''prefs->teacher share''' and use [[Image:BuiEmail.bmp]]
 
# Complete 2 exercises from [http://codingbat.com/python/Warmup-1 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
 
 
 
== Archives ==
 
== Archives ==
* [[CS1 - 1415 - January]]
+
* CS1 - 1819 (Poland) - APS Canvas
* [[CS1 - 1415 - December]]
+
* CS1 - 1718 (Poland) - APS Canvas
* [[CS1 - 1415 - November]]
+
* CS1 - 1617 (Poland) - Google Classroom
* [[CS1 - 1415 - October]]
+
** [https://docs.google.com/a/apsva.us/document/d/1VnXYBgVIABKBGVYNuoQQ6E_6kUzcNah2TFlM5QgTOW0/edit?usp=sharing 2017 Syllabus]
* [[CS1 - 1415 - September]]
+
* [https://sites.google.com/a/apsva.us/ocopcompsci/ CS1 - 1516 (MacLeod)]
 +
* [[CS1 - 1415]]
 +
* [[CS1 - 1314]]
 +
* [[CS1 - 1213]]
 +
* [[CS1 - 1112]]
 +
* [[CS1 - 1011]]
 +
* [[CS1 - 0910]]
 +
* [[CS1 - 0809]]
 +
* [http://www.paulbui.net/wl0708/cs1 CS1 - 0708]
 +
* [http://www.paulbui.net/wl0607/cs1/schedule.html CS1 - 0607]

Latest revision as of 11:04, 13 November 2018

Archives