COMP1400

Programming for Designers

COMP1400 header image 4

Entries from October 2009

Assignment 3 Submission Problems

October 12th, 2009 · No Comments

Apologies for a mistake in assignment 3 submissions. This was not working for anyone but it has now ben fixed (hopefully) and you should be able to submit now. Please do not email your assignment. Try the submission again. The deadline has been extended so as long as you submit this week, there will be [...]

[Read more →]

Tags: Assignment

Week 12 Lab

October 11th, 2009 · No Comments

Make the shark chase program use a recursive method. Do this by modifying the World.chase method.
Create a world with two animal objects. Write a recursive method so that the animals count from 1 to 20 with one animal saying the odd numbers and the other animal the even numbers.
Suppose you have an array (ArrayVisualization) of 10 [...]

[Read more →]

Tags: Lab

Time and location of final exam

October 8th, 2009 · No Comments

The COMP1400 exam will be on Thursday 12 November, 1:45pm - 4:00pm. The location is the Derby Function Room, Randwick Racecourse (access via Northern Movator). View Map

[Read more →]

Tags: Exam information

Sample Exam Paper

October 5th, 2009 · No Comments

You can find some sample questions something like what you can expect in the final exam here. The actual exam will have a lot more questions. These are only a few samples.

[Read more →]

Tags: Exam information

Week 11 Lab

October 5th, 2009 · No Comments

Text book Extercise - Modify the WhackAMole game: “One possible modification to the WhackAMole game is to play it until the user has whacked all the moles. To make this adjustment, change the color of a mole in the list to red whenever it is whacked. Allow the mole to be raised only [...]

[Read more →]

Tags: Lab