Difference between revisions of "IB Computer Science 1"

From WLCS
Line 3: Line 3:
 
* Java Practice
 
* Java Practice
 
*# Convert 12 of your [http://codingbat.com/python/Warmup-1 Python->Warmup-1] exercises to [http://codingbat.com/java/Warmup-1 Java->Warmup-1]
 
*# Convert 12 of your [http://codingbat.com/python/Warmup-1 Python->Warmup-1] exercises to [http://codingbat.com/java/Warmup-1 Java->Warmup-1]
*# Convert all your [http://codingbat.com/python/Logic-1 Python->Logic-1] exercises to [http://codingbat.com/java/Logic-1 Java->Logic-1]
+
*# Convert all 9 of your [http://codingbat.com/python/Logic-1 Python->Logic-1] exercises to [http://codingbat.com/java/Logic-1 Java->Logic-1]
 
* Introduction to Java Strings
 
* Introduction to Java Strings
 
*# Convert all 11 of your [http://codingbat.com/python/String-1 Python->String-1] exercises to [http://codingbat.com/java/String-1 Java->String-1]
 
*# Convert all 11 of your [http://codingbat.com/python/String-1 Python->String-1] exercises to [http://codingbat.com/java/String-1 Java->String-1]
  
 
'''Homework:'''
 
'''Homework:'''
 +
* Complete converting 11 of your [http://codingbat.com/python/String-1 Python->String-1] exercises to [http://codingbat.com/java/String-1 Java->String-1]
 
* Convert 3 of your [http://codingbat.com/python/Logic-2 Python->Logic-2] exercises to [http://codingbat.com/java/Logic-2 Java->Logic-2]
 
* Convert 3 of your [http://codingbat.com/python/Logic-2 Python->Logic-2] exercises to [http://codingbat.com/java/Logic-2 Java->Logic-2]
  

Revision as of 08:50, 17 April 2012

Tuesday (4/17/12)

Agenda:

Homework:

Friday (4/13/12)

Warmup:

  1. Bring up Microsoft Word. We will be creating a reference sheet
  2. Create a table with 3 columns and 6 rows
  3. Label the headers of the right two columns Python and Java
  4. On the left-most column, write out the following:
    1. comments
    2. boolean stuff
    3. print
    4. variable declaration and initialization
    5. if and else statements
    6. while loops
    7. for loops
    8. string stuff
    9. additional notes

Agenda:

  • CodingBat Java Assignment
    1. You will practice using Java syntax
    2. We will be using the Java side of CodingBat from now on
    3. Convert 12 of your Python->Warmup-1 exercises to Java->Warmup-1
    4. Convert all your Python->Logic-1 exercises to Java->Logic-1

Wednesday (4/11/12)

Agenda:

  • Return work
  • Introduction to Java
  • Programming with Netbeans
  • CodingBat Java Assignment
    1. You will practice using Java syntax
    2. We will be using the Java side of CodingBat from now on
    3. Convert 12 of your Python->Warmup-1 exercises to Java->Warmup-1

Monday - Friday (4/2/12 - 4/6/12)

  • Spring Break

Archives