Difference between revisions of "IB Computer Science 2"

From WLCS
(Tuesday (9/19/17))
(43 intermediate revisions by the same user not shown)
Line 1: Line 1:
== IB EXAM DATE & LOCATION ==
+
== Tuesday - Wednesday (9/19/17 - 9/20/17) ==
* Friday (5/5/17) - 1:00-3:10pm @ Wrestling Room
+
'''Agenda:'''
** Paper 1 (Topics 1-7) - 2 hrs 10 mins
+
* Complete the following exercises in [http://codingbat.com/java/String-1 CodingBat: String-1]
* Monday (5/8/17) - 8:30-10:50am @ Wrestling Room
+
** makeOutWord
** Paper 2 (OOP) - 1 hr 20 mins
+
** extraEnd
** Paper 3 (Computers & Medicine) - 1 hr
+
** firstTwo
* [https://washingtonlee.apsva.us/wp-content/uploads/sites/38/2017/03/201720AP20IB20EXAM20CALENDAR20FINAL-2.pdf **Complete AP/IB Exam Calendar**]
+
* Complete the following exercises in [http://codingbat.com/java/String-2 CodingBat: String-2]
 +
** doubleChar
 +
** countHi
 +
* [https://docs.google.com/a/apsva.us/presentation/d/1Ayzvd1q-6RwZKplUtLHDCCLyO5XIR5kyeKUi8-htErY/edit?usp=sharing Arrays (Java)]
 +
** Additional review material: [[Media:IntroArrays.ppt]]
 +
** [http://codingbat.com/java/Warmup-2 CodingBat Array Warmup] (as a class)
 +
*** arrayCount9
 +
*** array123
 +
*** noTriples
 +
** Complete the following exercises in [http://codingbat.com/java/Array-1 CodingBat: Array-1]
 +
*** no23
 +
*** makeMiddle
 +
*** swapEnds
 +
** Complete the following exercises in [http://codingbat.com/java/Array-2 CodingBat: Array-2]
 +
*** sum67
 +
*** matchUp
 +
 
 +
== Friday - Monday (9/15/17 - 9/18/17) ==
 +
* for loop review
 +
** [https://docs.google.com/a/apsva.us/presentation/d/1ybEzO70d-bzZf-zrTJZq4d9AB5tTQwP7E2K6S-KucSo/edit?usp=sharing Java for loops]
 +
* Java String review
 +
** [https://docs.google.com/a/apsva.us/presentation/d/1VBmjWzYNJ4cTBN0BrbnX0R4vrt6NHIr1gRppRd9MJx8/edit?usp=sharing Java Strings]
 +
* [http://codingbat.com/java/Warmup-2 CodingBat: Warmup-2] class practice & review
 +
* Complete the following exercises in [http://codingbat.com/java/String-1 CodingBat: String-1]
 +
** makeOutWord
 +
** extraEnd
 +
** firstTwo
 +
* Complete the following exercises in [http://codingbat.com/java/String-2 CodingBat: String-2]
 +
** doubleChar
 +
** countHi
 +
 
 +
'''Homework:'''
 +
* Complete the CodingBat: String-1 & String-2 exercises listed above (from class)
  
== Wednesday (4/19/17) ==
+
== Thursday (9/14/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Accenture Senior Experience opportunity
+
* Demo missing Guessing Game
* Demo the inheritance assignment
+
* Senior panoramic photo @ the stadium
* Super Syllabus Content Guide!
+
* for loop review
** [[Media:IBCS_SyllabusContent.pdf]]
+
** [https://docs.google.com/a/apsva.us/presentation/d/1ybEzO70d-bzZf-zrTJZq4d9AB5tTQwP7E2K6S-KucSo/edit?usp=sharing Java for loops]
* Practice Paper 2 Assignment due Friday (4/21/17)
 
*# Obtain pdf via Google Classroom
 
*# You must complete this assignment on separate paper or electronically
 
*# Answer as many questions as you can (without looking at any other resources)
 
*# Circle the question number for the ones that you do not know how to answer
 
*# Go back and answer the questions that skipped by looking up the answers
 
* Practice Paper 1 Assignment due Tuesday (4/25/17)
 
** Follow the same routine as the Practice Paper 2 Assignment
 
  
== Monday - Friday (4/10/17 - 4/14/17) ==
+
== Wednesday (9/13/17) ==
* Spring Break!
+
'''Agenda:'''
 +
* Create the [[Guessing Game Assignment]] in Java
 +
** You can always refer to the [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Programming Cheatsheet]
 +
** Demo your program for credit
 +
* Work on your Internal Assessment programming code with your free time
  
== Friday (4/7/17) ==
+
== Monday - Tuesday (9/11/17 - 9/12/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Accenture Senior Experience opportunity
+
* Introduction to NetBeans
* Demo the inheritance assignment
+
** Customizations
* Super Syllabus Content Guide!
+
* Java Review - [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Cheatsheet]
** [[Media:IBCS_SyllabusContent.pdf]]
+
** Introduction to NetBeans IDE
 +
** Simple main method
 +
** Variables, types, values
 +
** Keyboard input w/ Scanner
 +
** Circle circumference and area calculator
 +
** if statements
 +
** while and for loops
 +
* Recreate the [[Guessing Game Assignment]] in Java
 +
** You may need to look up how to do random numbers in Java
 +
** You can always refer to the [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Programming Cheatsheet]
  
== Wednesday (4/5/17) ==
+
== Wednesday - Friday (9/6/17 - 9/8/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Resource Management & Control Quiz
+
* Misc Logistics:
* OOP Review (and some new stuff)
+
** Mr. Bui has A Lunch (1st Lunch) on W-days
** [[Media:OOP.pptx]]
+
** Mr. Bui has 4th period planning on L-Days (so whatever lunch he feels like having that day)
* Complete the Inheritance assignment found in [[Media:OOP.pptx]]
+
* [[IB Computer Science II Syllabus]]
** You will need to use NetBeans or any other Java IDE
+
** Complete online syllabus agreement form by Monday (9/11/17)
 +
** Homework posted on Canvas?
 +
* Java Review - [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Cheatsheet]
 +
** Introduction to NetBeans IDE
 +
** Simple main method
 +
** Variables, types, values
 +
** Keyboard input w/ Scanner
 +
** Circle circumference and area calculator
 +
** if statements
 +
** while and for loops
 +
* Recreate the [[Guessing Game Assignment]] in Java
 +
** You may need to look up how to do random numbers in Java
 +
** You can always refer to the [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Programming Cheatsheet]
  
== Monday (4/3/17) ==
+
'''Homework:'''
 +
* Check Canvas!
 +
 
 +
== Tuesday (9/5/17) ==
 
'''Agenda:'''
 
'''Agenda:'''
* Complete the Group 4 & IA Form on Google Classroom
+
* Introductions
* Control (Systems)
+
* [[IBCS2 Summer Assignment]]  
** [[Media:ControlSystems.pptx]]
+
** Submit via '''Canvas''' by the Monday (9/11/17)
* Resource Management & Control Quiz on Wednesday (4/5/17)
+
* [https://apsva.instructure.com/ APS Canvas]
* OOP Review (and some new stuff)
+
** First time for everybody!
** [[Media:OOP.pptx]]
+
** Try logging in now...
* Plan for April
+
** What do you see?
*# Finish remaining lectures
+
 
*# Line-by-line review of [[Media:IBCS_SyllabusContent.pdf]]
+
'''Homework:'''
*# Practice exams for '''homework'''
+
* [[IBCS2 Summer Assignment]]  
*# Markscheme analysis and review during class
+
** Submit via '''Canvas''' by the Monday (9/11/17)
 +
* Syllabus
 +
*# Go to Syllabus (on the left)
 +
*# Read it
 +
*# Complete the agreement form with your parent (you will need your APS Google login)
  
 
== Archives ==
 
== Archives ==
* [[IBCS2 - 1617 - March]]
 
* [[IBCS2 - 1617 - February]]
 
* [[IBCS2 - 1617 - January]]
 
* [[IBCS2 - 1617 - December]]
 
* [[IBCS2 - 1617 - November]]
 
* [[IBCS2 - 1617 - October]]
 
* [[IBCS2 - 1617 - September]]
 
 
* [[IBCS2 Summer Assignment]]
 
* [[IBCS2 Summer Assignment]]
* [[IBCS2 - 1516]]
+
* [[IBCS2 - 1617]]

Revision as of 09:48, 20 September 2017

Tuesday - Wednesday (9/19/17 - 9/20/17)

Agenda:

Friday - Monday (9/15/17 - 9/18/17)

Homework:

  • Complete the CodingBat: String-1 & String-2 exercises listed above (from class)

Thursday (9/14/17)

Agenda:

  • Demo missing Guessing Game
  • Senior panoramic photo @ the stadium
  • for loop review

Wednesday (9/13/17)

Agenda:

Monday - Tuesday (9/11/17 - 9/12/17)

Agenda:

  • Introduction to NetBeans
    • Customizations
  • Java Review - Java Cheatsheet
    • Introduction to NetBeans IDE
    • Simple main method
    • Variables, types, values
    • Keyboard input w/ Scanner
    • Circle circumference and area calculator
    • if statements
    • while and for loops
  • Recreate the Guessing Game Assignment in Java

Wednesday - Friday (9/6/17 - 9/8/17)

Agenda:

  • Misc Logistics:
    • Mr. Bui has A Lunch (1st Lunch) on W-days
    • Mr. Bui has 4th period planning on L-Days (so whatever lunch he feels like having that day)
  • IB Computer Science II Syllabus
    • Complete online syllabus agreement form by Monday (9/11/17)
    • Homework posted on Canvas?
  • Java Review - Java Cheatsheet
    • Introduction to NetBeans IDE
    • Simple main method
    • Variables, types, values
    • Keyboard input w/ Scanner
    • Circle circumference and area calculator
    • if statements
    • while and for loops
  • Recreate the Guessing Game Assignment in Java

Homework:

  • Check Canvas!

Tuesday (9/5/17)

Agenda:

Homework:

  • IBCS2 Summer Assignment
    • Submit via Canvas by the Monday (9/11/17)
  • Syllabus
    1. Go to Syllabus (on the left)
    2. Read it
    3. Complete the agreement form with your parent (you will need your APS Google login)

Archives