CSC108H: UTM announcements

UTM announcements

2005-01-03: These announcements apply only to the UTM campus.

April

  • Additional Office Hours 2005-04-20

    There will be additional office hours on Thursday, April 21 from 3 - 5:30 in room SB4041 (Faye's office).

  • Correction to A2 Marks 2005-04-12

    Due to a minor inconsistency, the Assignment 2 marks were recalculated using a different contributing compositional fomula. Whereas before the automark was worth 50%, the rubric was worth 35%, and the checkstyle was worth 15%; it should have been that the automark is worth 45%, the rubric is worth 45%, and the checkstyle is worth 10%. I (faye) apologize for the initial error. The revised correct marks are accessible on the marks page.

March

February

January

Course-wide announcements

Course-wide Announcements

These are the course-wide announcements that apply to all three campuses.

April

  • Exam cover page and API posted 2005-04-07

    It's on the Tests page.

March

  • Assignment 3 posted 2005-03-13

    Good luck!

  • A2 - Add getInventory() to BookStore 2005-03-06

    You must add the method getInventory() to the
    BookStore class. This method will make it easier for
    you to test your other methods for this class.

    Since this is a new requirement, I have provided the code for you:
    Assuming you have some instance variable for the inventory of books on hand:
    private String bookInventory;
    The method is as follows:
    /**
    * Returns the inventory of the books on hand at the
    * BookStore.
    * @return the inventory of the books on hand as a String
    */
    public Sring getInventory() {
    return bookInventory; // or whatever you named this instance variable.
    }

  • A2 due date extended
    to Thursday, March 10
    2005-03-05

    The submission deadline is extended to Thursday, March 10 at 9:00 a.m. (sharp). This will give you time to create a more thorough set of test cases and to ensure that your code meets the checkstyle standard. The time is given due to the length of the assignment - it is recommended that you take advantage of every minute that you get.

February

  • Assignment 1 Solution/Tester Posted 2005-02-18

    A sample A1 solution has been posted. We have also posted the A1 tester that we used to generate your "automark". To run the tester on your code in DrJava:

    • Open up your AVEquipment.java, ClassRoom.java.
    • Open up our AVEquipmentTester.java, ClassRoomTester.java.
    • Compile.
    • Click test.

    You can see exactly which tests your program failed.

  • Assignment 2 Posted 2005-02-14

    Assignment 2 is posted on the Assignments page.

  • Lucent Global Science Scholars Award 2005-02-07

    This is an outstanding opportunity for first-year students with high academic standing.

    *** The deadline for applications is March 31, 2005. ***

    The award:
    The successful applicants will receive a one-time award of $US5,000 and an expense-paid trip to visit Lucent/Bell Labs Global Headquarters in Murray Hill, New Jersey to attend the "Lucent Global Science Scholars Summit" in July 2005 along with other competition winners from around the world. When possible, the winner will be offered a paid summer internship.

    Eligibility:
    To be eligible, you must be a citizen or permanent resident of Canada who is a full-time student in first year undergraduate study in: computer science, computer engineering, electrical engineering, or a specialized technical communications major. To see the full list of requirements, visit the website below.

    Applications:
    For an application form and more details, visit visit www.cbie.ca (choose "Scholarships") or contact Svetlana Pisarenko at (613) 237-4820, ext. 243, or spisarenko@cbie.ca.

January

  • Style Rules Fri 21 Jan 05

    We posted a list of mandatory style and submission rules on the Assignments page. A portion of your assignment marks will be based on style. Follow these rules!

  • New CodeLab Web Address!!! Sat 15 Jan 05

    The hosting service for CodeLab is experiencing technical difficulties, making the normal login and registration web address inaccessible.

    Until this problem is fixed, please use the following web link to login or to register: CodeLab

    The Monday 9:00 a.m. submission deadline for all campuses is extended to Tuesday, January 18, 2005 at 9:00 a.m. for this week only.

    If you need to contact Turing's Craft, Inc. for CodeLab support, they can be reached at arnow@its.brooklyn.cuny.edu

  • A1 posted Fri 14 Jan 05
    Assignment 1 is now posted. It is due February 1, 9:00 a.m. Please check the assigments page.