Difference between revisions of "Computer Science I"

From WLCS
(Monday - Tuesday (12/15/08 - 12/16/08))
Line 1: Line 1:
== Monday - Tuesday (12/15/08 - 12/16/08) ==
+
== Monday - Wednesday (12/15/08 - 12/17/08) ==
 
'''Warmup:'''
 
'''Warmup:'''
 
* Write a loop that prints out all the odd numbers from 5 to 25
 
* Write a loop that prints out all the odd numbers from 5 to 25

Revision as of 09:07, 17 December 2008

Monday - Wednesday (12/15/08 - 12/17/08)

Warmup:

  • Write a loop that prints out all the odd numbers from 5 to 25

Agenda - Regular:

Agenda - IB:

Thursday (12/11/08)

Warmup:

  • Assume you have the following code:
x = 10
y = 5
z = (2-x)*y
if z > 0:
  print z, "is a positive number!"
elif z < 0: 
  print z, "is a negative number!"
else:
  print z, "is zero!"
  • Without using your computer, what does the above code output?

Agenda - Regular:

  • All students should have completed the following:
    • CYOA
    • CYOA Evaluations
    • HTTLACS: Ch5
  • GvR Review - while loops
  • Python while loops
    • "lather, rinse, repeat"
    • Write a loop that counts from 0 through 100
    • Write a loop that counts from 25 through 83
    • Write a loop that counts down from 100 through 0
    • Write a loop that prints out all the even numbers
    • Write a loop that prints out a line of characters
  • Printing Initials Assignment

Agenda - IB:

Tuesday (12/9/08)

Agenda - Regular:

  • All students should have completed the following:
    • CYOA
    • CYOA Evaluations
    • HTTLACS: Ch5
  • Begin reading HTTLACS: Ch6

Agenda - IB:

Friday (12/5/08)

  • Warheads
  • Progress checks
  • Questions

Monday - Wednesday (12/1/08 - 12/3/08)

IMPORTANT:

  • Mr. Bui will be gone Monday and Wednesday, but you MUST show him the work you completed at the end of the week on Friday. The following assignments are worth twice their usual points.

Agenda - Regular:

  • Review HTTLACS: Ch5
  • Complete all the Chapter 5 exercises. Be sure to test them using doctest
  • You are encouraged to use classmates as teaching assistants. DO NOT COPY CODE (it's cheating!). TAs are ONLY allowed to guide you, and TAs are NOT allowed to type on your keyboard.

Agenda - IB:

Archives