Business Programming

Course announcements for INFS1609 and INFS2609

Business Programming random header image

Lab Week 9 – Classes

September 16th, 2012 · Comments Off on Lab Week 9 – Classes · Labs

Classes Consider a database of student records for the university. What kind of data would be associated with each student? Download the Lab9 BlueJ project. It defines a new class Student which contains some student information Create students a number of students in BlueJ. Use the Inspector to examine their fields. Use the getName() method to access […]

[Read more →]

Tags:

Lab Week 8 – Objects

September 10th, 2012 · Comments Off on Lab Week 8 – Objects · Labs

Create an instance of the java.util.Random class in BlueJ using the Tools > Use Library Class… option. Right click on the object created to see its methods. Try running some of them. What do they do? Read the Java docs for the Random class. Which method would you use to: Simulate a fair coin toss? […]

[Read more →]

Tags:

Extra Practice Weeks 1 – 4

August 13th, 2012 · No Comments · Uncategorized

These are additional practice questions to be done in your spare time, covering content up to Week 4 (Arrays). They are not compulsory, however the more you practice programming, the better you get. You should be able to answer all these questions by the end of the week. For these questions create a new BlueJ project, […]

[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:

Consults before exam

October 27th, 2011 · Comments Off on Consults before exam · Announcements

A final consult will be held on Tuesday November 1st at 2pm. The consult will be held in building K17, Room 403.

[Read more →]

Tags:

Tutorial/Consult Week 13

October 16th, 2011 · Comments Off on Tutorial/Consult Week 13 · Labs

Instead of running tutorials this week, we will be holding consultations during the normal tutorial timeslots with the respective tutor. You are not required to attend a consultation, and no lab marks will be recorded.You may attend any consultation. All consulatations will be held in the room K17 403.  

[Read more →]

Tags:

Viewing Marks

October 10th, 2011 · Comments Off on Viewing Marks · Announcements

You can view your labs and assignment marks at: https://cgi.cse.unsw.edu.au/~give/Student/sturec.php Log-in with you Z-pass and select INFS1609/INFS2609 from the drop-down list. INFS2609 students may need to manually enter “INFS2609” into the search box. Not all marks may yet be entered into the system, so please be patient. If you have any questions about your marks, ask […]

[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:

Additional Consultation Hour

August 15th, 2011 · Comments Off on Additional Consultation Hour · Announcements

Tim is running a second consultation hour from Thu 4-5pm in K17-403 each week. Claude’s consultation hour will still be running on Tue 2-3pm in K17-403 each week.

[Read more →]

Tags:

Assignment 1 FAQ

August 8th, 2011 · Comments Off on Assignment 1 FAQ · Assignments

An FAQ has been added to the assignment 1 spec page. Please consult this for answers to common questions before emailing your tutor or the course account.

[Read more →]

Tags: