Difference between revisions of "Computer Science I"

From WLCS
Line 2: Line 2:
  
 
You may find the old CS1 website here: [http://www.paulbui.net/wl/cs1 CS1_0708]
 
You may find the old CS1 website here: [http://www.paulbui.net/wl/cs1 CS1_0708]
 +
 +
== Tuesday (10/07/08) ==
 +
'''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:'''
 +
* 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
 +
* Math function review
 +
* Guido define review
 +
* Python Functions Overview
 +
* Go through Chapter 3 completely. Read through and complete the Ch 3 exercises of HTTLACS
  
 
== Friday (10/3/08) ==
 
== Friday (10/3/08) ==

Revision as of 08:10, 7 October 2008

Welcome to the Computer Science I Homepage!

You may find the old CS1 website here: CS1_0708

Tuesday (10/07/08)

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:

  • 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
  • Math function review
  • Guido define review
  • Python Functions Overview
  • Go through Chapter 3 completely. Read through and complete the Ch 3 exercises of HTTLACS

Friday (10/3/08)

  • HTTLACS: Ch2 Overview
  • Read through HTTLACS: Ch2
  • Complete the HTTLACS: Ch2 Exercises by Friday (10/3/08)

Wednesday (10/1/08)

  • Print out and turn in your HTTLACS: Ch1 Exercises
  • Read through HTTLACS: Ch2
  • Complete the HTTLACS: Ch2 Exercises by Friday (10/3/08)

Archives

CS1 - September