Difference between revisions of "IB Computer Science 1"

From WLCS
(Replaced content with "== Monday - Friday (5/30/16 - 6/3/16) == * SOL Testing * Complete your BrickBreaker game == Archives == * IBCS1 - 1516 - May * IBCS1 - 1516 - April * [[IBCS1 - 1516 ...")
Line 1: Line 1:
 +
== Tuesday - Thursday (6/7/16 - 6/9/16) ==
 +
'''Agenda:'''
 +
* Complete the [https://docs.google.com/forms/d/1dCcfJnCaczrBzeQoagJsZMZxidRFEdI-s4E6h_DJqAM/viewform End-of-Course Survey]
 +
* Java Post-Assessment - '''Thursday - 6/9/16'''
 +
** All Java (everything we've done up through arrays)
 +
** Review everything on the Python->Java Reference in your Google Drive
 +
** [[Media:BasicProgrammingTerms.ppt]]
 +
** Values, types, variables
 +
*** [[Media:ValuesTypesVariables.ppt]]
 +
*** [[Values, Types, and Variables Identification assignment]]
 +
** Math operations
 +
** Logical and comparison operations
 +
*** [[Media:BooleanLogic.ppt]]
 +
*** [[Logical operators assignment]]
 +
*** [[Comparison operators assignment]]
 +
** Syntax errors
 +
** Functions
 +
*** function definition
 +
*** function header
 +
*** function body
 +
*** function call
 +
*** function parameters
 +
** if-statements
 +
** if-else statements
 +
** While loops
 +
** Strings
 +
** Arrays
 +
 
== Monday - Friday (5/30/16 - 6/3/16) ==
 
== Monday - Friday (5/30/16 - 6/3/16) ==
 
* SOL Testing
 
* SOL Testing

Revision as of 12:31, 6 June 2016

Tuesday - Thursday (6/7/16 - 6/9/16)

Agenda:

Monday - Friday (5/30/16 - 6/3/16)

  • SOL Testing
  • Complete your BrickBreaker game

Archives