Difference between revisions of "Computer Science I"

From WLCS
(Redirected page to Computer Science)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monday (5/3/10) ==
+
#REDIRECT [[Computer Science]]
'''Warmup:'''
 
# s = "H e l l o , w o r l d !"
 
# Create a variable named new_s that contains an empty string
 
# Write a while loop where the counter variable x starts at 0 and goes up to len(s)
 
## Check if the current letter at x (s[x]) is NOT a space
 
##* Add the current letter (s[x]) to new_s
 
## Increment x
 
 
 
* What does the above code produce?
 
 
 
'''Agenda:'''
 
* Demo a completed [[E-mail Harvester Assignment]]
 
* Quiz on strings and e-mail harvester (closed-book) on Friday
 
* Complete HTTLACS: Ch7 #5-8 this week
 
 
 
== Archives ==
 
* [[CS1 - June]]
 
* [[CS1 - May]]
 
* [[CS1 - April]]
 
* [[CS1 - March]]
 
* [[CS1 - February]]
 
* [[CS1 - January]]
 
* [[CS1 - December]]
 
* [[CS1 - November]]
 
* [[CS1 - October]]
 
* [[CS1 - September]]
 

Latest revision as of 11:13, 24 August 2010

Redirect to: