Difference between revisions of "Computer Science I"

From WLCS
(Replacing page with '== Wednesday (3/4/09) == '''Warmup:''' * Return Loop & string quiz '''Agenda:''' * Loop & string quiz * Continue working on your assignments == Archives == * [[CS1 - February...')
Line 1: Line 1:
== Thursday (2/26/09) ==
+
== Wednesday (3/4/09) ==
 
'''Warmup:'''
 
'''Warmup:'''
* Review for the Loop & string quiz
+
* Return Loop & string quiz
  
 
'''Agenda:'''
 
'''Agenda:'''
 
* Loop & string quiz
 
* Loop & string quiz
 
* Continue working on your assignments
 
* Continue working on your assignments
 
== Tuesday (2/24/09) ==
 
'''Agenda - Regular:'''
 
* Complete [[E-mail Harvester Assignment]]
 
* Loop & string quiz this Thursday (2/26/09)
 
** Review today
 
 
'''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 this Thursday (2/26/09)
 
** Review today
 
 
== 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:
 
<pre>
 
"W a    s  h i n  g  to n- L  ee G en er  a l    s"
 
</pre>
 
 
'''Agenda - Regular:'''
 
* Introduction to Strings
 
** HTTLACS: Ch 7 #1-4
 
* [[E-mail Harvester Assignment]]
 
 
'''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]]
 
 
== 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:'''
 
* Introduction to Strings
 
** HTTLACS: Ch 7 #1-4
 
* [[E-mail Harvester Assignment]]
 
 
'''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]]
 
 
== Friday (2/13/09) ==
 
'''Agenda - Regular:'''
 
* [[Looping Exercises]]
 
* Introduction to Strings
 
** HTTLACS: Ch 7 #1-4
 
 
'''Agenda - IB:'''
 
* [[E-mail Harvester Assignment]]
 
* [[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 and images
 
*** [[Media:Pong.wav]]
 
 
== 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:'''
 
* [[Looping Exercises]]
 
* Introduction to Strings
 
** HTTLACS: Ch 7 #1-4
 
 
'''Agenda - IB:'''
 
* [[E-mail Harvester Assignment]]
 
* [[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 and images
 
*** [[Media:Pong.wav]]
 
 
== 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:'''
 
* [[Looping Exercises]]
 
* Introduction to Strings
 
** HTTLACS: Ch 7 #1-4
 
 
'''Agenda - IB:'''
 
* [[E-mail Harvester Assignment]]
 
* [[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]]
 
  
 
== Archives ==
 
== Archives ==
 +
* [[CS1 - February]]
 
* [[CS1 - January]]
 
* [[CS1 - January]]
 
* [[CS1 - December]]
 
* [[CS1 - December]]

Revision as of 11:56, 3 March 2009

Wednesday (3/4/09)

Warmup:

  • Return Loop & string quiz

Agenda:

  • Loop & string quiz
  • Continue working on your assignments

Archives