|
|
| (923 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| − | == Tuesday (1/11/11) ==
| |
| − | '''Warmup:'''
| |
| − | * Without using the computer, what does the following code display?
| |
| − |
| |
| − | <syntaxhighlight lang="Python">
| |
| − | from gasp import *
| |
| − | begin_graphics(width=800, height=600, title="Question 23")
| |
| − |
| |
| − | x = 0
| |
| − | while x < 100:
| |
| − | Circle( (400, 300), x )
| |
| − | Line( (x, 0), (400, 300) )
| |
| − | x = x + 10
| |
| − |
| |
| − | update_when('key_pressed')
| |
| − | end_graphics()
| |
| − | </syntaxhighlight>
| |
| − |
| |
| − | '''Agenda:'''
| |
| − | * 2nd Quarter Exam Make-ups
| |
| − | * Turn in any missing assignments
| |
| − | ** [[Looping with GASP Exercises]]
| |
| − | ** Following Game
| |
| − | ** Begin working on [[Pong]]. Use the 8.10 version of Catch!
| |
| − |
| |
| − | == Friday - Monday (1/7/11 - 1/10/11) ==
| |
| − | '''Agenda:'''
| |
| − | * 2nd Quarter Exam
| |
| − |
| |
| − | == Wednesday - Thursday (1/5/11 - 1/6/11) ==
| |
| − | '''Agenda:'''
| |
| − | * 2nd Quarter Exam will be on...
| |
| − | ** Period 1 - Friday (1/7/11)
| |
| − | ** Period 2 - Monday (1/10/11)
| |
| − | * 2nd Quarter Exam Review
| |
| − | ** [[Media:2ndQExamReview.txt]]
| |
| − | * input, output, variables, and math expressions
| |
| − | * functions
| |
| − | ** function definitions
| |
| − | ** function header
| |
| − | ** function body
| |
| − | ** return keyword
| |
| − | * if statements
| |
| − | ** comparison operators
| |
| − | *** ==
| |
| − | *** !=
| |
| − | *** <
| |
| − | *** >
| |
| − | *** <=
| |
| − | *** >=
| |
| − | ** Boolean operators
| |
| − | *** and
| |
| − | *** or
| |
| − | *** combining Boolean operators
| |
| − | * while loops
| |
| − | ** sequences
| |
| − | ** break keyword
| |
| − | * GASP
| |
| − | * Catch/Follow game
| |
| − |
| |
| − | * Exam Format:
| |
| − | ** Open and closed-book sections
| |
| − | ** Multiple-choice
| |
| − | ** Short-answer code
| |
| − | ** Identify syntax errors
| |
| − | ** Identify the purpose of code sections
| |
| − |
| |
| − | * Begin working on [[Pong]]
| |
| − |
| |
| − | == Monday - Tuesday (1/3/11 - 1/4/11) ==
| |
| − | '''Warmup:'''
| |
| − | * Write a while loop that prints your name 10 times
| |
| − |
| |
| − | '''Agenda:'''
| |
| − | * Winter Break de'''brief'''
| |
| − | * 2nd Quarter Exams Reminder
| |
| − | * Following Game Review
| |
| − | * Begin working on [[Pong]]
| |
| − |
| |
| | == Archives == | | == Archives == |
| − | * [[CS1 - 1011 - December]] | + | * CS1 - 1819 (Poland) - APS Canvas |
| − | * [[CS1 - 1011 - November]] | + | * CS1 - 1718 (Poland) - APS Canvas |
| − | * [[CS1 - 1011 - October]] | + | * CS1 - 1617 (Poland) - Google Classroom |
| − | * [[CS1 - 1011 - September]] | + | ** [https://docs.google.com/a/apsva.us/document/d/1VnXYBgVIABKBGVYNuoQQ6E_6kUzcNah2TFlM5QgTOW0/edit?usp=sharing 2017 Syllabus] |
| | + | * [https://sites.google.com/a/apsva.us/ocopcompsci/ CS1 - 1516 (MacLeod)] |
| | + | * [[CS1 - 1415]] |
| | + | * [[CS1 - 1314]] |
| | + | * [[CS1 - 1213]] |
| | + | * [[CS1 - 1112]] |
| | + | * [[CS1 - 1011]] |
| | + | * [[CS1 - 0910]] |
| | + | * [[CS1 - 0809]] |
| | + | * [http://www.paulbui.net/wl0708/cs1 CS1 - 0708] |
| | + | * [http://www.paulbui.net/wl0607/cs1/schedule.html CS1 - 0607] |