Difference between revisions of "IB Computer Science II"

From WLCS
Line 27: Line 27:
 
# Write a program that prints Hello, world infinite times
 
# Write a program that prints Hello, world infinite times
 
* Program dossier introduction
 
* Program dossier introduction
** [http://www.ib-computing.com/java/dossier/choices.html IB Computing Dossier suggestions]
+
** [http://www.ib-computing.com/html/java/dossier/choices.html IB Computing Dossier suggestions]
  
 
== Summer Break ==
 
== Summer Break ==

Revision as of 23:16, 6 September 2009

Tuesday - Thursday (9/8/09 - 9/10/09)

  • Introductions
  • IB Computer Science II Syllabus
  • Name cards
  • Lab setup/config
    • Login username is your first initial and lastname (e.g. pbui)
    • Your password is your student ID number
    • Go to System -> Preferences -> About Me -> Change Password
  • Student Survey
    • Fill out and submit
    • Share several snippets with class
  • On-line Resources
  • Java Review
  1. Write a Hello, world! program ( Hint: Java program template )
    1. Create a new Java program using JEdit or whatever editor you prefer
    2. Use the Java program template as a guide
    3. Insert your code
    4. Compile and execute your code
      1. Open terminal
      2. Navigate to your Java file
      3. javac FILENAME
      4. Execute your code: java PROGRAM_NAME
  2. Write a program that prints Hello, world 20 times
  3. Write a program that prints Hello, world infinite times

Summer Break