compsci

Mr. Christian Day’s Computer Science Weblog

Entries from November 2006

Lockdown procedure

November 28th, 2006 · No Comments

On November 28, Eric Niles sent an email with the following link which details our lockdown procedures:
 http://intranet.emmawillard.org/Admin/StuInfo/LockdownProcedure.html

[Read more]

Tags: Emma Willard

Protected: Faculty meeting right after Thanksgiving break

November 28th, 2006 · Enter your password to view comments

There is no excerpt because this is a protected post.

[Read more]

Tags: Emma Willard

Resources for Java game programming

November 19th, 2006 · Comments Off

Java Performance Testing Web site
Java game programming Web site

[Read more]

Tags: Uncategorized

Protected: Faculty meeting before Thanksgiving break

November 14th, 2006 · Enter your password to view comments

There is no excerpt because this is a protected post.

[Read more]

Tags: Emma Willard

Wow

November 14th, 2006 · No Comments

What terrific work today! We started working on the “guessing game” problem and actually had something working at the end of one class. I figured we would be working on it through the week.
Don’t forget assignment 6 is due on Thursday. On Thursday we will work on enhancing the guessing game. First thing is to [...]

[Read more]

Tags: Programming I and II

Protected: Faculty meeting 10.25.06

November 13th, 2006 · Enter your password to view comments

There is no excerpt because this is a protected post.

[Read more]

Tags: Emma Willard

Nicely done

November 13th, 2006 · No Comments

Good work today following the instructions for using Dreamweaver to create an image which pops up the full size image in a separate window when you click on it.  I’m looking forward to seeing your results.  Please be sure to either add the image to your index.html home page or to create a link from [...]

[Read more]

Tags: Web Page Design

Linked Lists

November 13th, 2006 · No Comments

Good work today by everyone on creating the toString() method. We now have methods add(), size() and toString(). Before we’re done we will want to have methods remove(), get(), contains() and indexOf(). I know indexOf() seems like a strange one, but if you look at the LinkedList class, you will see that [...]

[Read more]

Tags: Programming III and IV

Looping

November 13th, 2006 · No Comments

Now that we are feeling comfortable with determinate loops, let move on to indeterminate loops.  Please work on the two methods for assignment 6, which are due on Thursday.  When we meet tomorrow we will discuss the for loop, having a return in the middle of a loop, and we’ll discuss the next project.

[Read more]

Tags: Programming I and II

First project!

November 10th, 2006 · No Comments

Today we will finally get to those pesky Day 5 notes.  By the time you get to them, you should be pretty well prepared for the material within. Now that we have covered Day 5, we are ready for our first project.  This project asks you to analyze babysitting profits. This is a fun project, [...]

[Read more]

Tags: Fundamental Programming