Spring, 2006
Section 1
MW 1:15pm-3:20pm
HOMEWORK

Lecture 22 - 6/7
<Cumulative Review>

Lecture 21 - 6/5
<Final Exam>
Slides


Lecture 20 - 5/31
ICE: Strings & Arrays
      ICE_20_Trace.java

DSS Notes

Notes
Slides

Lecture 19 - 5/29
<Memorial Day - No Class>

Lecture 18 - 5/24

ICE: Reference Variables; Strings
      ICE_20_Trace.java
      String Documentation

     When are strings equal?
     JavaLangSpec reference

DSS Notes

Notes
Slides

Lecture 17 - 5/22
ICE: Arrays, Methods
     ICE_18_PrintArray.java
    
ICE_18_FindMaxInArray.java
     ICE_18_FillArray.java

DSS Notes

Notes
Slides

Lecture 16 - 5/17
ICE: Arrays, Methods
     ICE_18_PrintArray.java
     ICE_18_FillArray.java
    
ICE_18_FindMaxInArray.java

DSS Notes

Notes
Slides

Lecture 15 - 5/15
ICE:  Arrays
     ICE_17_P2.java

Example Trace

     ICE_18_PrintArray.java
     ICE_18_FillArray.java
     ICE_18_FindMaxInArray.java

DSS Notes

Notes
Slides

Lecture 14 - 5/10
ICE:  Arrays
     ICE_17_P2.java

DSS Notes

Notes
Slides


Lecture 13 - 5/8

ICE:  predicate methods new loop types
     ICE_11_Harvest.txt
ICE_11_HarvestTask.java
ICE_11_Harvester.java    

     NestedWhile.java
     Example: Nested Loop Trace

     ICE_15_For_4.java

     ICE_15_For_3.java

     ICE_14_Part_1_Test.java
     ICE_14_Part_2_Test.java

DSS Notes

Instructor's Notes
Slides


Lecture 12 - 5/3

ICE:  Nested Loops
     Demo_0.java

     Demo_1.java
     Trace of the Demo

     FileName.java

     ICE_11_Harvest.txt
     ICE_11_HarvestTask.java
     ICE_11_Harvester.java    

     ICE_15_For_4.java

     ICE_15_For_3.java


Notes
Slides

Lecture 11 - 5/1
ICE: Boolean, Loops
     Nonrobot_Template

     NestedWhile.java
     Example: Nested Loop Trace

     ICE_15_For_4.java

     PrintingShapes.java

     ICE_14_Part_1_Test.java
     ICE_14_Part_2_Test.java

Notes
Slides

Lecture 10 - 4/26
ICE: Overriding, Nested Loops
      Demo 1
      Demo 2 - Trace This!

      NestedWhile.java
      Example: Nested Loop Trace

      Nonrobot_Template

     PrintingShapes.java
Notes
Slides

Lecture 9 - 9/24
ICE :Arithmetic Ops, Instance Variables
     ICE_09_Demo_1.java
Notes
Slides


Example of tracing the constructor

Example: RememberingRobot

Lecture 8 - 4/19

<Midterm Exam>

Lecture 7 - 4/17

ICE:  Params, Instance Vars
     ICE_6_Demo_1.java
     Example Trace: Params

     ICE_06_Trace_2.java

     ICE_06_Errors_2.java

     ICE_09_Demo_1.java

Notes
Slides

Lecture 6 - 4/12
ICE : counting loops; Input/Output
    ICE_05_Demo_2.java
    ICE_05_Count.java
    ICE_05_Pattern_1.java


 Parameters:
    ICE_06_Demo_1.java
    ICE_06_Errors_1.java


    ICE_05_IO.java


    ICE_05_IO_Safe.java

   Hallways w/ While
Notes
Slides

Lecture 5 - 4/10
ICE : while loops; counting
    ICE_05_Demo_1.java

    ICE_05_Trace.java

    ICE_05_Avenues.java

    ICE_05_Race.java

    ICE_05_Demo_2.java
    ICE_05_Count.java
    ICE_05_Pattern_1.java


   Hallways w/ While

 Parameters:
    ICE_06_Demo_1.java
    ICE_06_Errors_1.java

Notes
Slides

Lecture 4 - 4/5
ICE:  If statements & while loops
     ICE_04_Demo_01.java

     ICE_04_01_Trace.java
     ICE_04_If_Else.java

     I_04_If.java


SAMPLE SOLUTION

     ICE_05_Demo_1.java

    ICE_05_Trace.java

    ICE_05_Avenues.java
Notes
Slides


Lecture 3 - 4/3

ICE: New Robot Type
     ICE_03_Demo_1.java
     ICE_03_01_Trace.java


ICE_03_02_CompileErrors.java
ICE_03_03_WalkDownWalls.java

     ICE_04_Demo_01.java
     ICE_04_01_Trace.java
Notes
Slides

Lecture 2 - 9/27
ICE : Code Tracing, etc
     QUIZ
     FindErrors.java 
     ICE_02_02_Trace.java
     Flowchart.java

Notes
Slides


Lecture 1 - 9/25

ICE: Intro To Karel, Java
     Starting Template

     ICE_01_03.java
     ICE_01_04.java

     Demo #1
     Demo #2
Notes
Slides


Upcoming Lectures

 

BIT 115 Announcements:

Open Programming/Web Lab Hours

Rooms 230 & 231 is used for open-lab time, so that you can get work done here at school with your classmates and friends in other programming classes. 

Room

Monday

Tuesday

Wednesday

Thursday

210

4:30-8pm 1:30-5:30pm 4:30-8pm 1:30-5:30pm

180

11-12:30pm      

Updated Midterm Study Guide

Conceptually, this is the exact same midterm study guide that you downloaded a couple days ago.  Details-wise, I've corrected a number of "avenue & street are backwards" sorts of errors the the code samples.


IMPORTANT BOOK INFORMATION!!!!

  1. There's been a small, BUT CRITICAL, change between the previous version of the textbook (Version .80 or lower), and the current version (.90, or higher). Within the code, and the book, we will talk about locations within a city. The city resembles Seattle, in that it has north-south AVENUES, and east-west STREETS.

    Here's the change: In the prior version, location was specified as AVENUE, THEN STREET.
    In the newer version, location is specified as STREET, THEN AVENUE.
     
  2. There are two very similar versions of the book available - one was published by the author, and available from the campus book store.  The other is published by Thompson Publishing, and available everywhere (bookstore, Amazon, etc).  You need ONE book, and it shouldn't matter which version you get.  The bookstore-only version is cheaper, and so I'd recommend that one.
     

Interesting Interviewing Page
Slashdot has an interesting meta-article on interviewing in the high-tech industry.  Definitely interesting reading.


There are a ton of books available to you, as Cascadia students, for free, through Safari Books Online.  Safari has books from publishers such as O'Reilly, and is way cool.  Here's the URL:

http://proquest.safaribooksonline.com/?fpi=&uicode=uwash
Also, some people have had trouble using the Safari Books Online. Hopefully, this document will clear up any problems.


Cascadia Announcements:

Printing Limit: Each student is allowed to print 600 black and white, and 30 color pages per quarter.  After that, you can purchase an additional 600 sheets (from the cashier, in Enrollment Services) for $20


In the event of inclement weather affecting morning classes, there will be notification on the local media by 5:30 a.m. You may also call the main campus number: 425-352-8000 to hear a message that will be updated with the latest Cascadia closure information. You may also go online to www.schoolreport.org and click on Cascadia Community College to get the latest report. Should the weather deteriorate during the day, you may check online, listen to the main campus message, check the media to hear news about closures or class schedule changes.


 

Course Materials
Syllabus
Appendix F

Pre-Quarter Letter
Personal Data Sheet

Taught by Mike Panitz


Blank Documents:
Blank City Map
Program Trace Table
Program Debug Table


Getting Started:
How To Install Software
Starting Template
Nonrobot_Template

Help for people doing homework at Cascadia


Grades, Study Guides:
Self-Grading Tool 
Excel Gradebook 1.0

Midterm Study Guide
Final Exam Study Guide


Documentation:
Robot

Java:
 
    Tutorials
     Language-Specific

    Java Class Library