0% found this document useful (0 votes)
36 views13 pages

Database Fundamentals Spring 2023

Uploaded by

lizki225
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views13 pages

Database Fundamentals Spring 2023

Uploaded by

lizki225
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

SUBJECT OUTLINE

31271 Database Fundamentals


Course area UTS: Information Technology
Delivery Spring 2023; standard mode; City
Credit points 6cp
Requisite(s) 48023 Programming Fundamentals OR 37171 Introduction to Programming OR
48430 Fundamentals of C Programming OR 41039 Programming 1
Result type Grade and marks

Attendance: 3hpw
Recommended studies: it is assumed that students are familiar with basic system analysis concepts and have basic
software skills

Subject coordinator
Dr. Fahimeh Ramezani
Office: CB11.07.211
Phone: 9514 4640
Email: [email protected]

Contact hours: Mon-Fri 9am-5pm by appointment

Teaching staff
Coordinator and Instructor:

Fahimeh Ramezani

Contacting teaching team

Questions regarding assessment or content within the subject are welcome in lectures or tutorials or alternatively post
them to the discussion board in Canvas. This helps ensure that all students get the benefit of the answers given.

The Subject Coordinator may be contacted by email through [email protected] if you have matters of a personal
nature to discuss, e.g., illness, study problems, and for issues to do with extensions, group problems, or other matters
of importance.

All emails sent to subject coordinators, tutors, or lecturers must have a clear subject line that states the subject number
followed by the subject of the email [e.g. Subject 31271, Request for Extension], and must be sent from your UTS
email address.

Consultation hours: Students will be informed about the consultation hours during the semester through
announcements or updated news on Ed. Requests for appointments outside the given consultation hours may be
arranged where circumstances require, and to do so please contact the subject coordinator by email.

Bring your own device (BYOD)

Students need to bring their laptops to the class. They can also borrow laptops that are provided by the university.

Subject description
This subject introduces students to the fundamentals of effective database systems. Students are taught how data is
structured and managed in an organisation in a way that can be used effectively by applications and users. They also
learn to use the language SQL for effective data retrieval and modification. This subject teaches students to appreciate
the significance and challenges of good database design and management, which underpin the development of
functional software applications.

Subject learning objectives (SLOs)

01/08/2023 (Spring 2023) © University of Technology Sydney Page 1 of 13


Upon successful completion of this subject students should be able to:
1. Explain the main issues related to the design and use of structured data.
2. Construct conceptual and logical data models applying database design principles.
3. Evaluate data redundancy levels and their impact on database integrity and maintainability.
4. Construct conceptual data models applying data modelling principles.
5. Construct logical data models adhering to data normalisation principles.
6. Distinguish between good and bad database design.
7. Construct efficient SQL queries to retrieve and manipulate data as required.

Course intended learning outcomes (CILOs)


This subject also contributes specifically to the development of the following Course Intended Learning Outcomes
(CILOs):
Design Oriented: FEIT graduates apply problem solving, design and decision-making methodologies to develop
components, systems and processes to meet specified requirements. (C.1)
Technically Proficient: FEIT graduates apply abstraction, mathematics and discipline fundamentals, software, tools
and techniques to evaluate, implement and operate systems. (D.1)

Contribution to the development of graduate attributes


Engineers Australia Stage 1 Competencies

This subject contributes to the development of the following Engineers Australia Stage 1 Competencies:
1.1. Comprehensive, theory based understanding of the underpinning natural and physical sciences and the
engineering fundamentals applicable to the engineering discipline.
2.2. Fluent application of engineering techniques, tools and resources.
2.3. Application of systematic engineering synthesis and design processes.

Teaching and learning strategies


Lectures and tutorial sessions totalling 3 hours per week, plus some optional, drop-in laboratory sessions during the
session.

Related materials (lecture notes, tutorial questions, etc.) will be provided on Canvas. Students can also benefit from
the discussion board on Canvas where they can share their questions and engage in the inquiry before attending the
classes. They need to be prepared for their weekly quiz.

In tutorials, students will be involved in discussions about provided tasks to analyze the problem from different
perspectives. Students have the opportunity to share their ideas and skills with their teammates under the supervision
of their tutor. Suggested solutions will be presented by each team and discussed/evaluated during the tutorial.

During the session, students will receive feedback on their progress and performance through weekly quizzes, tutorial
discussions and reviewed assignments.

Content (topics)
1. The Role of Databases in Information Systems
2. The Relational Data Model
3. Conceptual database design (ER modeling)
4. Logical design: ER conversion to a relational model
5. Normalisation
6. SQL: simple queries, aggregate functions, data modification statements, simple joins, complex joins, subqueries
and set operators

Program
Week/Session Dates Description

01/08/2023 (Spring 2023) © University of Technology Sydney Page 2 of 13


1 7 Aug Preparation:

Watch the introduction video provided on Canvas.


Review the self-study lecture note.
Review the lecture notes and related concepts in Chapters 1 and 2 of the "Modern
Database Management" textbook.
Explore Ed environment through the link in Canvas and review Ed manual (Intro
to Ed for Students) under preparation Modul.

Lecture and Tutorial 1:

Introduction to Database Management Systems (DBMS) and Data Modeling I:


Entity, Attributes, PK, FK, etc.
Assessments:
Week 1 Quiz

Notes:

Start building a team for group assignment

Students who wish to do a group assignment need to form a group of at most three
members and register the team information on Canvas.

2 14 Aug Preparation:

Whatch the recorded video in Week 2 module on Ed


Review the lecture notes and related concepts to Introduction to SQL (Data
Definition Language (DDL) in Chapter 6 of the "Modern Database Management"
textbook.

Lecture and Tutorial 2: Data Definition Language (DDL)

Assessments:

Week 2 Quiz

3 21 Aug Preparation:

Watch the recorded video in Week 3 module on Ed


Review the lecture notes and related concepts in Chapter 2 of the "Modern
Database Management" textbook.

Lecture and Tutorial 3: Data modelling II: Associative Entity, Weak Entity, etc.

Assessments:

Week 3 Quiz

Notes:

Assessment Challenge (available from Friday, 25/08/2023 at 11:59 pm till


24/09/2023 at 11:59 pm (week 7))

Registering team members is due (by 27/08/2023 at 11:59 pm).

Students who wish to do a group assignment need to form a group of at most three
members and register the team information on Canvas.

The students who miss this deadline need to do the assignment individually.

01/08/2023 (Spring 2023) © University of Technology Sydney Page 3 of 13


4 28 Aug Preparation:

Watch the recorded video in Week 4 module on Ed


Review the lecture notes and related concepts in Chapter 3 of the "Modern
Database Management" textbook.

Lecture and Tutorial 4: Data Modeling III: Subtype/Supertype

Assessments:

Week 4 Quiz

Notes:

Assessment task due:Assignment Part A-Case Study (by 03/09/2023, 11:59 pm)

5 4 Sept Preparation:

Watch the recorded video in Week 5 module on Ed


Review the lecture notes and related concepts in Chapter 4 of the "Modern
Database Management" textbook.

Lecture and Tutorial 5: Relational Model

Assessments:

Week 5 Quiz

6 11 Sept Preparation:

Watch the recorded video in Week 6 module on Ed


Review the lecture notes and related concepts in Chapter 4 of the "Modern
Database Management" textbook.

Lecture and Tutorial 6: Functional Dependencies and Normalisation

Notes:

The content provided in week six may be revised. In this case, students will get
informed in advance.

Assessment task due: Assignment Part B-ERD (by 17/09/2023, 11:59 pm)

The Bonus Quiz for Assessment 1 is available from Friday, 15/09/2023 at 11:59
pm to 19/11/2023 at 11:59 pm (Exam period).

Normalization Test (Assignment Bonus mark): Available from Friday,


15/09/2023 at 11:59 pm to 15/10/2023 at 11:59 pm (Week 9).

NOTE: A similar example to the normalization test is practiced as tutorial tasks in


week 6. The related content and videos are also available on Ed.

7 18 Sept Preparation:

Watch the recorded video in Week 7 module on Ed


Review the lecture notes and related concepts in Chapter 6 of the "Modern
Database Management" textbook.

Lecture and Tutorial 7: SQL I - Simple Query

01/08/2023 (Spring 2023) © University of Technology Sydney Page 4 of 13


Notes:

Assessment Challenge due: by 24/09/2023 at 11:59 pm.

StuVac 25 Sept

8 2 Oct Preparation:
Watch the recorded video in Week 8 module on Ed.
Review the lecture notes and related concepts in Chapter 7 of the Modern
Database Management textbook.

Lecture and Tutorial 8: SQL II: Join Tables

Notes:

Assessment task due: Assignment Part C (by 08/10/2023, 11:59 pm)

9 9 Oct Preparation:

Watch the recorded video in Week 9 module on Ed.


Review the lecture notes and related concepts in Chapter 7 of the Modern
Database Management textbook.

Lecture and Tutorial 9: SQL III: Sub-Query

Notes:

Normalization Test (Assignment Bonus mark) due: by15/10/2023 at 11:59 pm


(Week 9).

NOTE: A similar example to the normalization test is practiced as tutorial tasks in


week 6. The related content and videos are also available on Ed.

10 16 Oct Preparation:

Watch the recorded video in Week 10 module on Ed


Review the lecture notes and related concepts in Chapter 7 of the "Modern
Database Management" textbook.

Lecture and Tutorial 10: SQL IV: Correlated Sub-Query

Assessments:

Week 9 Quiz (Related to Week 9 contents)

Notes:

Assessment task due: Assignment Part D-Implementation(by 22/10/2023,


11:59 pm)

The Bonus Quiz for Assessment 3 is available from Friday, 20/10/2023 at 11:59
pm to 19/11/2023 at 11:59 pm (Exam period).

01/08/2023 (Spring 2023) © University of Technology Sydney Page 5 of 13


11 23 Oct Preparation:

Review materials.

Lecture 11: Subject Review or Guest Lecture

Tutorial 11: Consultation sessions for the SQL test

Practice SQL Test

Assessments:

Week 10 Quiz (Related to Week 10 contents)

Notes:

In Week 11 we mostly review SQL-related concepts to help the students prepare


for the SQL test.

12 30 Oct Preparation:

Review the lecture notes 7 to 10 and related concepts in Chapters 6 and 7 of the
"Modern Database Management" textbook.

Assessments:

Online SQL Test

Notes:

Online SQL Test will be held at the time of the Cmp1 activity.

Based on the new social distancing conditions, the test will be run in the computer
labs OR virtually through Zoom meetings.

IF we run the test in the computer labs, then you need to attend the computer lab
that you have been enrolled in.

IF we run the test virtually, then you need to attend a test Zoom meeting at the time
that you have been enrolled in a computer lab (Cmp1).

Bonus Quiz for Assessment 1 due by 19/11/2023.


Bonus Quiz for Assessment 3 due by 19/11/2023.

Additional information
U:PASS Program

This subject participates the UTS Peer Assisted Study Success (U:PASS) this session. You are encouraged to sign in
this program.

U:PASS is a voluntary “study session” where you will be studying the subject with other students in a group. It is led by
a student who has previously achieved a distinction or high distinction in that subject, and who has a good WAM. The
leader will typically prepare questions for you to work on, or if you have specific questions or things you’re not clear
on, you can bring them along, and the leader will get the group to work on that. It’s really relaxed, friendly, and
informal. Because the leader is a student just like you, they understand what it’s like to study the subject and how to
do well, and they can pass those tips along to you. Students also say it’s a great way to meet new people and a
“guaranteed study hour”.

You can sign up for U:PASS sessions U:PASS website http://tinyurl.com/upass2017. Note that sign up is not open
until week 2, as it’s voluntary and only students who want to go should sign up.

Note that you don’t have to be struggling in the subject to attend U:PASS – frequently students who are already doing

01/08/2023 (Spring 2023) © University of Technology Sydney Page 6 of 13


well will do even better after attending U:PASS.

If you have any questions or concerns about U:PASS, please contact Georgina at [email protected], or check out
the website: http://www.ssu.uts.edu.au/peerlearning/index.html

Additional subject costs


Students are strongly advised to purchase the customised, prescribed textbook for the subject, see details under
'Required texts'.

Assessment
Assessment task 1: Weekly Quiz
Intent: To assess the individual student's understanding of four or five specified concepts covered in the
lecture and tutorial topics. Two or three questions of the quiz are extracted from the class activities
(lecture and tutorial) of the week.

Objective(s): This assessment task addresses the following subject learning objectives (SLOs):

1, 2, 3, 4, 5, 6 and 7

This assessment task contributes to the development of the following Course Intended Learning
Outcomes (CILOs):

C.1 and D.1

Type: Quiz/test

Groupwork: Individual

Weight: 30%

Task: Every class includes a short quiz that tests the individual student's knowledge of concepts covered in
the related lecture and tutorial.

Due: Week 1 to Week 10


MCQ Quizzes: Based on the new social distancing strategies: The test will be held in the tutorial
classes OR will be available from Friday of each week at 11:59 PM till Sunday night of the next week
at 11:59 PM. Each quiz has a limited time (between 10 to 20 minutes) to be completed and they are
single-attempt assessments. We may not have a quiz for each week. Assessment Challenge:
Assessment Challenge will be available from Friday, 25/08/2023 at 11:59 pm (Week 3) till
24/09/2023 at 11:59 pm (week 7)). .
See also Further information.

Further This assessment is redesigned and has two parts: each week, students will have some
information: Multiple-choice questions (on Canvas or Ed) and a challenge on Ed.

MCQs (15%): Students may score 0 to 4 for each quiz. The best 7 quiz scores will be added together
to give the student's total quiz mark.

As such, if you miss a quiz there will be no option to retake it later.

Challenges (15%): Students need to resolve the designed challenges on Ed to receive the allocated
marks. Challenges may not be released for every week. The challenges will be titled as “Assessment
Challenge x”.

Students will receive their mark within two weeks after they complete their assessment.

Students need to check their “weekly plan” and the "News Page" on Ed to get weekly information
about this assessment.

01/08/2023 (Spring 2023) © University of Technology Sydney Page 7 of 13


Assessment task 2: Data Modeling and Database Design Assignment
Intent: The assignment assesses the student's ability to analyse and interpret data requirements, and to
create conceptual and logical designs for a suitable database by applying the principles of data
modeling and data normalisation.

Objective(s): This assessment task addresses the following subject learning objectives (SLOs):

1, 2, 3, 4, 5 and 6

This assessment task contributes to the development of the following Course Intended Learning
Outcomes (CILOs):

C.1 and D.1

Type: Design/drawing/plan/sketch

Groupwork: Group, group assessed

Weight: 30%

Task: The assignment involves the conceptual and logical design of a database to support a small- to
medium-size enterprise or organisational unit. The task can be done individually, in pairs or as part of
a group.

Due: Week 4 to Week 10


There are five due dates for the assignment deliverables: Part A is due in Week 4 (11:59 pm Sunday,
03/09/2023), Part B is due in Week 6 (11:59 pm Sunday, 17/09/2023), Part C is due in Week 8 (11:59
pm Sunday, 08/10/2023), Bonus Mark: Normalization Test in Week 9 (11:59 pm 15/10/2023), and
Part D is due in Week 10 (11:59 pm Sunday, 22/10/2023).
See also Further information.

Further An electronic copy of each of the assignment parts must also be submitted to the subject’s Canvas
information: site by the due dates and times. Part D of the assignment needs to be submitted on Ed as well (more
details will be provided in the assignment specification). Please note that only the assignment
deliverable that has an electronic copy submitted to the correct places by the due date will be
marked.

Assignments may be done individually, in pairs or in groups of a maximum of 3 students. If a student


decides to do it in pairs or groups, s/he is advised to find assignment partners as soon as possible in
the semester.

The assignment will be marked according to the same criteria for both individual and group work. The
marking criteria will be included with the assignment. Students will be asked to assess the
contribution of their peers to the group project. This peer assessment will be used to determine
whether all group members receive the same mark for the assignment. If discrepancies in
contribution are noted, individual marks will be scaled in accordance with the peer feedback.

Assignment marks (for each part) will be delivered within two weeks after the submission due.

Students need to check their "weekly plan" and the "News Page" on Ed to get more information
about this assessment.

Assessment task 3: Online SQL Test


Intent: The online test assesses the student's practical ability to construct appropriate SQL statements to
retrieve particular information from the database.

01/08/2023 (Spring 2023) © University of Technology Sydney Page 8 of 13


Objective(s): This assessment task addresses the following subject learning objectives (SLOs):

This assessment task contributes to the development of the following Course Intended Learning
Outcomes (CILOs):

D.1

Type: Quiz/test

Groupwork: Individual

Weight: 40%

Task: The test will be taken online under supervised conditions. In a limited time period, students will be
required to design and execute SQL queries that correctly return specific information from a
database.

Due: Week 12
On the day/time that each student enrolled in a Computer lab (Cmp1).
See also Further information.

Further Students will do an online SQL test in Week 12, during laboratory sessions. Students will be given
information: ample opportunity to practice doing tests with the online software in the week prior to the formal test.
The practice online test is accessible via the Internet and can be done any time at the student’s
convenience, as often as they wish.

More details about the test will be released separately.

Feedback: The SQL test mark will be released within three weeks after the test.

Moderation of marks
Benchmarking of marking standards is used at the commencement of marking to assist markers to apply the criteria in
similar ways.

Assessment feedback
Multiple forms of feedback will be provided to students in this subject including:
Formative Feedback: Verbal Feedback in relation to students’ questions, comments, class participation, and tutorial
activities, as well as generic feedback on assessment tasks. Students are advised to take note of this feedback on a
weekly basis, and use it to inform their decision in relation to enrolment by census date and throughout the
semester.
Summative Feedback: Students will receive marks on assignment, quizzes, SQL online test and the final exam
which will determine whether they meet the requirements for the subject.

Examination material or equipment


Permitted materials for this exam:

Any Notes

Students’ notes should be designed based on the following conditions:


1. Students need to staple or bind their notes as AT MOST TWO BOOKLETS.
2. The booklet refers to AT MOST 100 sheets of A4 paper (double side) stabled/bound together with the student
name and ID on it.
3. Notes can be from any source (sample question, lecture notes, tutorial question, any book, etc.).
4. Notes can be handwritten, drawn or typed, with highlighting/underlining.
5. You are REQUIRED to hand in your notes at the end of the exam and you do not receive them back again.
6. Any loose notes not bound in the booklets will be considered cheating whether they are typed or handwritten.
01/08/2023 (Spring 2023) © University of Technology Sydney Page 9 of 13
6. Any loose notes not bound in the booklets will be considered cheating whether they are typed or handwritten.

Minimum requirements
To order to pass the subject, a student must achieve an overall mark of 50% or more.

Required texts
The required referent for the subject is:

Modern Database Management, 11th or 12th Edition, by Hoffer, J.A, Ramesh, V., and Topi, H., ISBN-10: 0273779281
or ISBN-13: 9780273779285, published by Pearson Education.

To reduce the cost of the prescribed textbook, students can purchase the electronic version of the book or a custom
book that is compiled by Dr Julia Prior and includes only the chapters that are used in the subject (i.e. chapters 1-4, 6
and the first part of 7 from the original book).

The tenth edition of the book is also acceptable, although the relevant page numbers may be different.

It is expected that every student has their own copy of the prescribed textbook which is the primary resource for the
subject. The content of the subject is based heavily on the contents of this textbook.

Please see the Textbook module on the LMS (Learning Management System) for more information and the book links.

Recommended texts
Mannino, Michael V (University of Colorado, Denver).: Database Design, Application, Development & Administration,
2nd, 3rd (McGraw-Hill publishers) and 4th editions are all acceptable; the relevant material in all of these editions is
essentially the same in content, it is mostly chapter and page numbers that may be different. There are several copies
of the 4th edition available in 7-day loans section, open reserve and on the open shelves, as well as a number of
copies of the 2nd edition in 7-day loans, closed reserve and on the open shelves, in the university's City campus
library in Haymarket.
Date, C.J.: An introduction to Database Systems, Eighth Edition, Pearson Addison Wesley, 2003, ISBN: 0321197844
(there are several copies of this in the City campus library, and other books by the same author). Whilst this book is
quite technical, this is the seminal text for relational database management systems.
Simsion, Graeme C. : Data Modeling Essentials, Morgan Kaufmann Publishers, Amsterdam, 2005, ISBN:
0126445516 (there is also a later edition, but this is not in the uni library).
Pratt, Philip J. : A Guide to SQL, Seventh Edition, Thomson Course Technology, 2005, ISBN 0619216743 (earlier
editions also fine).
Connolly, Thomas M.: Database solutions : a step-by-step guide to building databases, Second Edition, Pearson
Addison Wesley, 2003, ISBN 0321173503.
Connolly, Thomas and Begg, Carolyn: Database Systems – a practical approach to design, implementation, and
management, Fifth Edition, AddisonWesley, 2010, ISBN 0321523067 (third and fourth editions also fine).

These texts, and several others on relational database design, use and management, are all available in the university
library.

References
Useful web references include:
http://www.sqlcourse.com/
http://www.w3schools.com/sql/default.asp
http://sqlzoo.net/
http://wiki.postgresql.org/

Additional references and reading material will be handed out, recommended during lectures or posted to the LMS
(Learning Management System: Canvas and/or Ed) when necessary during the semester.

Other resources
Lecture Slides

Please note that although electronic copies of all lecture slides are available for students, these are not to be regarded
as adequate lecture notes, nor as the complete subject content. They are merely a guide to what students need to
master in the subject, and for students to use as a basis for making their own notes during lectures.

The Learning Management System (Canvas) is the web-based online learning and teaching environment used at UTS

01/08/2023 (Spring 2023) © University of Technology Sydney Page 10 of 13


The Learning Management System (Canvas) is the web-based online learning and teaching environment used at UTS
in a variety of ways to support, complement, and extend student learning activities. Subject announcements, links to
subject learning materials, and other information will be posted on Canvas. You may use it for communicating with
other course participants and staff, and you should also participate in the online discussion forums related to the
subject on Ed.

You should check the announcements on the LMS (Learning Management System) and Ed for this subject at least
once a week, as all student notices for this subject will be given via this site. The subject coordinator will assume that
every student is checking the LMS and Ed news page regularly for subject announcements, as well as the discussion
forums and subject material.

Graduate attribute development


For a full list of the faculty's graduate attributes refer to the FEIT Graduate Attributes webpage.

For the contribution of subjects taken in the Bachelor of Engineering (Honours) or Master of Professional Engineering
to the Engineers Australia Stage 1 Competencies, see the faculty's Graduate Attributes and the Engineers Australia
Stage 1 Competencies webpage.

Assessment: faculty procedures and advice


Marking criteria

Marking criteria for each assessment task will be available on the Learning Management System: Canvas.

Extensions

When, due to extenuating circumstances, you are unable to submit or present an assessment task on time, please
contact your subject coordinator before the assessment task is due to discuss an extension. Extensions may be
granted up to a maximum of 5 days (120 hours). In all cases you should have extensions confirmed in writing.

Special consideration

If you believe your performance in an assessment item or exam has been adversely affected by circumstances
beyond your control, such as a serious illness, loss or bereavement, hardship, trauma, or exceptional employment
demands, you may be eligible to apply for Special Consideration.

Late penalty

For Graded subjects:

Work submitted late without an approved extension is subject to a late penalty of 10 per cent of the total available
marks deducted per calendar day that the assessment is overdue (e.g. if an assignment is out of 40 marks, and is
submitted (up to) 24 hours after the deadline without an extension, the student will have four marks deducted from
their awarded mark). Work submitted after five calendar days is not accepted and a mark of zero is awarded.

For some assessment tasks a late penalty may not be appropriate – these are clearly indicated in the subject outline.
Such assessments receive a mark of zero if not completed by/on the specified date. Examples include:
a. weekly online tests or laboratory work worth a small proportion of the subject mark, or
b. online quizzes where answers are released to students on completion, or
c. professional assessment tasks, where the intention is to create an authentic assessment that has an absolute
submission date, or
d. take-home papers that are assessed during a defined time period, or
e. pass/fail assessment tasks.

For Pass/Fail subjects:

Work submitted late without an approved extension will only be assessed at the subject coordinator’s discretion.
Students who do not submit assessment tasks by the due dates may be referred to the Responsible Academic Officer
under Student Rule 3.8.2, and a fail result may be recorded for the subject.

Request a review of a result

If you believe an error may have been made in the calculation of your result in an assessment task or the final result
for the subject, it is possible to request a review of a result with the Subject Coordinator within five (5) working days of

01/08/2023 (Spring 2023) © University of Technology Sydney Page 11 of 13


the date of release of the result.

Academic liaison officer


Academic liaison officers (ALOs) are academic staff in each faculty who assist students experiencing difficulties in
their studies due to: disability and/or an ongoing health condition; carer responsibilities (e.g. being a primary carer for
small children or a family member with a disability); and pregnancy.

ALOs are responsible for approving adjustments to assessment arrangements for students in these categories.
Students who require adjustments due to disability and/or an ongoing health condition are requested to discuss their
situation with an accessibility consultant at the Accessibility Service before speaking to the relevant ALO.

Statement about assessment procedures and advice


This subject outline must be read in conjunction with the Coursework Assessments Policy and the Courswork
Assessments Procedure.

Statement on copyright
Please remember that teaching materials and resources provided to you at UTS are protected by copyright. You are
not permitted to re-use those for any purposes (including commercial purposes, in kind benefit or gain) without
permission of the copyright owner. Breaching copyright in relation to teaching materials and resources could lead to a
legal action being brought against you.

Statement on plagiarism
Plagiarism and academic integrity

At UTS, plagiarism is defined in Rule 16.2.1(4) as: 'taking and using someone else's ideas or manner of expressing
them and passing them off as ... [their] own by failing to give appropriate acknowledgement of the source to seek to
gain an advantage by unfair means'.

The definition infers that if a source is appropriately referenced, the student's work will meet the required academic
standard. Plagiarism is a literary or an intellectual theft and is unacceptable both academically and professionally. It
can take a number of forms including but not limited to:
copying any section of text, no matter how brief, from a book, journal, article or other written source without duly
acknowledging the source
copying any map, diagram, table or figure without duly acknowledging the source
paraphrasing or otherwise using the ideas of another author without duly acknowledging the source
re-using sections of verbatim text without using quote marks to indicate the text was copied from the source (even if
a reference is given).

Other breaches of academic integrity that constitute cheating include but are not limited to:
submitting work that is not a student's own, copying from another student, recycling another student's work,
recycling previously submitted work, and working with another student in the same cohort in a manner that exceeds
the boundaries of legitimate cooperation
purchasing an assignment from a website and submitting it as original work
requesting or paying someone else to write original work, such as an assignment, essay or computer program, and
submitting it as original work.

Students who condone plagiarism and other breaches of academic integrity by allowing their work to be copied are
also subject to student misconduct Rules.

Where proven, plagiarism and other breaches of misconduct are penalised in accordance with UTS Student Rules
Section 16 – Student misconduct and appeals.

Avoiding plagiarism is one of the main reasons why the Faculty of Engineering and IT is insistent on the thorough and
appropriate referencing of all written work. Students may seek assistance regarding appropriate referencing through
UTS: HELPS.

Work submitted electronically may be subject to similarity detection software. Student work must be submitted in a
format able to be assessed by the software (e.g. doc, pdf (text files), rtf, html).

Further information about avoiding plagiarism at UTS is available.

01/08/2023 (Spring 2023) © University of Technology Sydney Page 12 of 13


Retention of student work
The University reserves the right to retain the original or one copy of any work executed and/or submitted by a student
as part of the course including, but not limited to, drawings, models, designs, plans and specifications, essays,
programs, reports and theses, for any of the purposes designated in Student Rule 3.9.2. Such retention is not to affect
any copyright or other intellectual property right that may exist in the student's work. Copies of student work may be
retained for a period of up to five years for course accreditation purposes. Students are advised to contact their subject
coordinator if they do not consent to the University retaining a copy of their work.

Statement on UTS email account


Email from the University to a student will only be sent to the student's UTS email address. Email sent from a student
to the University must be sent from the student's UTS email address. University staff will not respond to email from
any other email accounts for currently enrolled students.

01/08/2023 (Spring 2023) © University of Technology Sydney Page 13 of 13

You might also like