Difference between revisions of "IB Computer Science 1"

From WLCS
 
Line 1: Line 1:
== Thursday (3/10/11) ==
+
== [[IBCS1 - Archives]] ==
'''Agenda:'''
 
* Make sure (Basic) [[Python List Exercises]] is turned in
 
* [[Advanced Python List Exercises]]
 
* [[Pig Latin Translator]]
 
 
 
== Tuesday (3/8/11) ==
 
'''Warmup:'''
 
# Create a list with the following numbers: 6, 3, 8, 4, 3, 5, 4, 3, 2, 1, 6, 8, 9, 6, 7, 3, 7, 2, 5
 
# Create a variable named '''total''' and initialize it to 0 (zero)
 
# Use a loop to traverse the list
 
#* Add each list element to the total
 
# Print out your total after the loop is done
 
 
 
'''Agenda:'''
 
* '''Final deadline:''' Dual enrollment forms are due (3/10/11)
 
* Make sure (Basic) [[Python List Exercises]] is turned in
 
* [[Advanced Python List Exercises]]
 
* How do we use lists to simplify our Dodge game?
 
** Example: If I have our warmup list, what would it look like to add 1 to every number?
 
** Example: What would it look like to multiply every number by 2?
 
** Example: What would it look like to reset all the numbers to 0?
 
 
 
== Friday (3/4/11) ==
 
'''Warmup:'''
 
* Write the loop that finds the index of the first vowel
 
* Print out the index
 
 
 
'''Agenda:'''
 
* string.split()
 
* Pig Latin Translator
 
* (Basic) [[Python List Exercises]]
 
* [[Advanced Python List Exercises]]
 
 
 
== Wednesday (3/2/11) ==
 
'''Warmup:'''
 
* Please fill out this [https://spreadsheets.google.com/viewform?formkey=dEdQMVhWcUhSLUFHWjhkUWhSVXoxRnc6MQ survey]
 
 
 
'''Agenda:'''
 
* Welcome back!
 
* List review
 
* (Basic) [[Python List Exercises]]
 
* [[Advanced Python List Exercises]]
 
 
 
== Archives ==
 
* [[IBCS1 - 1011 - February]]
 
* [[IBCS1 - 1011 - January]]
 
* [[IBCS1 - 1011 - December]]
 
* [[IBCS1 - 1011 - November]]
 
* [[IBCS1 - 1011 - October]]
 
* [[IBCS1 - 1011 - September]]
 

Latest revision as of 08:28, 13 September 2023