Difference between revisions of "IB Computer Science I"

From WLCS
(Tuesday - Thursday (10/27/09 - 10/29/09))
Line 1: Line 1:
 +
== Monday - Thursday (11/2/09 - 11/5/09) ==
 +
'''Warmup:'''
 +
* Write a loop that prints out the first 100 even numbers
 +
 +
'''Agenda:'''
 +
* Demo HTTLACS: Ch 5 exercises
 +
* Introduction to Iteration
 +
 
== Tuesday - Friday (10/27/09 - 10/30/09) ==
 
== Tuesday - Friday (10/27/09 - 10/30/09) ==
 
* Complete the HTTLACS: Ch 4 GASP exercise and demo to Mr. Bui
 
* Complete the HTTLACS: Ch 4 GASP exercise and demo to Mr. Bui

Revision as of 11:09, 5 November 2009

Monday - Thursday (11/2/09 - 11/5/09)

Warmup:

  • Write a loop that prints out the first 100 even numbers

Agenda:

  • Demo HTTLACS: Ch 5 exercises
  • Introduction to Iteration

Tuesday - Friday (10/27/09 - 10/30/09)

  • Complete the HTTLACS: Ch 4 GASP exercise and demo to Mr. Bui
  • Work through HTTLACS: Ch 5 and by work through, Mr. Bui means that you should try out all the code.
  • Complete the HTTLACS: Ch 5 exercises

Monday (10/26/09)

  • 1st Quarter Exam

Friday (10/23/09)

Monday - Thursday (10/19/09 - 10/22/09)

Warmup:

  • What does the following code print?
x = 9
y = 10
z = 4

if x < y:
  if z < 0:
    print "Washington"
  else:
    print "Lee"
else:
  print "Generals"

Agenda:

Thursday (10/15/09)

Warmup:

  • What do the following conditions evaluate to?
not(False)
True or False
False and False
True and False
not(True or False)
True or True
False and True
False or True
not(False) and True
not(True) or False
not(True) or True

Agenda:

Tuesday - Wednesday (10/13/09 - 10/14/09)

Thursday - Friday (10/7/09 - 10/8/09)

Warmup:

  • Create a python script that prompts the user for three integer variables: month, day, and year
  • Print your birthday using the variables
  • Your birthday should use the following format: M/D/Y

Agenda:

Monday - Tuesday (10/5/09 - 10/6/09)

Thursday (10/1/09)

Archives