Difference between revisions of "Computer Science"

From WLCS
Line 1: Line 1:
== Monday (4/11/11) ==
+
== Monday - Tuesday (4/11/11 - 4/12/11) ==
 
'''Warmup:'''
 
'''Warmup:'''
 
* Assume you have the following numbers: 25, 34, 15, 75, 45, 26, 81, 70
 
* Assume you have the following numbers: 25, 34, 15, 75, 45, 26, 81, 70
Line 8: Line 8:
 
'''Agenda:'''
 
'''Agenda:'''
 
* Min/Max search algorithm
 
* Min/Max search algorithm
 +
* Art Institute Presentation
 
* Work on the [[Advanced Python List Exercises]]
 
* Work on the [[Advanced Python List Exercises]]
  

Revision as of 08:18, 11 April 2011

Monday - Tuesday (4/11/11 - 4/12/11)

Warmup:

  • Assume you have the following numbers: 25, 34, 15, 75, 45, 26, 81, 70
  • What is the minimum?
  • What is the maximum?
  • Write the detailed step-by-step process your brain took to find either one

Agenda:

Friday (4/8/11)

Warmup:

  1. Assume you have the following numbers: 5, 3, 7, 2, 1, 8
  2. Open notepad and write down the steps that your brain takes in finding the 2

Agenda:

Wednesday - Thursday (4/7/11 - 4/8/11)

Warmup:

  1. Assume you have the list nums = [2, 4, 6, 8, 10]
  2. Print out the first element
  3. Print out the last element
  4. Print out the middle element

Warmup 2:

  1. Create an empty list named nums2
  2. Append the following numbers to nums: 8, 6, 7, 5, 3, 0, 9

Agenda:

Monday - Tuesday (4/4/11 - 4/5/11)

Agenda:

  • Watch Rise of the Video Game: Part 1
  • Watch Rise of the Video Game: Part 2

Archives