Difference between revisions of "IB Computer Science 2"

From WLCS
(Friday (9/10/10))
Line 8: Line 8:
 
* Introduction to Eclipse/BlueJ/JEdit?
 
* Introduction to Eclipse/BlueJ/JEdit?
 
* Java Review...uh oh!
 
* Java Review...uh oh!
** Hello, world!
+
** semicolons!
 +
** public static void main( String [] args );
 +
** Hello, world! - printing / outputting to screen
 +
** Prompting for input
 +
** if statements
 +
** while loops
 +
** for loops
 +
 
 +
'''Homework:'''
 +
* Install the Java JDK on your computer
 +
* Install Eclipse Classing on your computer
 +
* Test it out, and let Mr. Bui know if you run into problems
  
 
== Wednesday (9/8/09) ==
 
== Wednesday (9/8/09) ==

Revision as of 12:08, 10 September 2010

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

Homework:

  • Install the Java JDK on your computer
  • Install Eclipse Classing on your computer
  • 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