Difference between revisions of "IB Computer Science 2"

From WLCS
Line 26: Line 26:
 
** You may need to look up how to do random numbers 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]
 
** You can always refer to the [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java Programming Cheatsheet]
 +
 +
'''Homework:'''
 +
* [[IBCS2 Summer Assignment]] due Monday (9/10/18)
 +
* [[IB Computer Science II Syllabus]] agreement form by Monday (9/10/18)
 +
* Review [http://introcs.cs.princeton.edu/java/11cheatsheet/ Java] and work on [[Guessing Game Assignment]] in Java
  
 
== Tuesday (9/4/18) ==
 
== Tuesday (9/4/18) ==

Revision as of 10:28, 5 September 2018

Thursday (9/6/18)

Warmup:

  1. Download Processing
  2. Create/login to Repl.it using your APS Google account

Agenda:

  • IBCS2 Summer Assignment
    • Submit via Canvas by the Monday (9/10/18)
  • Misc Logistics:
    • Mr. Bui has B Lunch
  • IB Computer Science II Syllabus
    • Complete online syllabus agreement form by Monday (9/10/18)
  • Extra credit demonstrations?
    • Why did Mr. Bui give this task?
  • App Catalog (AirWatch) installers
    • Assuming your logins work
  • Java Review - Java Cheatsheet
    • Introduction to Repl.it
    • 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:

Tuesday (9/4/18)

  • Introductions & attendance
  • IBCS2 Summer Assignment
    • Submit via Canvas by the Monday (9/10/18)
  • Extra credit demonstrations?
  • App Catalog (AirWatch) installers
    • Assuming your logins work
  • Create/login to Repl.it using your APS Google account

Archives