Difference between revisions of "IB Computer Science I"

From WLCS
Line 1: Line 1:
 +
== Wednesday (4/22/09) ==
 +
'''Warmup:'''
 +
* Create a Java program that declares three integer variables: x, y, and z
 +
* Store 8, 6, and 7 in x, y, and z, respectively
 +
* Print out their sum of x, y, and z
 +
 +
'''Agenda:'''
 +
* Constant variables
 +
* Reference types
 +
* Complete the Turingscraft exercises we skipped
 +
** Types->Reference Types
 +
** Types->Primitive Types->Integers->Constants
 +
 
== Monday (4/20/09) ==
 
== Monday (4/20/09) ==
 
'''Warmup:'''
 
'''Warmup:'''

Revision as of 13:11, 22 April 2009

Wednesday (4/22/09)

Warmup:

  • Create a Java program that declares three integer variables: x, y, and z
  • Store 8, 6, and 7 in x, y, and z, respectively
  • Print out their sum of x, y, and z

Agenda:

  • Constant variables
  • Reference types
  • Complete the Turingscraft exercises we skipped
    • Types->Reference Types
    • Types->Primitive Types->Integers->Constants

Monday (4/20/09)

Warmup:

  • Convert the following binary numbers to decimal:
    • 00001111
    • 01010101
    • 00110011
  • Convert the following decimal numbers to binary:
  • 10
  • 31
  • 63

Agenda:

  • Sign up for a Turingscraft account
  • Test out Turingscraft
    • Complete Quickstart
    • Complete Types->Primitive Types
      • Skip anything with constants
      • Skip Types->Primitive Types->Boolean
      • Skip Types->Primitive Types->Character Type
    • Complete Assignment->Simple

Thursday (4/16/09)

  • Java, Java, Java
  • Receive your eimacs logins and attempt to login
  • Quickly read through Variables & Expressions: Integers, Doubles, Casting
  • Complete Test 1 by 2:30ish
  • Introduction to Binary

Tuesday (4/14/09)

  • Introduction to Java!

Thursday (4/3/09)

  • Take 3rd Quarter Exam

Tuesday (4/1/09)

  • Study for 3rd Quarter Exam

Archives