Difference between revisions of "IB Computer Science II"

From WLCS
(Redirected page to IB Computer Science 2)
 
(161 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Tuesday - Thursday (9/8/09 - 9/10/09) ==
+
#REDIRECT [[IB Computer Science 2]]
* 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
 
* [http://spreadsheets.google.com/viewform?key=p6_k1SMbS2zvMHJNJBBkFPA Student Survey]
 
** Fill out and submit
 
** Share several snippets with class
 
* On-line Resources
 
** [http://www.paulbui.net/wl/cs2 Old IBCS2 website]
 
** [http://www.eimacs.com EIMACS] - test your login
 
** [http://www.turingscraft.com Turingscraft] - login coming soon!
 
* Java Review
 
# Write a Hello, world! program ( Hint: [[Java program template]] )
 
## Create a new Java program using JEdit or whatever editor you prefer
 
## Use the Java program template as a guide
 
## Insert your code
 
## Compile and execute your code
 
### Open terminal
 
### Navigate to your Java file
 
### ''javac FILENAME''
 
### Execute your code: ''java PROGRAM_NAME''
 
# Write a program that prints Hello, world 20 times
 
# Write a program that prints Hello, world infinite times
 
* Program dossier introduction
 
** [http://www.ib-computing.com/java/dossier/choices.html IB Computing Dossier suggestions]
 
 
 
== Summer Break ==
 
* [[IBCS2 Summer Assignment]]
 
 
 
<!--
 
== Archives ==
 
* [[IBCS2 - May]]
 
* [[IBCS2 - April]]
 
* [[IBCS2 - March]]
 
* [[IBCS2 - February]]
 
* [[IBCS2 - January]]
 
* [[IBCS2 - December]]
 
* [[IBCS2 - November]]
 
* [[IBCS2 - October]]
 
* [[IBCS2 - September]]
 
-->
 

Latest revision as of 11:21, 24 August 2010