Difference between revisions of "Computer Science"

From WLCS
Line 1: Line 1:
 +
== Friday (2/6/15) ==
 +
'''Warmup:'''
 +
* Complete 1 exercise from [http://codingbat.com/python/Warmup-1 CodingBat-Warmup-1]
 +
 +
'''Agenda:'''
 +
* Demonstrate that you have completed Codecademy up through Taking a Vacation
 +
* Complete and demo [[Turtle - Initials Assignment]]
 +
* Talking Face Assignment
 +
 
== Wednesday (2/4/15) ==
 
== Wednesday (2/4/15) ==
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 10:52, 6 February 2015

Friday (2/6/15)

Warmup:

Agenda:

  • Demonstrate that you have completed Codecademy up through Taking a Vacation
  • Complete and demo Turtle - Initials Assignment
  • Talking Face Assignment

Wednesday (2/4/15)

Agenda:

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 Codecademy - Taking a Vacation

Archives