Difference between revisions of "IB Computer Science 1"

From WLCS
Line 2: Line 2:
 
'''Agenda:'''
 
'''Agenda:'''
 
* IB CS 1 Final Exam Review Outline
 
* IB CS 1 Final Exam Review Outline
* Complete and demo [https://docs.google.com/document/d/1w2afUehRL4HMqNUrYQZAqzdcfLvtP8TG89lvnXPDQn0/edit?usp=sharing BlackJack]
+
* Complete and demo [https://docs.google.com/document/d/1w2afUehRL4HMqNUrYQZAqzdcfLvtP8TG89lvnXPDQn0/edit?usp=sharing BlackJack project]
 
** Demos will be accepted up through 1st period's final exam day
 
** Demos will be accepted up through 1st period's final exam day
  

Revision as of 22:09, 10 June 2019

Tuesday - Thursday (6/11/19 - 6/13/19)

Agenda:

  • IB CS 1 Final Exam Review Outline
  • Complete and demo BlackJack project
    • Demos will be accepted up through 1st period's final exam day

Wednesday - Friday (6/5/19 - 6/7/19)

Warmup:

Agenda:

  • String equals() demo
  • Make sure that you have completed the ArrayList<Card> repl.it exercises:
    • printHand()
    • getHandValue()
  • Work on the BlackJack project
  • Final exam review outline will be given next week on Tuesday (6/11/19)
    • Final exam format: ~40 multiple choice Java questions

Monday (6/3/19)

Warmup:

  1. Open ArrayList Javadoc
  2. Read over all the method names

Agenda:

  • Review BlackJack rules - based on your outline assignments
  • ArrayLists
  • Complete the ArrayList<Card> repl.it exercises
    • printHand()
    • getHandValue()

Archives