Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
== Wednesday (9/4/13 - 9/5/13) ==
+
== Friday (9/6/13) ==
 +
'''Agenda:'''
 +
* [[Media:BasicProgrammingTerms.ppt]]
 +
* Introduction to Values, Types, and Variables
 +
** [[Media:ValuesTypesVariables.ppt]]
 +
** [[Values, Types, and Variables Identification assignment]]
 +
* Input and Output
 +
** [[Media:PythonInputOutput.ppt]]
 +
* Mad Libs exercise
 +
*# Prompt the user to enter a noun and store it in a variable named '''noun'''
 +
*# Prompt the user to enter a verb and store it in a variable named '''verb'''
 +
*# Prompt the user to enter another noun and store it in a variable named '''noun2'''
 +
*# Print out a message that contains noun, verb, and noun2
 +
* Circle calculations exercise
 +
*# Prompt the user to enter the radius of a circle (this should be a float)
 +
*# Calculate and print out the circumference of the circle.  Make sure your output looks like: "Circumference: ###"
 +
*# Calculate and print out the area of the circle.  Make sure your output looks like: "Area: ###"
 +
* Slope calculation exercise
 +
*# Prompt the user to enter x1 (this should be a float)
 +
*# Prompt the user to enter y1 (this should be a float)
 +
*# Prompt the user to enter x2 (this should be a float)
 +
*# Prompt the user to enter y2 (this should be a float)
 +
*# Calculate and print out the slope.  Make sure your output looks like: "Slope: ###"
 +
 
 +
== Wednesday - Thursday (9/4/13 - 9/5/13) ==
 
'''Agenda:'''
 
'''Agenda:'''
 
* Lab setup/config
 
* Lab setup/config
Line 17: Line 41:
 
** Dropbox - [http://www.dropbox.com http://www.dropbox.com]
 
** Dropbox - [http://www.dropbox.com http://www.dropbox.com]
 
** etc.
 
** etc.
 +
* Introduction to Python
 +
** WingIDE 101
 +
** [http://en.wikipedia.org/wiki/Hello_world_program Hello world program]
  
 
'''Homework:'''
 
'''Homework:'''

Revision as of 10:11, 6 September 2013

Friday (9/6/13)

Agenda:

  • Media:BasicProgrammingTerms.ppt
  • Introduction to Values, Types, and Variables
  • Input and Output
  • Mad Libs exercise
    1. Prompt the user to enter a noun and store it in a variable named noun
    2. Prompt the user to enter a verb and store it in a variable named verb
    3. Prompt the user to enter another noun and store it in a variable named noun2
    4. Print out a message that contains noun, verb, and noun2
  • Circle calculations exercise
    1. Prompt the user to enter the radius of a circle (this should be a float)
    2. Calculate and print out the circumference of the circle. Make sure your output looks like: "Circumference: ###"
    3. Calculate and print out the area of the circle. Make sure your output looks like: "Area: ###"
  • Slope calculation exercise
    1. Prompt the user to enter x1 (this should be a float)
    2. Prompt the user to enter y1 (this should be a float)
    3. Prompt the user to enter x2 (this should be a float)
    4. Prompt the user to enter y2 (this should be a float)
    5. Calculate and print out the slope. Make sure your output looks like: "Slope: ###"

Wednesday - Thursday (9/4/13 - 9/5/13)

Agenda:

  • Lab setup/config
    • Login username is your first initial and lastname (e.g. pbui)
    • Your password is your student ID number
    • You may customize your account/desktop however you wish (school-appropriate)
    • Acceptable-use policies apply in this lab!
  • Complete the Student Survey
  • Introductions
  • Misc logistics
    • 20/10 no pass policy
    • Location of bathrooms
    • Sign in/out sheets
  • IB Computer Science I Syllabus
  • IT Resources for Students (UserID: StudentID# and Password: Birthday)
  • Introduction to Python

Homework:

  • Signed syllabus sheet due by the end of next week (9/13/13). You may turn it in anytime before then.

Tuesday (9/3/13)

  • Introductions
  • Name cards
  • Lab setup/config
    • Login username is your first initial and lastname (e.g. pbui) (for today...use "guest")
    • Your password is your student ID number (for today...no password)
    • Go to Apple (upper left) -> System Preferences -> Accounts -> Change Password (we'll do this later)
    • Acceptable-use policies apply in this lab!
  • Complete the Student Surveys