Difference between revisions of "IB Computer Science 1"

From WLCS
Line 1: Line 1:
 +
== Monday - Friday (6/2/14 - 6/6/14) ==
 +
'''Agenda:'''
 +
* [[Creature Combat Game]] (Java)
 +
** Weapon walk-through
 +
** Complete Creature.java
 +
** Test CombatSimulation.java
 +
* Internal Assessment - Criterion B - due Thursday (6/12/14) or Friday (6/13/14)
 +
 
== Tuesday - Friday (5/27/14 - 5/30/14) ==
 
== Tuesday - Friday (5/27/14 - 5/30/14) ==
 
'''Agenda:'''
 
'''Agenda:'''

Revision as of 13:41, 3 June 2014

Monday - Friday (6/2/14 - 6/6/14)

Agenda:

  • Creature Combat Game (Java)
    • Weapon walk-through
    • Complete Creature.java
    • Test CombatSimulation.java
  • Internal Assessment - Criterion B - due Thursday (6/12/14) or Friday (6/13/14)

Tuesday - Friday (5/27/14 - 5/30/14)

Agenda:

Monday - Friday (5/19/14 - 5/23/14)

Agenda:

Monday - Friday (5/12/14 - 5/16/14)

Agenda:

Monday - Friday (5/5/14 - 5/9/14)

Agenda:

  • Turn any missing assignments/demos
  • Turn in Criterion A of Internal Assessment this week
    • Talk to people to get ideas of problems that can have computerized solutions
    • What kinds of problems, hobbies, or things are you interested in?
  • Introduction to Object-Oriented Programming
  • Python Classes
  • Geometry Objects Walk-through
  • AddressBook Assignment
    • Your program should print out a menu with the following options
    • Add a new contact
      1. Prompt the user for the new contact's name
      2. Prompt the user for the new contact's phone
      3. Add the contact to the address book
    • Find a contact
      1. Prompt the user for the contact's name to find
      2. Use a loop to traverse the address book
      3. If found, print out the contact's full information (name and number)
      4. If the contact is not found, then print "Contact Not found"
    • Remove a contact
      1. Prompt the user for the name of the contact to remove
      2. Use a loop to traverse the address book
      3. If found, delete/remove the contact from the address book
      4. If the contact is not found, then print "Contact Not found"
    • Print out all contacts
      1. Use a loop to print out all the contacts in the address book
    • Quit program
  • Challenges
    • Add an option to edit a particular contact in the address book
    • Add an option to sort the address book

Thursday - Friday (5/1/14)

Agenda:

  • Missing demos
  • Play with Scratch
  • Work on Criterion A of Internal Assessment
    • Turn in Criterion A draft at the beginning of next week (Monday - Wednesday)

Archives