CS1 - 0809 - December

From WLCS
Revision as of 12:24, 22 October 2009 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Tuesday (12/23/08)

Warmup:

  • Without using the internet, name the top three OLDEST video games
  • Without using the internet, name the top three OLDEST video game companies

Agenda:

  • Please complete the following technology usage survey
    • Secret Word: arlington08
  • ROTVG: Level One
    • Turn in completed worksheet by the end of class

Monday - Friday (12/15/08 - 12/19/08)

Warmup:

  • Write a loop that prints out all the odd numbers from 5 to 25
  • Print the sentence "All work and no play makes Jack a dull boy." 1000 times.
  • Prompt the user for a number and store it in a variable N. Write a loop that prints out the first N terms of the following sequence 3, 6, 9, 12, 15

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