Difference between revisions of "IBCS1 - December"

From WLCS
(New page: == Monday (12/22/08) == * Please complete the following technology usage [http://www.netdayspeakup.org/speakup2008/index.asp survey] ** Secret Word: arlington08 * All demos for Ch7 should ...)
 
(Blanked the page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monday (12/22/08) ==
 
* Please complete the following technology usage [http://www.netdayspeakup.org/speakup2008/index.asp survey]
 
** Secret Word: arlington08
 
* All demos for Ch7 should be done
 
* Complete [[E-mail Harvester Assignment]] by the end of today before break
 
  
== Wednesday (12/18/08) ==
 
* Demo HTTLACS: Ch7 today
 
* Try to demo [[E-mail Harvester Assignment]] by the end of today
 
 
== Friday - Tuesday (12/12/08 - 12/16/08) ==
 
'''Warmup:'''
 
* Assume you have the following code:
 
 
<source lang="python">
 
s = ""
 
x = 0
 
while x < 5:
 
  s = s + "a"
 
  x = x + 1
 
print s
 
</source>
 
 
* What is printed out after the code executes?  (DO NOT USE A COMPUTER)
 
 
'''Agenga:'''
 
* Complete HTTLACS: Ch7 #1,2, 5-10
 
* [[E-mail Harvester Assignment]]
 
 
== Wednesday (12/10/08) ==
 
* Introduction to Strings
 
 
== Monday (12/8/08) ==
 
'''Warmup:'''
 
* Using your isPrime(x) function, write a loop that prints out the first 100 prime numbers.
 
 
'''Agenda:'''
 
* Progress checks
 
* Catch-up / turn in all missing work - End of interim grades
 
 
== Thursday (12/4/08) ==
 
* [[Looping Exercises]] & [[Print Shapes Exercises]] progress check
 
 
== Tuesday (12/2/08) ==
 
* Review your TriangleNumbers exercise
 
* Complete [[Looping Exercises]]
 
** This must be completed by the end of the day
 
* Complete [[Print Shapes Exercises]]
 
** This must be completed by the end of the day
 
* Go back and complete Exercises # 5-9 of [http://openbookproject.net/thinkcs/python/english2e/ch06.xhtml HTTLACS: Ch6]
 
** You should be working on #6 or 7 by the end of the day
 
 
== Archives ==
 
* [[IBCS1 - November]]
 
* [[IBCS1 - October]]
 
* [[IBCS1 - September]]
 

Latest revision as of 15:48, 3 September 2010