Difference between revisions of "Computer Science"

From WLCS
Line 24: Line 24:
 
** if-statements (CodingBat Logic-1)
 
** if-statements (CodingBat Logic-1)
 
** While loops
 
** While loops
** [[Looping Exercises]]
+
*** [[Looping Exercises]]
 
** Strings
 
** Strings
 
*** [[Media:Strings_Python.ppt]]
 
*** [[Media:Strings_Python.ppt]]

Revision as of 08:34, 6 June 2012

Wednesday (6/6/12)

Agenda:

Monday - Tuesday (6/4/12 - 6/5/12)

Agenda:

  • Demo the first 4 exercises from Advanced Python List Exercises
    • List Surprise is extra credit
  • 4th Quarter Comprehensive Exam - Friday (6/8/12)
    • Closed-book
    • All multiple choice
    • All Python (everything we've done up through lists)
  • Final Exams
    • 1st Period - Thursday (6/14/12) - 8:19-10:19AM
    • 3rd Period - Friday (6/15/12) - 10:26AM-12:26PM
    • Who is exempt?
    1. Seniors with an excellent academic record (A average for the year).
    2. Students with an excellent academic record (A average for the year).
      • Department discretion; must be consistent across the same course**
    3. Seniors on senior experience.
    4. Students who have taken an AP/IB course and the corresponding exam.

Tuesday - Thursday (5/28/12 - 5/31/12)

Monday (5/21/12)

Saturday (5/19/12)

Tuesday - Friday (5/15/12 - 5/18/12)

Agenda:

Friday - Monday (5/11/12 - 5/14/12)

Agenda:

Thursday (5/10/12)

Warmup:

  1. Create a python program named listWarmup.py
  2. Create a list named students and have it contain the names of 5 other students in the room
  3. Print out students

Agenda:

Monday - Wednesday (5/7/12 - 5/9/12)

Warmup:

  1. Create a python program named shoppingWarmup.py
  2. Think of 5 different food items for a grocery list
  3. Put each of the items in variables
  4. Print out all the items

Agenda:

Thursday - Friday (5/3/12 - 5/4/12)

Agenda:

Tuesday - Wednesday (5/1/12 - 5/2/12)

Agenda:

Archives