Difference between revisions of "Computer Science"

From WLCS
Line 1: Line 1:
== Friday (2/6/15) ==
+
== Thursday (2/12/15) ==
 +
'''Agenda:'''
 +
* Demo missing assignments
 +
* Codecademy - ists & Dictionaries optional right now
 +
* Introduction to Loops
 +
** while loop
 +
** loop counters
 +
* [[Turtle - Looping Assignment]]
 +
* Create your own turtle loop designs
 +
 
 +
== Friday - Tuesday (2/6/15 - 2/10/15) ==
 
'''Warmup:'''
 
'''Warmup:'''
 
* Complete 1 exercise from [http://codingbat.com/python/Warmup-1 CodingBat-Warmup-1]
 
* Complete 1 exercise from [http://codingbat.com/python/Warmup-1 CodingBat-Warmup-1]

Revision as of 12:23, 12 February 2015

Thursday (2/12/15)

Agenda:

  • Demo missing assignments
  • Codecademy - ists & Dictionaries optional right now
  • Introduction to Loops
    • while loop
    • loop counters
  • Turtle - Looping Assignment
  • Create your own turtle loop designs

Friday - Tuesday (2/6/15 - 2/10/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