Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
== Tuesday (11/20/12) ==
+
== Tuesday - Monday (11/20/12 - 11/26/12) ==
 
* Complete [[Turtle - Graphing Calculator]]
 
* Complete [[Turtle - Graphing Calculator]]
 
* Introduction to Pygame
 
* Introduction to Pygame

Revision as of 14:38, 26 November 2012

Tuesday - Monday (11/20/12 - 11/26/12)

  • Complete Turtle - Graphing Calculator
  • Introduction to Pygame
    1. Wing IDE 101->Edit->Configure Python-> make sure all the settings are default
    2. Go to Pygame Tutorial
    3. Download the ball picture
    4. Walk through the tutorial (NOTE: Line 10 should say "ball.gif")

Monday (11/19/12)

Wednesday - Friday (11/14/12 - 11/16/12)

Tuesday (11/13/12)

Agenda:

  • VA Workplace Readiness Assessment Pre-test (1 hr)
    • There are on-screen tools (e.g. calculator) that you can use

Friday (11/9/12)

Warmup:

  • Order of Operations Redemption Quiz
    • No calculators!
    • When you are done, print your score and tell Mr. Bui

Agenda:

  • VA Workplace Readiness Assessment Pre-test (1 hr)
    • There are on-screen tools (e.g. calculator) that you can use

Wednesday - Thursday (11/7/12 - 11/8/12)

Warmup:

  • Execute the code below
  • When prompted, use 100 for x and 200 for y
  • What does each line do? Analyze!
from turtle import *

setup(200, 400)
screensize(200, 400)
x = numinput("X prompt", "Please enter an x")
y = numinput("Y prompt", "Please enter a y")
goto(x,y)
exitonclick()

Agenda:

Friday - Monday (11/2/12 - 11/5/12)

Agenda:

  • 1st Quarter Exam

Archives