Difference between revisions of "IB Computer Science I"

From WLCS
Line 1: Line 1:
 +
== Friday (4/24/09) ==
 +
* Complete eIMACS Test 2
 +
* Read and work through the following eIMACS chapters
 +
** Strings
 +
** Concatentation
 +
** String Methods
 +
** Displaying Methods
 +
** Converting Between Numbers and Strings
 +
* Complete eIMACS Lab 3: Strings 1
 +
 
== Wednesday (4/22/09) ==
 
== Wednesday (4/22/09) ==
 
'''Warmup:'''
 
'''Warmup:'''
Line 18: Line 28:
 
** Assignment->Compound
 
** Assignment->Compound
 
** Assignment->Boolean Assignment
 
** Assignment->Boolean Assignment
* Complete eimacs Test 2
 
  
 
== Monday (4/20/09) ==
 
== Monday (4/20/09) ==

Revision as of 08:29, 24 April 2009

Friday (4/24/09)

  • Complete eIMACS Test 2
  • Read and work through the following eIMACS chapters
    • Strings
    • Concatentation
    • String Methods
    • Displaying Methods
    • Converting Between Numbers and Strings
  • Complete eIMACS Lab 3: Strings 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
  • Boolean types
  • Character types
  • Complete the following Turingscraft exercises
    • Types->Primitive Types->Boolean
    • Types->Primitive Types->Character Type
    • Assignment->Compound
    • Assignment->Boolean Assignment

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