Difference between revisions of "Computer Science"

From WLCS
Line 1: Line 1:
 
== Monday (2/2/15) ==
 
== Monday (2/2/15) ==
 
'''Warmup:'''
 
'''Warmup:'''
*# Go to [http://codingbat.com/ CodingBat] and create an account
+
# Go to [http://codingbat.com/ CodingBat] and create an account
*# Login and go to '''prefs->teacher share''' and use [[Image:BuiEmail.bmp]]
+
# 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)
+
# Complete 2 exercises from [http://codingbat.com/python/Warmup-1 Warmup-1] (do not look up the solutions)
  
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 11:22, 2 February 2015

Monday (2/2/15)

Warmup:

  1. Go to CodingBat and create an account
  2. Login and go to prefs->teacher share and use BuiEmail.bmp
  3. Complete 2 exercises from Warmup-1 (do not look up the solutions)

Agenda:

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

Archives