Business Programming

Course announcements for INFS1609 and INFS2609

Business Programming random header image

Entries Tagged as 'Assignments'

Assignment 2 & 3 Marks

October 30th, 2012 · Comments Off on Assignment 2 & 3 Marks · Announcements, Assignments

Marks for Assignments 2 & 3 are now available for collection. Go to the assignment management page: https://cgi.cse.unsw.edu.au/~give/Student/give.php, and select INFS1609 or INFS2609. Then select “assignment2″ or “assignment3” 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 […]

[Read more →]

Tags:

Assignment 1 Marks

October 15th, 2012 · Comments Off on Assignment 1 Marks · 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 INFS1609 or INFS2609. 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 […]

[Read more →]

Tags:

Assignment 3

September 20th, 2012 · Comments Off on Assignment 3 · Assignments

DUE DATE: Sunday 14th Oct, 23:59:59 Change Log Sample Solution has been updated as of Sept 25th 17:30. If you downloaded the sample earlier than this, grab the latest copy In this assignment you will be implementing a simple job queue. Topics covered This assignment covers the following ideas: OO design: Abstraction and encapsulation Implementing […]

[Read more →]

Tags:

Assignment 2 – The Game of Life

August 23rd, 2012 · Comments Off on Assignment 2 – The Game of Life · Assignments

DUE DATE: 11:59pm Friday 14 September. Assignment Submission now setup 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 new generation (i.e. a […]

[Read more →]

Tags:

Assignment 1

August 2nd, 2012 · Comments Off on Assignment 1 · Assignments

Updated: 2012-08-07 17:00 Due: 11:59pm Friday 17 August (i.e. the end of week 5) This assignment is about 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 […]

[Read more →]

Tags:

Assignment 2 & Lab marks

October 27th, 2011 · Comments Off on Assignment 2 & Lab marks · Announcements, Assignments

Marks for Assignment 2 are now available for collection. Go to the assignment management page: https://cgi.cse.unsw.edu.au/~give/Student/give.php, and select INFS1609 or INFS2609. Then select assignment1 and press Collect my Assignment. You will be presented with your assignment log. The log contains: * Your submitted code * Comments from your tutor within the code * A summary […]

[Read more →]

Tags:

Assignment 3 update

October 3rd, 2011 · Comments Off on Assignment 3 update · Assignments

Check the assignment specification for a clarification of how to handle the interest rate period. Also, download a new version of the skeleton. There was an error in RunTransactions, where a withdrawal was incorrectly given as a positive number when it should be negative. Also note that the credit limit is passed as positive number […]

[Read more →]

Tags:

Assignment 3 – UPDATE (04/10/2011)

September 22nd, 2011 · Comments Off on Assignment 3 – UPDATE (04/10/2011) · Assignments

Due: 23:59:50 Sunday 9 October 2011 ChangeLog Revision 04/10/2011: corrected error in RunTransactions Revision 04/10/2011: Clarified use of  period. Added submission instructions Task This assignment continues the theme of the earlier assignments, building a simple bank transaction system. In this program, you will use inheritance to create different kinds of accounts and transactions. A skeleton […]

[Read more →]

Tags:

Assignment 1 Results

September 12th, 2011 · Comments Off on Assignment 1 Results · 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 INFS1609 or INFS2609. Then select “assignment1” and press “Collect my Assignment”. You will be presented with your assignment log. The log contains: Your submitted code Comments from your tutor within the code A summary of the tests […]

[Read more →]

Tags:

Model solution for assignment 1

September 12th, 2011 · Comments Off on Model solution for assignment 1 · Assignments

You can find a model solution for assignment 1 here.

[Read more →]

Tags: