IB Computer Science 2

From WLCS
Revision as of 10:37, 16 September 2010 by Admin (talk | contribs) (Thursday (9/16/10))

Thursday (9/16/10)

Warmup:

  • Be sure you have completed the Person class lab assignment
  • If you have *not* completed it, then finish it for your warmup
  • If you have already completed, then try the following warmup:
    1. Review Media:JavaIOExample.java
    2. In your Warmups project in Eclipse, create a new Java class named Warmup_9_16_10
    3. Prompt the user for an int
    4. Using an if statement, print out whether or not the user's number is positive or negative

Agenda:

Tuesday (9/14/10)

Warmup:

  • Open Eclipse
  • Create a new project named Warmups
  • Create a new Java filed name Warmup9_14_10 (be sure to include the public static void main())
  • Write a for loop that prints out all the even numbers from 100 DOWN to 0

Agenda:

Homework:

  • Install the Java JDK on your computer (be sure to choose your corresponding operator system)
  • Install Eclipse Classic on your computer (be sure to choose your corresponding operator system on the right)
  • Test it out, and let Mr. Bui know if you run into problems

Friday (9/10/10)

Warmup:

  • Cram for Software Development Quiz

Agenda:

  • Turn in any signed syllabi sheets
  • Software Development Quiz
  • Introduction to Eclipse/BlueJ/JEdit?
  • Java Review...uh oh!
    • semicolons!
    • public static void main( String [] args );
    • Hello, world! - printing / outputting to screen
    • Prompting for input
    • if statements
    • while loops
    • for loops
    • classes, attributes, setters, & getters!

Homework:

  • Install the Java JDK on your computer (be sure to choose your corresponding operator system)
  • Install Eclipse Classic on your computer (be sure to choose your corresponding operator system on the right)
  • Test it out, and let Mr. Bui know if you run into problems

Wednesday (9/8/09)

Warmup:

  • List as many different places and/or ways to obtain information during the problem analysis phase of any project

Agenda:

Tuesday (9/7/09)

Summer