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=2004_2_COMP2801_StLucia -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>COMP2801 – Course Profile</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body> 
<h3 >The University of Queensland<br /> 
    School of Information Technology and Electrical Engineering<br /> 
    Semester 2, 2004</h3> 
<h1>COMP2801- Software Engineering Studio </h1> 
<h1 >Course Profile</h1> 
<h2>Version</h2> 
<p>This is version 1.0 of the COMP2801 course profile, dated <b>12 July 2004</b>.</p> 
<h3>Changes since the last version</h3> 
<p>Not applicable.</p> 
<hr /> 
<h2>Course Summary</h2> 
<table id="AutoNumber6" 
 cellspacing="1" cellpadding="3" border="1"> 
    <tbody> 
        <tr> 
            <td ><b>Course Code(s):</b></td> 
            <td><b>COMP2801</b>&nbsp;</td> 
        </tr> 
        <tr> 
            <td ><b>Unit Value:</b></td> 
            <td>#2</td> 
        </tr> 
        <tr> 
            <td ><b>Contact Hours:</b></td> 
            <td>5 hours per week (2L1T2P)&nbsp;</td> 
        </tr> 
        <tr> 
            <td ><b>Purpose:</b></td> 
            <td>COMP2801 is a practical course emphasising the design and testing phases
                of the software lifecycle.<br /></td> 
        </tr> 
    </tbody> 
</table> 
<hr /> 
<h2>Teaching Staff</h2> 
<table id="table1" 
 cellspacing="1" cellpadding="3" border="1"> 
    <tbody> 
        <tr> 
            <td ><b>Dr David Carrington (Course Coordinator)</b><br /> 
                Office: 78-323<br /> 
                Phone: (07) 3365-3310<br /> 
                Fax:&nbsp;&nbsp;&nbsp;&nbsp; (07) 3365-4999<br /> 
                Email: davec[at]itee.uq.edu.au<br /> 
                Consultation Time: to be advised</td> 
            <td><b>Dr Doug Goldson<br /> 
                </b>Office: 78-315<br /> 
                Phone: (07) 3365-1127<br /> 
                Fax:&nbsp;&nbsp;&nbsp;&nbsp; (07) 3365-4999<br /> 
                Email: goldson[at]itee.uq.edu.au<br /> 
                Consultation Time: to be advised</td> 
        </tr> 
    </tbody> 
</table> 
<h3>Tutors</h3> 
<p>to be advised</p> 
<hr /> 
<h2>Course Goals</h2> 
<p >This course aims to:</p> 
<ul> 
    <li> 
        <p>Demonstrate the concepts and practice of software design and testing, the
            UML notation, patterns, software maintenance, code refactoring and configuration
            management.</p> 
    </li> 
    <li> 
        <p>Extend students' experience, particularly in software design, testing and
            maintenance, but also in the use of additional program structures and configuration
            management.</p> 
    </li> 
    <li> 
        <p>Provide students with positive experiences of collaborative learning and
            some appreciation of the need for life-long learning skills.</p> 
    </li> 
</ul> 
<p>Students who master the material in this course will be able to:</p> 
<ul> 
    <li>represent the design of a software product using UML notation, </li> 
    <li>document the design decisions underlying a software design, </li> 
    <li>describe software structures in terms of architectures and design patterns, </li> 
    <li>extract an abstract design representation from source code, </li> 
    <li>manage an evolving software product using configuration management tools, </li> 
    <li>apply refactoring strategies to improve the quality of existing designs
        and code, </li> 
    <li>develop sets of test cases from the specification of a software system (or
        some component), </li> 
    <li>choose appropriate test strategies for test case design, and </li> 
    <li>participate effectively as a member of a small software development team. </li> 
</ul> 
<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 id="AutoNumber4" 
 cellspacing="1" cellpadding="3" 
 border="1"> 
    <tbody> 
        <tr> 
            <th >Attribute</th> 
            <th >Contributions from this Course</th> 
        </tr> 
        <tr> 
            <td > <p>In-depth knowledge of the field of study</p></td> 
            <td > <p>Software design, the UML notation, design patterns, code refactoring,
                    software testing, practical configuration management, software engineering
                    tools.</p></td> 
        </tr> 
        <tr> 
            <td > <p>Effective Communication</p></td> 
            <td > <p>Report writing through assignments; group interactions in practicals
                    and assignments; practical presentations</p></td> 
        </tr> 
        <tr> 
            <td > <p>Independence and Creativity</p></td> 
            <td > <p>Assignment and practical problems provide opportunities for generating
                    ideas and receiving feedback from peers and teaching staff, software design
                    is viewed as problem solving, self-directed learning is required for assignments.</p></td> 
        </tr> 
        <tr> 
            <td > <p>Critical Judgement</p></td> 
            <td > <p>The team-based group-work provides a context for defining and analysing
                    the assignment and practical exercises with opportunities for evaluating
                    opinions, making decisions and reflecting critically on the justifications;
                    design assessment requires critical judgement; time monitoring assists self
                    management skills.</p></td> 
        </tr> 
        <tr> 
            <td > <p>Ethical and Social Understanding</p></td> 
            <td > <p>This course exposes students to the open source software movement;
                    the teamwork provides insights into team ethics and peer assessment.</p></td> 
        </tr> 
    </tbody> 
</table> 
<hr /> 
<h2>Assumed Background</h2> 
<p >Pre: COMP2500&nbsp;&nbsp;&nbsp; Inc: COMP2501&nbsp;&nbsp;&nbsp; C: COMP2502</p> 
<p >Students are expected to have:</p> 
<ul> 
    <li>some experience programming in Java </li> 
    <li>Unix and X11 user skills </li> 
    <li>some knowledge of unit testing of individual Java classes </li> 
</ul> 
<hr /> 
<h2 style="MARGIN-TOP: 0cm">Motivation</h2> 
<p >Software design is the stage of software development that transforms a specification
    (formal or informal) into a structure suitable for implementation. The design
    process starts with an abstract description of the required software and creates
    a plan for a potential implementation that meets the initial requirements.</p> 
<p >As we increase the size and complexity of the problems we attempt, so the
    importance of the design process increases. There are many software design methods,
    just as there are many programming languages. One goal of this course is for
    you to appreciate the role of a design method in the design process and develop
    the skills necessary to learn new design methods in the future. This course
    will introduce you to the concepts of software architecture and design patterns.</p> 
<p >Testing has a vital role in developing software. It is a practical means
    of detecting errors that can be highly effective if performed rigorously. Despite
    the major limitation of testing: <i>“Program testing can be used to show the
    presence of bugs, but never to show their absence.’’ </i>[E. Dijkstra, Structured
    Programming, 1972], it is an essential verification and validation technique.
    In this course, you should learn some basic techniques for software testing
    and have some experience applying them.</p> 
<h2>Teaching and learning philosophy: <i>(This section is intended to help you
        understand the assumptions that underpin this course)</i></h2> 
<p >Education is often presented as a transmission model with the teacher generating
    information and students absorbing it. I regard this model as seriously flawed
    since it suggests that learning can be a passive process.</p> 
<p >I cannot make you learn (any more than I can make you happy or angry). I
    can do things but how you react is under your control (see Stephen Covey's book: <i>The
    seven habits of highly effective people</i> which I strongly recommend). I can
    provide conditions that I believe are conducive to learning, and I can be part
    of a dialogue to resolve issues and problems that affect your learning.</p> 
<p >I believe that no single learning strategy suits everyone and hence variety
    is important to encompass individual differences. A large class such as this
    creates special challenges for handling individual differences but I am willing
    to discuss alternatives.</p> 
<p >I think we need to be conscious of the learning strategies we use, and that
    we need to understand how to monitor and assess their effectiveness. I understand
    that some people may not be used to thinking about how they learn and that consideration
    of the learning process may seem to conflict with course content demands. However,
    to produce reflective and life-long learners, we need to go beyond Nike's “Just
    do it” by using reflection to “Do it better”.</p> 
<p >I am a strong supporter of active learning that sees learning as a process
    of change, not just of preparation. Cooperative learning is a particular form
    of active learning that uses small groups to provide a supportive learning environment.</p> 
<p >Some people may find the change in emphasis from individual to group work
    unsettling, confusing or arbitrary. Being able to work in groups is important;
    many surveys of employers both in Australia and overseas identify this as one
    of the most important skills expected of good employees. This course represents
    one of several courses where you have an opportunity to develop skills for working
    cooperatively.</p> 
<hr /> 
<h2>Resources</h2> 
<h3>Course Profile Copy</h3> 
<p>In the first lecture (or class meeting) students will be directed to the web
    address at which this course profile can be read.&nbsp; Students enrolled at
    St Lucia who wish to retain a hard copy of the profile can use the free print
    quota provided each semester to students enrolled in courses in the School of
    Information Technology &amp; Electrical Engineering.&nbsp; For information on
    how to use this print quota, see the School Policy on Student Photocopying and
    Printing (St Lucia). Students enrolled at the Ipswich campus will either be
    provided with a hard copy or given directions in class on how to obtain a free
    copy.</p> 
<h3>Textbook</h3> 
<p>The required textbook is&nbsp;</p> 
<p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0cm; TEXT-ALIGN: left" 
 >&nbsp;&nbsp; Eric Braude. <i>Software Design: From Programming to Architecture, </i>Wiley,
    2004.</p> 
<p class="MsoBodyTextIndent" style="MARGIN-LEFT: 0cm; TEXT-ALIGN: left" 
 >This book is used as a basis for both lectures and tutorials.</p> 
<h3>Reference Texts</h3> 
<p>Students are not expected to purchase the following books, but may find them
    useful. Copies of these books are available in the library. </p> 
<blockquote> 
    <p>I. Bashir and A.L. Goel. <i>Testing Object-Oriented Software</i>, Springer,
        1999.<br /> 
        R.V. Binder. <i>Testing Object-oriented Systems: models, patterns and tools</i>,
        Addison-Wesley, 2000.<br /> 
        D. Budgen. <i>Software Design</i>, 2nd edition, Addison-Wesley, 2003.<br /> 
        F. Buschmann et al. <i>Pattern-oriented Software Architecture: A System of
        Patterns</i>, John Wiley &amp; Sons, 1996.<br /> 
        P. Coad and M. Mayfield. <i>Java Design</i>, 2nd edition, Yourdon Press, 1999.<br /> 
        J.W. Cooper. <i>Java Design Patterns: A Tutorial</i>, Addison-Wesley, 2000.<br /> 
        A. Eliens. <i>Principles of Object-oriented Software Development</i>, Addison-Wesley,
        1995.<br /> 
        P. Evitts. <i>A UML Pattern Language</i>, MacMillan, 2000.<br /> 
        M. Fowler and K. Scott. <i>UML Distilled: A Brief Guide to the Standard Object
        Modeling Language</i>, 3rd edition, Addison-Wesley, 2003.<br /> 
        M. Fowler et al. <i>Refactoring: Improving the Design of Existing Code</i>,
        Addison-Wesley, 1999.<br /> 
        E. Gamma et al. <i>Design Patterns: Elements of Reusable Object-oriented Software</i>,
        Addison-Wesley, 1995.<br /> 
        W.S. Humphrey. <i>A Discipline for Software Engineering</i>, Addison-Wesley,
        1995.<br /> 
        W.S. Humphrey. <i>Introduction to the Personal Software Process</i>. Addison-Wesley,
        1997.<br /> 
        IBM Object-Oriented Technology Center. <i>Developing object-oriented software:
        an experience-based approach</i>. Prentice Hall, 1997.<br /> 
        X. Jia. <i>Object-Oriented Software Development in Java: Principles, Patterns
        and Frameworks</i>, Addison-Wesley, 1999.<br /> 
        E. Kit. <i>Software Testing in the Real World</i>, Addison-Wesley, 1995.<br /> 
        K.&nbsp; Knoernschild. <i>Java Design: Objects, UML and Process</i>, Addison-Wesley,
        2002.<br /> 
        C. Larman. <i>Applying UML and Patterns.</i> 2nd Edition,<i> </i>Prentice Hall,
        2002.<br /> 
        R.C. Lee and W.M. Tepfenhart. <i>Practical Object-Oriented Development with
        UML and Java</i>, Prentice Hall, 2002.<br /> 
        T.C. Lethbridge and R. Laganière. <i>Object-Oriented Software Engineering:
        Practical Development using UML and Java</i>, McGraw Hill, 2002.<br /> 
        J. Lions. <i>Lion’s Commentary on Unix 6th Edition with Source Code</i>, Peer
        to Peer Communications, 1996.<br /> 
        S. McConnell. <i>Code complete: a practical handbook of software construction</i>,
        Microsoft Press, 1993.<br /> 
        S.J. Metsker. <i>Design Patterns Java Workbook</i>, Addison-Wesley, 2002.<br /> 
        B. Meyer. <i>Object-oriented Software Construction</i>, 2nd edition, Prentice
        Hall, 1997.<br /> 
        M. Page-Jones. <i>Fundamentals of Object-Oriented Design in UML</i>, Addison-Wesley,
        2000.<br /> 
        P.R. Reed, Jr. <i>Developing Applications with Java and UML</i>, Addison-Wesley,
        2002.<br /> 
        A.J. Riel. <i>Object-oriented Design Heuristics</i>, Addison-Wesley, 1996.<br /> 
        A. Shalloway and J.R. Trott. <i>Design Patterns Explained: A New Perspective
        on Object-Oriented Design</i>, Addison-Wesley, 2001.<br /> 
        M. Shaw and D. Garlan. <i>Software Architecture: Perspectives on an Emerging
        Discipline</i>, Prentice Hall, 1996.<br /> 
        R. Wirfs-Brock, B. Wilkerson, and L. Wiener. <i>Designing object-oriented software</i>.
        Addison-Wesley, 1990.<br /> 
        R. Wirfs-Brock and A. McKean. <i>Object Design: Roles, Responsibilities and
        Collaborations</i>, Addison-Wesley, 2003.</p> 
</blockquote> 
<h3>Handouts</h3> 
<p>Copies of lecture slides and all other course materials will be available
    on the web via the COMP2801 home page. </p> 
<h3>Facilities</h3> 
<p style="MARGIN: 12pt 0cm 6pt">The UNIX laboratories are located in Rooms 78-105
    and 78-121. Access to the School's UNIX machines is controlled by password.
    Information about passwords is available in the laboratories and from the school
    office, which can also supply a handout entitled "<i>A Brief Guide to Student
    UNIX Facilities in GP South</i>". External access is provided via ITS's dial-in
    facilities; to use this you need a secure shell (ssh) client - see the "Remote
    Access Guide" via the link on http://studenthelp.itee.uq.edu.au/ . Web access
    is enabled for COMP2801 students from moss; pick up a handout from 78-217 or
    see http://studenthelp.itee.uq.edu.au/ to learn how to access sites external
    to the University (via a proxy password).</p> 
<h3>Consultation</h3> 
<p>Consultation times will be posted on the course web page.</p> 
<h3>Distribution of Notices</h3> 
<p>Announcements will be made in lectures, via the comp2801 newsgroup and placed
    on the COMP2801 home page for later reference. </p> 
<h3>Web</h3> 
<p>The course web site is available at http://www.itee.uq.edu.au/~comp2801.</p> 
<h3>Newsgroup</h3> 
<p>The course newsgroup is uq.itee.comp2801. This group is available on both
    the University and School news servers (news.uq.edu.au and news.itee.uq.edu.au). </p> 
<p >The newsgroup is a forum for information and discussion about topics relevant
    to this course. Staff will read and respond to newsgroup postings. It is preferred
    that you ask course related questions via the newsgroup rather than via e-mail
    since then all students benefit from the answers. E-mail should be used for
    personal issues.</p> 
<p><b><i>Students are expected to read news regularly, at least once per week
            and more frequently close to assessment deadlines.</i></b></p> 
<hr /> 
<h2>Teaching Activities</h2> 
<h3>Lectures</h3> 
<p>There is one (2 hour) lecture each week:&nbsp;&nbsp;&nbsp; Monday 10-12 (room
    7-222)</p> 
<h3>Tutorials</h3> 
<p>Students should sign-up for and attend a weekly tutorial (commencing in week
    2). Work in tutorials will be done individually and complements the hands-on
    practical classes.</p> 
<p>The available tutorial sessions are listed below (subject to change).</p> 
<div > 
    <table id="table2" 
 cellspacing="0" cellpadding="0" border="1"> 
        <tbody> 
            <tr> 
                <td><b>Prac Session</b></td> 
                <td><b>Day</b></td> 
                <td><b>Time</b></td> 
            </tr> 
            <tr> 
                <td>Ta</td> 
                <td>Monday</td> 
                <td>&nbsp; 4 pm -&nbsp;&nbsp; 5 pm</td> 
            </tr> 
            <tr> 
                <td>Tb</td> 
                <td>Wednesday</td> 
                <td>&nbsp; 9 am - 10 am<br /></td> 
            </tr> 
            <tr> 
                <td>Tc<br /></td> 
                <td>Wednesday<br /></td> 
                <td>10 am - 11 am<br /></td> 
            </tr> 
            <tr> 
                <td>Td<br /></td> 
                <td>Wednesday<br /></td> 
                <td>&nbsp; 2 pm -&nbsp;&nbsp; 3 pm<br /></td> 
            </tr> 
            <tr> 
                <td>Te<br /></td> 
                <td>Wednesday<br /></td> 
                <td>&nbsp; 3 pm -&nbsp;&nbsp; 4 pm<br /></td> 
            </tr> 
            <tr> 
                <td>Tf<br /></td> 
                <td>Friday<br /></td> 
                <td>&nbsp; 2 pm -&nbsp;&nbsp; 3 pm<br /></td> 
            </tr> 
        </tbody> 
    </table> 
</div> 
<h3>Pracs</h3> 
<p>Students should sign-up for and attend a weekly 2-hour prac session (commencing
    in week 1). Work in practicals will be done in small groups of three or four
    students. Groups will be established in the practicals in week one.</p> 
<p> Practical participation will be assessed weekly and counts for 20% of the
    semester mark (2 marks x 10 practical classes). In addition, assignment presentations
    are performed during these class periods. Practicals are designed as group interaction
    time and the exercises are intended to build the skills required for the assignments.</p> 
<p>The available prac sessions are listed below (subject to change).</p> 
<div > 
    <table id="AutoNumber2" 
 cellspacing="0" cellpadding="0" border="1"> 
        <tbody> 
            <tr> 
                <td><b>Prac Session</b></td> 
                <td><b>Day</b></td> 
                <td><b>Time</b></td> 
            </tr> 
            <tr> 
                <td>Pa</td> 
                <td>Monday</td> 
                <td>&nbsp; 2 pm -&nbsp;&nbsp; 4 pm</td> 
            </tr> 
            <tr> 
                <td>Pb</td> 
                <td>Tuesday</td> 
                <td>&nbsp; 8 am - 10 am<br /></td> 
            </tr> 
            <tr> 
                <td>Pc<br /></td> 
                <td>Tuesday<br /></td> 
                <td>10 am - 12 pm<br /></td> 
            </tr> 
            <tr> 
                <td>Pg<br /></td> 
                <td>Wednesday<br /></td> 
                <td>&nbsp; 8 am - 10 am<br /></td> 
            </tr> 
            <tr> 
                <td>Pd<br /></td> 
                <td>Wednesday<br /></td> 
                <td>10 am - 12 pm<br /></td> 
            </tr> 
            <tr> 
                <td>Pe<br /></td> 
                <td>Wednesday<br /></td> 
                <td>&nbsp; 2 pm -&nbsp;&nbsp; 4 pm<br /></td> 
            </tr> 
            <tr> 
                <td>Pf<br /></td> 
                <td>Thursday<br /></td> 
                <td>10 am - 12 pm<br /></td> 
            </tr> 
        </tbody> 
    </table> 
</div> 
<h3>Attendance</h3> 
<p>You are not <i>required</i> to attend any of the teaching sessions (except
    those in which an assessment activity is taking place), 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 (subject to change)</h3> 
<div > 
    <table id="AutoNumber5" 
 cellspacing="1" border="1"> 
        <tbody> 
            <tr> 
                <th >Week Number</th> 
                <th >Monday's Date</th> 
                <th >Lecture Number</th> 
                <th >Lecture Topic</th> 
                <th >Prac Session</th> 
                <th >Assessment</th> 
            </tr> 
            <tr> 
                <td rowspan="2">1</td> 
                <td rowspan="2">26 July</td> 
                <td >1</td> 
                <td >Introduction &amp; time monitoring</td> 
                <td rowspan="2">&nbsp;Form teams (room 78-208)<br /></td> 
                <td rowspan="2">&nbsp;</td> 
            </tr> 
            <tr> 
                <td >2</td> 
                <td >Working in teams</td> 
            </tr> 
            <tr> 
                <td rowspan="2">2</td> 
                <td rowspan="2">2 August</td> 
                <td >3</td> 
                <td >Configuration management<br /></td> 
                <td rowspan="2">&nbsp;Unix &amp; CVS<br /></td> 
                <td rowspan="2">A1 issued <br /></td> 
            </tr> 
            <tr> 
                <td >4</td> 
                <td >Software design overview</td> 
            </tr> 
            <tr> 
                <td rowspan="2">3</td> 
                <td rowspan="2">9 August</td> 
                <td >5 </td> 
                <td >UML -1<br /></td> 
                <td 
 rowspan="2">&nbsp;Ant<br /> 
                    <i>Wed: Ekka holiday</i><br /></td> 
                <td rowspan="2">&nbsp;</td> 
            </tr> 
            <tr> 
                <td >6</td> 
                <td >Introduction to Ant</td> 
            </tr> 
            <tr> 
                <td rowspan="2">4</td> 
                <td rowspan="2">16 August</td> 
                <td >7 </td> 
                <td >UML&nbsp;-2</td> 
                <td rowspan="2">&nbsp;A1 preparation<br /></td> 
                <td rowspan="2">&nbsp;A2 issued<br /></td> 
            </tr> 
            <tr> 
                <td >8</td> 
                <td >Software design patterns -1</td> 
            </tr> 
            <tr> 
                <td rowspan="2">5</td> 
                <td rowspan="2">23 August</td> 
                <td >9 </td> 
                <td >Software design patterns -2<br /></td> 
                <td rowspan="2">A1 presentations<br /></td> 
                <td rowspan="2">&nbsp;A1 due<br /></td> 
            </tr> 
            <tr> 
                <td >10</td> 
                <td >UML -3</td> 
            </tr> 
            <tr> 
                <td rowspan="2">6</td> 
                <td rowspan="2">30 August</td> 
                <td >11 </td> 
                <td >Refactoring Example</td> 
                <td rowspan="2">UML tools <br /></td> 
                <td rowspan="2">A3 issued </td> 
            </tr> 
            <tr> 
                <td >12</td> 
                <td >UML -4</td> 
            </tr> 
            <tr> 
                <td rowspan="2">7</td> 
                <td rowspan="2">6 September</td> 
                <td >13 </td> 
                <td >JUnit</td> 
                <td rowspan="2">A2 preparation</td> 
                <td rowspan="2"><br /></td> 
            </tr> 
            <tr> 
                <td >14</td> 
                <td >Software Design Patterns -3</td> 
            </tr> 
            <tr> 
                <td rowspan="2">8</td> 
                <td rowspan="2">13 September</td> 
                <td >15 </td> 
                <td >JUnit - a look inside</td> 
                <td 
rowspan="2">&nbsp;</td> 
                <td rowspan="2">A2 due <br /></td> 
            </tr> 
            <tr> 
                <td >16</td> 
                <td >Refactoring principles and practices</td> 
            </tr> 
            <tr> 
                <td >9</td> 
                <td >20 September</td> 
                <td >17 </td> 
                <td >Object-oriented testing<br /></td> 
                <td >JUnit</td> 
                <td >&nbsp;<br /></td> 
            </tr> 
            <tr> 
                <td >&nbsp;</td> 
                <td >27 September</td> 
                <td colspan="4"> <p >Mid-semester break (one week)</p></td> 
            </tr> 
            <tr> 
                <td >10</td> 
                <td >4 October</td> 
                <td >18<br /></td> 
                <td >Software architecture</td> 
                <td >&nbsp;</td> 
                <td >&nbsp;</td> 
            </tr> 
            <tr> 
                <td >11</td> 
                <td >11 October</td> 
                <td >19<br /></td> 
                <td >Components and Frameworks</td> 
                <td >&nbsp;</td> 
                <td >TM review due</td> 
            </tr> 
            <tr> 
                <td >12</td> 
                <td >18 October</td> 
                <td ><br /></td> 
                <td>possible guest lecture</td> 
                <td >A3 preparation</td> 
                <td >&nbsp;</td> 
            </tr> 
            <tr> 
                <td >13</td> 
                <td >25 October</td> 
                <td >20<br /></td> 
                <td >Exam &amp; course review<br /></td> 
                <td >&nbsp;A3 presentations<br /></td> 
                <td >&nbsp;A3 due<br /></td> 
            </tr> 
            <tr> 
                <td >&nbsp;</td> 
                <td >1 November</td> 
                <td colspan="4">Revision Period</td> 
            </tr> 
            <tr> 
                <td >Exam Week 1</td> 
                <td >8 November</td> 
                <td >&nbsp;</td> 
                <td >&nbsp;</td> 
                <td >&nbsp;</td> 
                <td rowspan="2">Final Exam</td> 
            </tr> 
            <tr> 
                <td >Exam Week 2</td> 
                <td >15 November</td> 
                <td >&nbsp;</td> 
                <td >&nbsp;</td> 
                <td >&nbsp;</td> 
            </tr> 
        </tbody> 
    </table> 
</div> 
<hr /> 
<h2>Assessment</h2> 
<p>Your performance in COMP2801 will be assessed by several methods as outlined
    below. Your final grade (on a 1 to 7 scale) will be determined by combining
    the marks from the various assessment components as described below. For each
    assessment item, reference is made to the specific learning objectives (listed
    in the Course goals ) which the assessment item will address. </p> 
<p >This course will use criterion-referenced marking, meaning that students
    can determine their final grade from their component marks (without worrying
    about any “grading curves” being applied to normalise the collective results).
    At the discretion of the course co-ordinator, final grades may be scaled upwards
    but not downwards.</p> 
<h3>Assignments</h3> 
<p>The three assignments are group, rather than individual, assignments. Groups
    of three or four students will be established in the first practical class (week
    1). The criteria for each assignment and submission details will be supplied
    with each assignment specification.</p> 
<p>The mark for each group assignment will be divided between group members according
    to percentages agreed to collectively by the group. These percentages are normally
    constrained to lie in the following ranges (min, mid, max) and must sum to 100
    (but variations outside these ranges can be discussed with David Carrington).
    The maximum mark obtainable on any one assignment is 100%.</p> 
<div > 
    <table class="MsoNormalTable" 
 cellpadding="0" border="0"> 
        <tbody> 
            <tr> 
                <td>3 member groups:</td> 
                <td>25 – 33 – 40</td> 
            </tr> 
            <tr> 
                <td>4 member groups:</td> 
                <td>20 – 25 – 30</td> 
            </tr> 
        </tbody> 
    </table> 
</div> 
<h3>Final Examination</h3> 
<p>A two hour final examination will be held during the final examination period.
    This exam will be open-book&nbsp; and will contain both multiple-choice, short-answer
    and 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. Students may request the use of dictionaries, including
    bilingual dictionaries, supplied by Examinations Section.&nbsp; </p> 
<p>Assessment variation is possible for students with a disability (see HUPP
    3.30.3 <i>Special Arrangements for Examinations for Students with a Disability</i>). </p> 
<h3>Time Monitoring</h3> 
<p>The activity associated with this assessment item is intended to help students
    monitor their use of time so they can improve their time management. This is
    an individual mark. See the separate handout for details of the weekly time
    submissions and the time monitoring review, which is to be submitted electronically&nbsp; in
    week 11. </p> 
<h3>Determination of Final Grade</h3> 
<p style="MARGIN-BOTTOM: 6pt">Semester (out of 100) &nbsp;= &nbsp;assignment
    1 (out of 10) &nbsp;+ &nbsp;assignment 2 (out of 20)</p> 
<p 
 style="MARGIN: 6pt 0cm 6pt 72pt; TEXT-INDENT: 36pt">&nbsp;+ &nbsp;assignment
    3 (out of 35)&nbsp; +&nbsp; practical participation (out of 20)</p> 
<p 
 style="MARGIN: 6pt 0cm 6pt 72pt; TEXT-INDENT: 36pt">&nbsp;+&nbsp; time submissions
    (out of 7) &nbsp;+ &nbsp;time monitoring review (out of 8)</p> 
<p style="MARGIN-BOTTOM: 6pt">Final (out of 100)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;=
    (Semester &nbsp;+ &nbsp;Exam) / 2</p> 
<table class="MsoNormalTable" cellspacing="0" 
 cellpadding="0" border="0"> 
    <tbody> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" ><b>Final grade</b></p></td> 
            <td> <p style="TEXT-ALIGN: center" ><b>Performance Standard</b></p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >7</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 85 <b>and</b> Exam &gt;= 80</p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >6</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 75 <b>and</b> Exam &gt;= 70</p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >5</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 65 <b>and</b> Exam &gt;= 60</p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >4</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 50<b> and</b> Exam &gt;= 45</p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >3</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 45 <b>and</b> Exam &gt;= 40</p></td> 
        </tr> 
        <tr> 
            <td> <p style="TEXT-ALIGN: center" >2</p></td> 
            <td> <p style="TEXT-ALIGN: center" >Final &gt;= 20 </p></td> 
        </tr> 
        <tr> 
            <td> <p >1</p></td> 
            <td> <p >Final&nbsp; &lt;&nbsp; 20</p></td> 
        </tr> 
    </tbody> 
</table> 
<p >The constraints on the final and the exam marks are to ensure that the final
    grade reflects corresponding achievement in both group and individual aspects
    of the course.</p> 
<hr /> 
<h2>Assessment Policies</h2> 
<h3>Submission</h3> 
<p>Deliverables for all assignments are to be submitted electronically via the
    school’s assignment submission web page: http://submit.itee.uq.edu.au. In addition,
    a paper cover sheet signed by all members of the group must be submitted in
    the assignment box for COMP2801 on level 1 of G.P. South. </p> 
<h3>Late Submission</h3> 
<p>A penalty of 10% of the maximum mark for the assignment will be deducted for
    each day late unless an acceptable explanation is provided to the course co-ordinator. </p> 
<h3>Return of Assignments</h3> 
<p>All assessment items will be returned through practicals. Any items not claimed
    in the corresponding practical may be collected from the course coordinator.</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> 
        <p>Submission of plagiarised work, i.e. work that contains content copied from
            an unacknowledged source. </p> 
    </li> 
    <li> 
        <p>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. </p> 
    </li> 
    <li> 
        <p>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. </p> 
    </li> 
    <li> 
        <p>Copying work done by other students. </p> 
    </li> 
    <li> 
        <p>Failing to adhere to the School's regulations concerning behaviour in laboratories,
            in particular occupational health and safety regulations. </p> 
    </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.&nbsp; This
    Statement includes advice on how to properly cite references and other sources
    in your submissions and on acceptable levels of collaboration.<br /> 
    <br /> 
    If you have any questions concerning this statement, please contact your
    lecturer in the first instance.</p> 
<h3>Assessment Feedback</h3> 
<p>Timely feedback on all progressive assessment in this course will be available
    in accordance with University policy (HUPP 3.30.6 <i>Student Access to Feedback
    on Assessment</i>).&nbsp;&nbsp;Students wishing to view examination answer scripts
    and/or question papers should consult with the course co-ordinator regarding
    arrangements.</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> 
<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> 
</body>
</html>