Difference between revisions of "Computer Science I"

From WLCS
(Friday (2/20/09))
Line 1: Line 1:
 +
== Tuesday (2/24/09) ==
 +
'''Agenda - Regular:'''
 +
* Complete [[E-mail Harvester Assignment]]
 +
* Loop & string quiz review
 +
 +
'''Agenda - IB:'''
 +
* [[Pig Latin Translator]]
 +
* Introduction HTTLACS: Ch 8
 +
* Pong
 +
** Use the HTTLACS Ch8 Case Study to create Pong
 +
** [http://www.ibiblio.org/jelkner/gasp_lessons/html/G-gasp.html Gasp Documentation]
 +
** After you have created pong, add sound
 +
*** [[Media:Pong.wav]]
 +
** Try replacing the shapes with school-appropriate images of your choosing
 +
* [[Item collection game]]
 +
* Loop & string quiz review
 +
 
== Friday (2/20/09) ==
 
== Friday (2/20/09) ==
 
'''Warmup:'''
 
'''Warmup:'''

Revision as of 09:30, 24 February 2009

Tuesday (2/24/09)

Agenda - Regular:

Agenda - IB:

Friday (2/20/09)

Warmup:

  • Prompt the user to enter a string and store it in a variable
  • Using a loop, traverse (walk through) the string and check if the current character is a space
  • Print the character if it is NOT a space
  • Test your code with the following string:
"W a    s   h i n  g  to n- L  ee G en er  a l    s"

Agenda - Regular:

Agenda - IB:

Wednesday (2/18/09)

Warmup:

  • Prompt the user to enter a string and store it in a variable
  • Using a loop and an if statement, print each letter of the string that is NOT 'a', 'b', or 'c'

Agenda - Regular:

Agenda - IB:

Friday (2/13/09)

Agenda - Regular:

Agenda - IB:

Wednesday (2/11/09)

Warmup - Regular:

  • Write a loop that prints out all the squares of 1 through 100

Warmup - IB:

  • Create a string variable named s that contains "Washington-Lee Computer Science"
  • Write a loop that prints out every other letter of the string

Agenda - Regular:

Agenda - IB:

Monday (2/9/09)

Agenda:

  • Why we don't have the internet
  • Rise of the Video Game: Part 2

Tuesday - Thursday (2/3/09 - 2/5/09)

Agenda - Regular:

Agenda - IB:

Archives