IBCS1 - 1112 - November

From WLCS

Tuesday (11/29/11)

Warmup:

Agenda:

  • CodingBat - make sure you've completed:
  • Dual Enrollment Credit
    1. Complete application
    2. NVCC Course - ITP 195
    3. Exemption from COMPASS test with (AP English 3 or higher OR SAT Reading 550 or higher)

Homework:

  • Complete all exercises from Python->Logic 1 by Thursday (12/1/11)
  • Complete the NVCC application and turn in a completed Dual Enrollment form. (NVCC ID# and Parent Signature)

Wednesday - Friday (11/23/11 - 11/25/11)

  • Thanksgiving Break - Over Thanksgiving Break, try to complete 3 or more exercises from Python->Logic 1

Tuesday (11/22/11)

Agenda:

  • CodingBat
    1. Go to CodingBat
    2. Click on create account
    3. Make sure you put in your Lastname, Firstname
    4. Click on prefs
    5. Under Teacher Share, use BuiEmail.bmp
  • Complete Python->Warmup-1
  • Demo Turtle gaming practice
  • Over Thanksgiving Break, try to complete 3 or more exercises from Python->Logic 1

Friday (11/18/11)

Agenda:

  • Warmup Quiz
  • Turtle gaming practice
    1. Give the window a background image of Washington-Lee by using bgpic("filename")
    2. Give your player a picture of Mr. Bui's head and program it so that it can move around the screen with the keyboard
    3. Create a new Turtle() that bounces around the screen. Make it a WL logo.

Wednesday (11/16/11)

Warmup:

  • Define a function named printEvens(a, b) that takes two parameters
    1. Inside the function, write a loop that prints out all the even numbers from a up to b
  • Test your function by making a function call to print the even numbers from 20 to 60

Agenda:

  • Closed-everything quiz on the above warmup on Friday (11/18/11)
  • Turtle animations
  • Turtle gaming

Monday (11/14/11)

Agenda:

Wednesday (11/9/11)

Warmup:

  • What does the following expression evaluate to? ((2**4)-5*4/2)

Agenda:

  • Return and review 1st Quarter Exams
  • mainloop() & responding to the keyboard
  • Etch-a-Sketch - Create a program that uses the arrow keys to draw pictures
    1. Drop the pen down
    2. Respond to the keyboard arrows to draw
    3. Respond to the keyboard's "space" key to clear the screen

Friday (11/4/11)

Warmup:

  • Create a smiley face polygon
  • Change the turtle to be the smiley face
  • Make the turtle move around the screen as the smiley face

Agenda:

  • mainloop()
  • Responding do the keyboard

Wednesday (11/2/11)

Agenda:

  • 1st Quarter Exam: Part 2
  • Advanced Turtling