Computer Science

From WLCS
Revision as of 08:21, 11 May 2011 by Admin (talk | contribs)

Wednesday (5/11/11)

Warmup:

  • Complete CodingBat: Warmup-1:sum_double

Agenda:

  • Demo to Mr. Bui your Robot game that uses lists
  • You should also demo at least two advanced features (e.g. teleport, warps, difficulty levels)

Monday - Tuesday (5/9/11 - 5/10/11)

Warmup:

  • Go to the CodingBat - Python webpage
  • Sign up for an account using your e-mail address
  • Go to prefs -> Teacher Share and use my e-mail address: BuiEmail.bmp
    • Also make sure you have put in your Last name, First name
  • Complete Warmup-1:sleep_in

Agenda:

  • Introduction to CodingBat
    • Future warmups, assignments, and possible exam questions
    • Extra credit opportunity?
    • Complete Warmup-1:monkey_trouble
  • Item collection w/ list walk-through
  • Convert your Robot game to use lists
    • Once completed, you should add at least two advanced features (e.g. teleport, warps, difficulty levels)

Wednesday - Friday (5/4/11 - 5/6/11)

Agenda:

Monday - Tuesday (5/2/11 - 5/3/11)

Agenda:

Friday (4/29/11)

Agenda:

Wednesday - Thursday (4/27/11 - 4/28/11)

Agenda:

Monday - Tuesday (4/25/11 - 4/26/11)

Warmup:

  • Using a loop, print out the following sequence of numbers:
  • 1, 4, 9, 16, 25, 36, 49, 64, 81, 100

Agenda:

Wednesday - Friday (4/13/11 - 4/15/11)

Agenda:

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