COMP1400 – Programming for Designers

Class announcements for Programming for Designers

COMP1400 – Programming for Designers random header image

Entries Tagged as 'Assignments'

Assignment 3 – The Game of Life

October 6th, 2014 · No Comments · Assignments

DUE DATE: 11:59pm Sunday 26 October. WARNING: This is a draft only. These specifications will be updated. For this assignment you will write a program that implements Conway’s Game of Life. The board is a rectangular array in which a cell is designated as either live or dead. A few simple rules tell you how to create a […]

[Read more →]

Tags:

Extension for Assignment 2

September 19th, 2014 · No Comments · Assignments

The deadline for submitting assignment 2 will be extended to 11:59pm Wednesday 24 September.

[Read more →]

Tags:

Assignment 2 Submission now available

September 18th, 2014 · No Comments · Assignments

The Give Website has been updated to allow submissions for assignment 2

[Read more →]

Tags:

Assignment 1 Marks & Tutor Feedback

September 17th, 2014 · No Comments · Assignments

Marks for Assignment 1 are now available on the Give website. On the Assignment Management page select COMP1400. Then select “assignment1″ and press “Collect my Assignment”. You will be presented with your assignment log. The log contains: Your submitted code Comments within the code A summary of the tests and results Output from incorrect tests […]

[Read more →]

Tags:

Assignment 2 – ArrayList

September 8th, 2014 · No Comments · Assignments

Your second assignment will test your ability to use lists. Your task will be to implement a class representing a playlist from a music program like iTunes. Due Date: Sunday week 8 (23:59:59 21 September 2014) Download the ass2.zip file to get you started. It contains three classes: Track – This class represents a single track […]

[Read more →]

Tags:

Assignment 1 – Loops and Arrays

August 13th, 2014 · No Comments · Assignments

Due: 11:59pm Sunday 31 August (i.e. the end of week 5) This assignment is about loops arrays. You will write three methods to manipulate arrays. The first two are easy. The third one will require more thought about the design. You will submit the assignment using the CSE give system (see below). Download the BlueJ project, Assignment1.zip. […]

[Read more →]

Tags:

Assignment 3 Marks Released

November 12th, 2013 · No Comments · Announcements, Assignments

Assignment 3 marks and tutor comments can be collected from the Give website

[Read more →]

Tags:

Assignment 2 marks

November 5th, 2013 · No Comments · Announcements, Assignments

Assignment 2 marks and tutor comments can be collected from the Give website

[Read more →]

Tags:

Assignment 3 clarification

October 19th, 2013 · No Comments · Announcements, Assignments

Running the sample solution, one would notice that the JobQueue method runOne() should return a boolean.

[Read more →]

Tags:

Assignment 1 Marks Available

October 7th, 2013 · No Comments · Announcements, Assignments

Marks for Assignment 1 are now available for collection. Go to the assignment management page: https://cgi.cse.unsw.edu.au/~give/Student/give.php, and select COMP1400. Then select “assignment1″ and press “Collect my Assignment”. You will be presented with your assignment log. The log contains: Your submitted code Comments within the code A summary of the tests and results Output from incorrect tests […]

[Read more →]

Tags: