UQ Students should read the Disclaimer & Warning

Note: This page dates from 2005, and is kept for historical purposes.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0094)http://www.itee.uq.edu.au/undergraduate/_profile_view.php?print=1&file=2003_2_COMP2500_StLucia -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>COMP2500 – Course Profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta 
content="School of Information Technology and Electrical Engineering - Course Profile" 
name="Description" />
</head>
<body bgcolor="#ffffff"> 
<h3 align="center">The University of Queensland<br /> 
    School of Information Technology and Electrical Engineering<br /> 
    Semester 2, 2003</h3> 
<h1 align="center">COMP2500 - Programming in the Large<br /> 
    COMP7908 - Advanced Software Engineering </h1> 
<h1 align="center">Course Profile </h1> 
<h2>Version</h2> 
<p>This is version 2 of the COMP2500 course profile, dated 22 July 2003. </p> 
<h3>Changes since the last version</h3> 
<p>COMP7908 tutorial has moved due to a clash</p> 
<hr /> 
<h2>Course Summary</h2> 
<table 
      bordercolor="#111111" cellspacing="1" border="1"> 
    <tbody> 
        <tr> 
            <td nowrap="nowrap"><b>Course Code(s):</b></td> 
            <td><b>COMP2500, COMP7908</b></td> 
        </tr> 
        <tr> 
            <td nowrap="nowrap"><b>Unit Value:</b></td> 
            <td>#2</td> 
        </tr> 
        <tr> 
            <td nowrap="nowrap"><b>Contact Hours:</b></td> 
            <td>5 hours per week (3L2T)</td> 
        </tr> 
        <tr> 
            <td nowrap="nowrap"><b>Purpose:</b></td> 
            <td>COMP2500 is a software engineering course aimed at developing the technical
                abilities <br /> 
                needed to be an effective member of a large software development
                team. </td> 
        </tr> 
    </tbody> 
</table> 
<hr /> 
<h2>Teaching Staff</h2> 
<p><b>Dr Anthony MacDonald (Course Coordinator)</b><br /> 
    Office: 78-547<br /> 
    Phone: (07) 3365-1658<br /> 
    Fax: (07) 3365-4999<br /> 
    Email: anti[at]itee.uq.edu.au <br /> 
    Consultation Time: see below </p> 
<p><b>Prof. Paul Bailes<br /> 
    </b>Office: 78-521<br /> 
    Fax: (07) 3365-4999<br /> 
    Email: paul[at]itee.uq.edu.au<br /> 
    Consultation Time: see below </p> 
<p>To send mail to both lecturers, use the address comp2500[at]itee.uq.edu.au </p> 
<h3>Tutors</h3> 
<p>Announced via the course web page.
    <!--
Greg Long - email: 
<a href="mailto:gregl[at]itee.uq.edu.au">gregl[at]itee.uq.edu.au</a>
<br>
Tim Miller - email: 
<a href="mailto:timothym[at]itee.uq.edu.au">timothym[at]itee.uq.edu.au</a>
<br>
Rakesh Shukla - email:
<a href="mailto:shukla[at]itee.uq.edu.au">shukla[at]itee.uq.edu.au</a>
--> 
</p> 
<hr /> 
<h2>Course Goals</h2> 
<p>The course introduces the students to the requirements of programming-in-the-large,
    that is, programming as part of a larger team to deliver a software system and
    all its supporting documentation on time and within budget. It will introduce
    the software life cycle and focus on the design, implementation and testing
    phases of the life cycle. It will emphasise the features of the Java programming
    language that support programming-in-the-large. As programming-in-the-large
    involves being part of a team, the course will develop the students' communication
    skills through group work and tutorial presentations. Finally, the course introduces
    the students to the Unix operating system. </p> 
<p>It is expected that upon successful completion of the course, students will: </p> 
<ul> 
    <li>have an appreciation of the importance of and requirements for programming-in-the-large. </li> 
    <li>be able to design, implement, document, and test reusable Java components. </li> 
    <li>be able to work as part of a team and communicate technical material in
        an oral presentation. </li> 
    <li>have developed a working knowledge of the Unix operating system. </li> 
</ul> 
<hr /> 
<h2>Assumed Background</h2> 
<p>Pre-requisites for COMP2500: COMP1500 or CS129 or CS181 <br /> 
    Pre-requisites for COMP7908: COMP7901 or CS803 </p> 
<p>Students are expected to be familiar with the basic programming and control
    constructs of Java; the basic object-oriented features of Java, such as methods,
    objects and classes, and inheritance; how to build graphical components and
    event-handlers in Java; and exceptions and files. </p> 
<hr /> 
<h2>Resources</h2> 
<h3>Textbook</h3> 
<p>The recommended text is:<br /> 
    Please note this is a recommended text, not a required text. The course does
        not directly follow this text or any other text, rather the texts provide a
        complementary discussion of the material.</p> 
<blockquote> 
    <p>J. Nino and F. Hosch. <b><i>An Introduction to Programming and Object Oriented
                Design using Java</i></b> John Wiley &amp; Sons, 2002. (QA76.64 .N57 2002)</p> 
</blockquote> 
<h3>Reference Texts</h3> 
<p>Students are not expected to purchase the following books, but may find them
    useful. Copies of some of these books are available in the library. The following
    books will kept available for short loan in the PSE library. </p> 
<blockquote> 
    <p>R. Winder and G. Roberts. <b><i>Developing Java Software</i></b>, second
        edition, John Wiley &amp; Sons, 2000. (QA76.73.J38 W557 2000)</p> 
    <p>R. Duke and E. Salzman. <b><i>Java Genesis</i></b>, Pearson Education Australia,
        2000. (QA76.73.J38 D34 2000)</p> 
    <p>B. Eckel. <b><i>Thinking in Java</i></b>, Prentice Hall, 1998. (QA76.73.J38
        E25 1998). A revised edition of this book is available on-line at http://www.ibiblio.org/pub/docs/books/eckel.
        A local copy of this version is available through the course web page ( http://www.itee.uq.edu.au/~comp2500/Eckel
        text).</p> 
    <p>D. Hoffman and P. Strooper.<b><i>Software Design, Automated Testing and Maintenance:
                A Practical Approach</i></b>, International Thomson Computer Press, 1995.
                (QA75.758.H63 1995)</p> 
    <p>M. Sobell. <b><i>Unix System V: A Practical Guide</i></b>, third edition,
        Benjamin/Cummings, 1995. (QA76.76.O63 S6 1995)</p> 
</blockquote> 
<h3>Handouts</h3> 
<p>Some handouts, including this course profile, will be handed out during the
    lectures, any spare copies will be placed in a marked filing cabinet on level
    1 of GPSouth (Blg 78). Electronic copies of all handouts will be made available
    through the course web page. </p> 
<h3>Facilities</h3> 
<p>The Unix laboratories primarily used for this course are 78-121 and 78-105
    on the lower ground floor of the General Purposed South Building. There are
    normally open (accessible using a swipe card) 24 hours a day, 7 days per week.
    The Unix machines "moss" and "lichen" can also be accessed over the Internet
    and from the PC laboratories. </p> 
<h3>Consultation</h3> 
<p>There will be specific consultation times plus extra times near assignment
    deadlines and during the examination period. Details of these consultation times
    will be announced by the second week of semester on the course web page and
    newsgroup. Outside these consultation hours, the teaching staff will try to
    be available for students at most times, and if you have any specific problems
    or questions, you can drop by our offices. If we have time, we will see you
    immediately; otherwise, we will set up a suitable time to meet. Alternatively,
    you can always send us email to set up an appointment. </p> 
<h3>Distribution of Notices</h3> 
<p>Most material used in this course is (or will be) available on-line through
    the COMP2500/COMP7908 web page, which can be accessed via the URL http://www.itee.uq.edu.au/~comp2500. </p> 
<p>Notices regarding the course will be placed on the web page and also to the
    newsgroup uq.itee.comp2500. You are expected to read these notices regularly
    (at least once a week during semester and more often near assignment deadlines). </p> 
<p>If you have a general query or comment regarding the course that you think
    might be of interest to other students in the course, we suggest that you post
    it to the newsgroup. We will read this newsgroup regularly and in general try
    to respond within one working day (if we think the message warrants a response).
    If you have personal or very specific questions, it is best to send email to
    the course account comp2500[at]itee.uq.edu.au, which is read by both lecturers.
    We again will aim to respond to these messages within one working day. </p> 
<h3>Web</h3> 
<p>The course web site is available at http://www.itee.uq.edu.au/~comp2500. The
    course web site will contain most material for the course including lecture
    notes, tutorial sheets, tutorial solutions, practical sheets, assignment sheets
    and assignment solutions. Some material required for the assignments will only
    be available on the student network and not on the web page. </p> 
<h3>Newsgroup</h3> 
<p>The course newsgroup is uq.itee.comp2500. This group is available on both
    the University and School news servers (news.uq.edu.au and news.itee.uq.edu.au). </p> 
<p>Students are strongly encouraged to post questions (and answers!) to the newsgroup.
    Copies of announcements will also be posted to the newsgroup. The teaching staff
    will monitor the newsgroup. </p> 
<hr /> 
<h2>Teaching Activities</h2> 
<h3>Lectures</h3> 
<dl> 
    <dt>There are three lectures each week: </dt> 
    <dt>Lecture 1 and 2: </dt> 
    <dd>Tuesday 12pm - 2pm (room 63-358) </dd> 
    <dt>Lecture 3: </dt> 
    <dd>Thursday 9am - 10am (room 23-1) </dd> 
</dl> 
<h3>Tutorials</h3> 
<p>There are two streams of tutorials scheduled. The ones scheduled and labelled
    T1a, T1b, etc. are presentation tutorials, which require active participation
    from students and form part of the assessment. The details of the organisation
    and the assessment of these tutorials will be explained in the first presentation
    tutorial. The second tutorial is unscheduled and is there for students to work
    on exercises and to ask tutors questions related to the exercises or the course
    material. Consultation hours will be published where the tutors will be available
    to provide specific help with the second tutorial and any other course enquires. </p> 
<p>Each student in COMP2500 must register for one tutorial by the end of week
    1 using SINet: these are from the group labelled T1a, T1b, etc. Students are
    not required to register for the second tutorial. </p> 
<table 
      bordercolor="#111111" cellspacing="0" cellpadding="0" width="506" border="1"> 
    <tbody> 
        <tr> 
            <th align="middle" width="126"><b>Day</b></th> 
            <th align="middle" width="127"><b>Time</b></th> 
            <th align="middle" width="127"><b>Room</b></th> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Tuesday</td> 
            <td align="middle" width="127">3pm - 4pm</td> 
            <td align="middle" width="127">67-341</td> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Tuesday</td> 
            <td align="middle" width="127">4pm - 5pm</td> 
            <td align="middle" width="127">67-341</td> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Wednesday</td> 
            <td align="middle" width="127">9am - 10am</td> 
            <td align="middle" width="127">67-342</td> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Thursday</td> 
            <td align="middle" width="127">8am - 9am</td> 
            <td align="middle" width="127">67-343</td> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Friday</td> 
            <td align="middle" width="127">12pm - 1pm</td> 
            <td align="middle" width="127">78-344</td> 
        </tr> 
    </tbody> 
</table> 
<p>Students in COMP7908 are not required to register for their tutorials since
    there is only one tutorial scheduled. </p> 
<table 
      bordercolor="#111111" cellspacing="0" cellpadding="0" width="506" border="1"> 
    <tbody> 
        <tr> 
            <th align="middle" width="126"><b>Day</b></th> 
            <th align="middle" width="127"><b>Time</b></th> 
            <th align="middle" width="127"><b>Room</b></th> 
        </tr> 
        <tr> 
            <td align="middle" width="126">Wednesday</td> 
            <td align="middle" width="127">1pm - 2pm</td> 
            <td align="middle" width="127">84A-304</td> 
        </tr> 
    </tbody> 
</table> 
<p>Tutorials for COMP2500 start in the second week of semester, except for the
    Wednesday 9am tutorial which starts in the first week of semester to avoid conflict
    with the public holiday in the third week of semester. Tutorials for comp7908
    also start in the first week of semester to avoid scheduling issues due to the
    public holiday. </p> 
<h3>Pracs</h3> 
<p>There are no scheduled practical sessions. However, both unassessed practical
    work sheets and assessed assignments are part of the course. We expect that
    most students will spend a minimum of 2 hours per week on such practical work.
    Note that only students officially enrolled in COMP2500/COMP7908 will have accounts
    and disk space created for them. </p> 
<p>There will be regularly scheduled consultation hours during which time one
    of the COMP2500/COMP7908 tutors will be available in one of the labs. If necessary,
    additional consultation hours will be scheduled near assignment deadlines. Details
    of all these consultation hours will be announced on the course web page and
    newsgroup. </p> 
<h3>Attendance</h3> 
<p>You are not <i>required</i> to attend any of the teaching sessions, however,
    you are <i>strongly encouraged</i> to do so. The lectures, tutorials and pracs
    have been specifically designed to aid your learning of the course material.
    Failure to attend a session may result in you being disadvantaged. It is up
    to you to find out what happened at any class session that you miss. </p> 
<h3>Teaching Plan</h3> 
<table 
      bordercolor="#111111" cellspacing="0" cellpadding="0" width="100%" border="1"> 
    <tbody> 
        <tr> 
            <th align="middle" width="10%"><b>Week</b></th> 
            <th align="middle" width="15%"><b>Monday's Date</b></th> 
            <th align="middle" width="50%"><b>Lecture topic <br /> 
                (lecture #) </b></th> 
            <th align="middle" width="25%"><b>Misc.</b></th> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">1</td> 
            <td align="middle" width="15%">28 July</td> 
            <td align="left" width="50%">&nbsp;Lecture 1: Course Profile<br /> 
&nbsp;Lecture 2: Course Context<br /> 
&nbsp;Lecture 3: Unix - Basic </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">2</td> 
            <td align="middle" width="15%">4 August</td> 
            <td align="left" width="50%">&nbsp;Lecture 4 and 5: Unix - Finding your way
                round<br /> 
&nbsp;Lecture 6: Java Review </td> 
            <td align="left" width="25%">&nbsp;Assignment 1 available</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">3</td> 
            <td align="middle" width="15%">11 August</td> 
            <td align="left" width="50%">&nbsp;Lectures 7,8, and 9: Testing </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">4</td> 
            <td align="middle" width="15%">18 August</td> 
            <td align="left" width="50%">&nbsp;Lectures 10 and 11: Documentation and Coding
                Style </td> 
            <td align="left" width="25%">&nbsp;Assignment 1 due<br /> 
&nbsp;Assignment 2 available</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">5</td> 
            <td align="middle" width="15%">25 August</td> 
            <td align="left" width="50%">&nbsp;Lectures 12, 13, and 14: <br /> 
&nbsp;Writing Reusable Java Components - Part 1 </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">6</td> 
            <td align="middle" width="15%">1 September</td> 
            <td align="left" width="50%">&nbsp;Lectures 15, 16, and 17: <br /> 
&nbsp;Writing Reusable Java Components - Part 2 </td> 
            <td align="left" width="25%">&nbsp;Assignment 1 returned</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">7</td> 
            <td align="middle" width="15%">8 September</td> 
            <td align="left" width="50%">&nbsp;Lectures 18 and 19 <br /> 
&nbsp;Unit testing and reusable components - combined </td> 
            <td align="left" width="25%">&nbsp;Assignment 2 due<br /> 
&nbsp;Assignment 3 available</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">8</td> 
            <td align="middle" width="15%">15 September</td> 
            <td align="left" width="50%">&nbsp;Lecture 20, 21 and 22: Inheritance part
                1 </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">9</td> 
            <td align="middle" width="15%">22 September</td> 
            <td align="left" width="50%">&nbsp;Lectures 23, 24 and 25: Inheritance part
                2 </td> 
            <td align="left" width="25%">&nbsp;Assignment 2 returned<br /> 
&nbsp;Assignment 3 due<br /> 
&nbsp;Assignmnet 4 available</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%"></td> 
            <td align="middle" width="15%">29 September</td> 
            <td align="left" width="50%">&nbsp;Mid-semester Break </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">10</td> 
            <td align="middle" width="15%">6 October</td> 
            <td align="left" width="50%">&nbsp;Lectures 26, 27, and 28: Recursion part
                1 </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">11</td> 
            <td align="middle" width="15%">13 October</td> 
            <td align="left" width="50%">&nbsp;Lectures 29, 25, and 31: Recursion part
                2 </td> 
            <td align="left" width="25%">&nbsp;Assignment 3 returned<br /> 
&nbsp;Assignment 4 due<br /> 
&nbsp;Assignment 5 available</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">12</td> 
            <td align="middle" width="15%">20 October</td> 
            <td align="left" width="50%">&nbsp;Lectures 32, 33, and 34: Advanced Java </td> 
            <td align="left" width="25%">&nbsp;</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">13</td> 
            <td align="middle" width="15%">27 October</td> 
            <td align="left" width="50%">&nbsp;Lecture 35: Summary </td> 
            <td align="left" width="25%">&nbsp;Assignment 4 returned<br /> 
&nbsp;Assignment 5 due</td> 
        </tr> 
        <tr> 
            <td align="middle" width="10%">SwotVac</td> 
            <td align="middle" width="15%">3 November</td> 
            <td align="left" width="50%">&nbsp;</td> 
            <td align="left" width="25%">&nbsp;Assignment 5 returned<br /> 
&nbsp;(Friday pm)</td> 
        </tr> 
    </tbody> 
</table> 
<p>In the teaching plan above, all assignments are returned in tutorials of the
    week listed and assignments are available (via course web page) on the Friday
    afternoon of the week listed at the latest. The due date for each assignment
    is on the assignment sheet. </p> 
<hr /> 
<h2>Assessment</h2> 
<p>The assessment for COMP2500/COMP7908 has three components: </p> 
<ol> 
    <li>Five assignments each contributing 6% to the final assessment (a total of
        30%). The expected due dates for the assignments are: Friday 22 August, Wednesday
        10 September, Friday 26 September, Friday 17 October, and Friday 31 October. </li> 
    <li>A tutorial participation and presentation mark, worth 10% of the total. </li> 
    <li>A final two-hour open book examination, worth 60% of the total. </li> 
</ol> 
<p>The assignments are used to assess the practical skills of the students in
    designing, programming, documenting, and testing Java components under the Unix
    operating system. The workload in assignments may seem to outweigh the percentage
    allocation, however the design of this course is based on the principle that
    assignments help teach concepts and should not excessively penalise students
    who learn via doing the assessment. The tutorial presentation mark is used to
    assess the communication skills of the student and the participation mark assesses
    a students ability to develop solutions within a group setting. The tutorials
    also allow the students to gauge their ability and progress in the course. The
    examination is used to assess both the practical ability of students on small
    problems and their understanding of the course material (as outlined in the
    specific learning objectives above). Marks for examination questions will be
    allocated according to the extent of the correctness of the answers. </p> 
<h3>Assignments</h3> 
<p>Each assignment is marked via criterion-based assessment, where the criteria
    are clearly outlined as part of the assignment description. </p> 
<p>Assignment 1 - Unix and Java review - available Friday 8 August, due Friday
    22 August.<br /> 
    Assignment 2 - Testing and Documentation - available Friday 22 August, due
    Wednesday 10 September.<br /> 
    Assignment 3 - Reference types and Java Interfaces - available Wednesday
    10 September, due Friday 26 September.<br /> 
    Assignment 4 - Inheritance and Polymorphism - available Friday 26 September,
    due Friday 17 October.<br /> 
    Assignment 5 - Recursion and Recursive Descent Parsing - available Friday
    17 October, due Friday 31 October. </p> 
<h3>Assignment remarking</h3> 
<p>We have the following policy for assignment remarking: </p> 
<ol> 
    <li>administrative errors - speak to one of the lecturers and we will fix it.
        For example, an administrative error is where the summing of the marks on the
        back page is wrong, or the like. </li> 
    <li>other remarking - submit a written request with the marked hard-copy of
        the assignment to one of the lecturers in person. This written request should
        detail where you think the marking is unfair or inconsistent. One of the lecturers
        will then fully remark the assignment (the final mark may go up or down) within
        a reasonable amount of time. </li> 
</ol> 
<h3>Final Examination</h3> 
<p>A two hour final examination will be held during the final examination period.
    This exam will be open-book and will contain both short-answer/essay questions.
    Open-book means that you may bring any <i>written</i> material into the examination
    room. Calculators and other computing or communication devices are NOT permitted. </p> 
<p>The examination is used to assess both the practical ability of students on
    small problems and their understanding of the course material (as outlined in
    the expected outcomes above). Marks for examination questions will be allocated
    according to the extent of the correctness of the answers. </p> 
<h3>Determination of Final Grade</h3> 
<p>Your final mark will be calculated from your marks for the assignments, your
    tutorial presentation mark, and your mark for the final exam. You must pass
    the final exam to pass the subject. Your final grade is then computed from the
    final mark using the following table: </p> 
<table cellspacing="0" cellpadding="0" width="100" border="0"> 
    <tbody> 
        <tr> 
            <th><b>final mark</b> </th> 
            <th><b>grade</b> </th> 
        </tr> 
        <tr> 
            <td align="middle">85-100 </td> 
            <td align="middle">7 </td> 
        </tr> 
        <tr> 
            <td align="middle">75-84 </td> 
            <td align="middle">6 </td> 
        </tr> 
        <tr> 
            <td align="middle">65-74 </td> 
            <td align="middle">5 </td> 
        </tr> 
        <tr> 
            <td align="middle">50-64 </td> 
            <td align="middle">4 </td> 
        </tr> 
        <tr> 
            <td align="middle">45-49 </td> 
            <td align="middle">3 </td> 
        </tr> 
        <tr> 
            <td align="middle">20-44 </td> 
            <td align="middle">2 </td> 
        </tr> 
        <tr> 
            <td align="middle">0-19 </td> 
            <td align="middle">1 </td> 
        </tr> 
    </tbody> 
</table> 
<p>At the discretion of the lecturers, final grades may be scaled upwards but
    not decreased. </p> 
<hr /> 
<h2>Assessment Policies</h2> 
<p>The method for collection of assignments will be via the School electronic
    submission system. Details of usage and exact requirements are specified for
    each assignment. </p> 
<h3>Late Submission</h3> 
<p>Late assignments will attract a penalty of 20% per day or part thereof. If
    you are submitting an assignment late, you should inform one of the lecturers
    in person or via electronic mail. Assignments will not be accepted more than
    a week late. Late assignments are submitted via the School electronic submission
    system as for normal assignments. </p> 
<p>If you feel that you cannot complete your assignment on time because of illness
    or other exceptional circumstances, you should discuss this with one of the
    lecturers at the earliest possible time. </p> 
<h3>Notification of Availability of Feedback</h3> 
<p>Assignments will be marked in the week following the due date and will be
    returned with written feedback in tutorials the 2nd week after the due date.
    Verbal feedback on general issues will be given in lectures and in tutorials. </p> 
<p>Broad feedback on end-of-semester examinations (usually including access to
    examination scripts and question papers) and individual feedback, is available
    on request. </p> 
<p>It is a student's responsibility to incorporate feedback into their learning;
    making use of the assessment criteria that they are given; being aware of the
    rules, policies and other documents related to assessment; and providing teachers
    with feedback on their assessment practices. </p> 
<h3>Return of Assignments</h3> 
<p>Assignments will be returned during the tutorials. Assignments that have not
    been collected in tutorials will be available at lectures in the following week.
    Assignments still not collected will be stored in the Course Coordinator's office.
    During swot vac alternate means of assignment return will be published on the
    course web-page and the course news-group. </p> 
<h3>Academic Merit, Plagiarism, Collusion and Other Misconduct</h3> 
<p>The School and the wider academic community in general takes academic integrity
    and respect for other persons and property very seriously. In particular, the
    following behaviour is unacceptable: </p> 
<ul> 
    <li>Submission of plagiarised work, i.e. work that contains content copied from
        an unacknowledged source. </li> 
    <li>Submission of work without academic merit, i.e. work that adds little or
        nothing to material available from reference sources such as textbooks, websites,
        etc., even where this is appropriately acknowledged. </li> 
    <li>Engaging in collusive behaviour, i.e. inappropriate working together with
        other students where individual work is required, or working with people outside
        your team where team work is required. </li> 
    <li>Copying work done by other students. </li> 
    <li>Failing to adhere to the School's regulations concerning behaviour in laboratories,
        in particular occupational health and safety regulations. </li> 
</ul> 
<p>Penalties for engaging in unacceptable behaviour can range from cash fines
    or loss of grades in a subject, through to expulsion from the University.<br /> 
    <br /> 
    You are required to read and understand the School Statement on Misconduct,
    available on the ITEE website at: http://www.itee.uq.edu.au/about/student-misconduct.jsp <br /> 
    <br /> 
    If you have any questions concerning this statement, please contact your
    lecturer in the first instance.</p> 
<hr /> 
<h2>Graduate Attributes Developed</h2> 
<p>The University of Queensland has defined a set of graduate attributes to specify
    broad core knowledge and skills associated with all undergraduate programs (http://www.uq.edu.au/hupp/contents/view.asp?s1=3&amp;s2=20&amp;s3=5).
    This course addresses these attributes as follows:</p> 
<table 
      bordercolor="#111111" height="96" cellspacing="1" width="100%" border="1"> 
    <tbody> 
        <tr> 
            <th width="20%" height="16">Attribute</th> 
            <th width="80%" height="16">Contributions from this Course</th> 
        </tr> 
        <tr> 
            <td width="20%" height="19">In-depth knowledge of the field of study</td> 
            <td width="80%" height="19">Program &amp; data structures: testing, documentation,
                interfaces &amp; classes, abstract data types, inheritance, polymorphism,
                recursion &amp; iteration, and exception-handling. Operating system concepts:
                command shells, file systems, and shared resources.</td> 
        </tr> 
        <tr> 
            <td width="20%" height="19">Effective Communication</td> 
            <td width="80%" height="19">Group interactions in tutorials; tutorial presentations.</td> 
        </tr> 
        <tr> 
            <td width="20%" height="19">Independence and Creativity</td> 
            <td width="80%" height="19">Assignment and tutorial problems provide opportunities
                for generating ideas and receiving feedback from peers and teaching staff.</td> 
        </tr> 
        <tr> 
            <td width="20%" height="19">Critical Judgement</td> 
            <td width="80%" height="19">The assignments provide a context for defining
                and analysing the course material and tutorial exercises with opportunities
                for evaluating opinions, making decisions and reflecting critically on the
                justifications.</td> 
        </tr> 
        <tr> 
            <td width="20%" height="19">Ethical and Social Understanding</td> 
            <td width="80%" height="19">This course exposes students to the requirements
                and consequences of developing software as part of a larger team.</td> 
        </tr> 
    </tbody> 
</table> 
<hr /> 
<h2>Support for Students with a Disability</h2> 
<p>Any student with a disability who may require alternative academic arrangements
    in the course is encouraged to seek advice at the commencement of the semester
    from a Disability Adviser at Student Support Services. </p> 
<hr /> 
<p>Sourced From <a href="http://www.itee.uq.edu.au/undergraduate/_profile_view.php?print=1&amp;file=2003_2_COMP2500_StLucia">http://www.itee.uq.edu.au/undergraduate/_profile_view.php?print=1&amp;file=2003_2_COMP2500_StLucia</a></p> 
</body>
</html>