Difference between revisions of "IB Computer Science 1"

From WLCS
Line 2: Line 2:
 
'''Warmup:'''
 
'''Warmup:'''
 
# Log into your account
 
# Log into your account
** Username: first initial + lastname (e.g. pbui)
+
#* Username: first initial + lastname (e.g. pbui)
** Password: student ID#
+
#* Password: student ID#
 
# Open Wing101  
 
# Open Wing101  
  

Revision as of 10:13, 6 September 2013

Friday (9/6/13)

Warmup:

  1. Log into your account
    • Username: first initial + lastname (e.g. pbui)
    • Password: student ID#
  2. Open Wing101

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