Difference between revisions of "Computer Science I"

From WLCS
Line 1: Line 1:
 +
== Tuesday (10/27/09) ==
 +
* Complete the HTTLACS: Ch 4 GASP exercise
 +
 
== Monday (10/26/09) ==
 
== Monday (10/26/09) ==
 
* 1st Quarter Exam Review
 
* 1st Quarter Exam Review

Revision as of 10:42, 27 October 2009

Tuesday (10/27/09)

  • Complete the HTTLACS: Ch 4 GASP exercise

Monday (10/26/09)

Thursday (10/22/09)

Warmup:

  • Define a function named timesFive(x) that takes one x parameter
  • In the function body, have timesFive() print out the product of x times 5

Agenda:

Tuesday (10/20/09)

Agenda:

Thursday (10/16/09)

Warmup:

  • Prompt the user for numerical input and store it in two variables: x and y
  • Print the result of x to the y power (Hint: ** is used to take numbers to powers)

Agenda:

Friday - Wednesday (10/9/09 - 10/14/09)

Warmup:

  • Create a python script that has three variables: month, day, and year
  • Store your birthday in the aforementioned variables
  • Print your birthday using the variables
  • Your birthday should use the following format: M/D/Y

Agenda:

  • Make sure that you have submitted in HTTLACS: Ch 1 & 2 Exercises via SchoolWebLockers
  • User input!
    • Let's add some user input to your warmup
    • Instead of hard-coding the month, day, and year variables, prompt the user for input three times and store the user's input in the variables
  • Quadratic Formula Assignment

Monday - Wednesday (10/5/09 - 10/7/09)

Thursday (10/1/09)

Archives