Difference between revisions of "Computer Science"

From WLCS
Line 6: Line 6:
 
* Demonstrate that you have completed Codecademy up through Taking a Vacation
 
* Demonstrate that you have completed Codecademy up through Taking a Vacation
 
* Complete and demo [[Turtle - Initials Assignment]]
 
* Complete and demo [[Turtle - Initials Assignment]]
* Talking Face Assignment
+
* Continue on through Codecademy and complete Lists & Dictionaries
  
 
== Wednesday (2/4/15) ==
 
== Wednesday (2/4/15) ==

Revision as of 11:38, 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
  • Continue on through Codecademy and complete Lists & Dictionaries

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