compsci

Mr. Christian Day’s Computer Science Weblog

Entries from December 2006

Protected: Faculty meeting before Revels week

December 8th, 2006 · Enter your password to view comments

There is no excerpt because this is a protected post.

[Read more]

Tags: Emma Willard

Gridworld Case Study

December 4th, 2006 · No Comments

I have begun working with the GridWorld Case Study, which is an early release of the case study that will be used on the AP Computer Science exam in May of 2008. Here are some notes and first observations:
The “narrative” is fairly strong, but I miss the Marine Biology Case Study narrative style with [...]

[Read more]

Tags: Programming I and II · Summer Workshops

Coffee coffee coffee coffee

December 3rd, 2006 · No Comments

Revels week is quickly approaching, and after the last class I am doubtful we will get beyond the coffee replication site. I want us to finish replicating at least the first page, but I’m scared. See you tomorrow and we will work on the replication together.
Next week while the seniors are in Revels, [...]

[Read more]

Tags: Web Page Design

Working on your babysitter project

December 3rd, 2006 · No Comments

It is my hope that by the beginning of Monday’s class you will have all of the logic needed for the babysitter project worked out and will be focusing exclusively on writing Javascript. As you recall from class, you can write the “logic” portion by hand using whatever makes sense to you. An example:
if (the [...]

[Read more]

Tags: Fundamental Programming

Trees

December 3rd, 2006 · No Comments

You have been introduced to the general concept of trees.  In Monday’s class, we will begin discussing Binary Search trees.
Here are two good resources I have found that introduce Binary Search Trees.
Binary Search Trees explained from a course at Stanford University
Java Applet (about 4/5th down the page) shows you insertion, deletion and search in a [...]

[Read more]

Tags: Programming III and IV

Gridworld

December 3rd, 2006 · No Comments

I’m sorry to have neglected my Weblog for so long.  At least I have been coming in a deleting the spam from my comments.  It really stinks.  I can’t beleive how much spam I’m getting.
We have worked our way briskly through a number of chapters in the book, and are now ready to start looking [...]

[Read more]

Tags: Programming I and II