logo

Plagiarism and Collusion Policy in School of Engineering and Information Technology

   

Added on  2024-04-26

15 Pages1326 Words379 Views
 | 
 | 
 | 
School of Engineering and Information Technology
COURSE / UNIT CODE: 1006 SUBMITTED TO: haidar al-khalidi,chirag tiwari
FAMILY NAME: GIVEN NAME:
PARTNER: Lab Report Assignment Other
GROUP: Date Due: Extension
Authorised:
New Due Date: Office Use Only
Date Submitted:
4/06/2017 4/06/2017
TITLE OF SUBMISSION:
Intentional plagiarism or collusion amounts to cheating
Plagiarism: Plagiarism means to take and use another person’s ideas and or manner of expressing them and to pass these off as
one’s own by failing to give appropriate acknowledgement, including the use of material from any source, staff,
students or the internet, published and unpublished works.
Collusion: Collusion means unauthorised collaboration on assessable written, oral or practical work with another person.Where
there are reasonable grounds for believing that intentional plagiarism or collusion has occurred, this will be reported
to the Associate Dean (Education) or nominee, who may disallow the work concerned by prohibiting assessment or
refer the matter to the Faculty Discipline Panel for a hearing.
Student Statement:
I have read the university’s plagiarism policy and understand the consequences of engaging in plagiarism and
collusion.
I have taken proper care to safeguard this work and made all reasonable efforts to ensure it could not be copied.
No part of this assignment has been previously submitted as part of another unit/course.
I acknowledge and agree that the assessor of this assignment may for the purposes of assessment, reproduce the
assignment and:
i. provide to another member of faculty and any external marker; and/or
ii. submit it to a text matching software; and/or I certify that I have not plagiarised the work of others or participated in unauthorised collaboration when preparing
this assignment.
Signature: Date: 4/06/2017
Comments:
GRADE:
Privacy Statement
The information on this form is collected for the primary purpose of assessing your assignment and ensuring the academic integrity requirements of the University are
met. Other purposes of collection include recording your plagiarism and collusion declaration, attending to course and administrative matters and statistical analyses. If
you choose not to complete all the questions on this form it may not be possible for University to assess your assignment. You have a right to access personal
information that the University holds about you, subject to any exceptions in relevant legislation.
Plagiarism and Collusion Policy in School of Engineering and Information Technology_1

School of Engineering and Information Technology
Contents
RELATIONAL SCHEMA..............................................................................................................................................3
SQL statements...............................................................................................................................................................7
Query A....................................................................................................................................................................... 7
Query B.......................................................................................................................................................................7
Query C........................................................................................................................................................................ 8
Query D....................................................................................................................................................................... 8
Query E........................................................................................................................................................................9
Query F........................................................................................................................................................................ 9
Query G....................................................................................................................................................................... 9
Query H..................................................................................................................................................................... 10
Query I....................................................................................................................................................................... 10
Query J...................................................................................................................................................................... 11
Query K......................................................................................................................................................................13
Query L...................................................................................................................................................................... 13
References.....................................................................................................................................................................14
List of Figures:
Figure 1 Query A............................................................................................................................................................7
Figure 2 Query B.............................................................................................................................................................7
Figure 3 Query C.............................................................................................................................................................8
Figure 4 Query D............................................................................................................................................................8
Figure 5 Query E.............................................................................................................................................................9
Figure 6 Query F.............................................................................................................................................................9
Figure 7 Query G............................................................................................................................................................9
Figure 8 Query H..........................................................................................................................................................10
Figure 9 Query I............................................................................................................................................................10
Figure 10 query J part1..................................................................................................................................................11
Figure 11 query J part2..................................................................................................................................................11
Figure 12 query J part3..................................................................................................................................................12
Figure 13 query J part4..................................................................................................................................................12
Figure 14 Query K........................................................................................................................................................13
Figure 15 Query L.........................................................................................................................................................13
Plagiarism and Collusion Policy in School of Engineering and Information Technology_2

School of Engineering and Information Technology
RELATIONAL SCHEMA
TABLE NAME FIELDS DATATYPES DESCRIPTION
REVIEWER reviewerID INT(50) PRIMARY KEY (Auto
Increment)
name Text
email VARCHAR(400)
avatar Int(50)
customer Int(50) FOREIGN KEY References
CUSTOMER(CUSTOMERID)
TABLE NAME FIELDS DATATYPES DESCRIPTION
CUSTOMER customerID INT PRIMARY KEY
(Auto Increment)
firstName Text
lastName Text
phone VARCHAR(400)
email VARCHAR(400)
address VARCHAR(400)
suburb Text
postcode INT(50)
loyaltyDiscount VARCHAR(400)
TABLE NAME FIELDS DATATYPES DESCRIPTION
AUTHOR authorID INT(50) PRIMARY
KEY( Auto
Increment)
name TEXT
country TEXT
bio VARCHAR(400)
Plagiarism and Collusion Policy in School of Engineering and Information Technology_3

School of Engineering and Information Technology
TABLE NAME FIELDS DATATYPES DESCRIPTION
REVIEW reviewerID INT(50) FOREIGN KEY References
REVIEWER(REVIEWERID)
inventoryID INT(50) FOREIGN KEY References
INVENTORY(INVENTORYID
reviewText VARCHAR(400)
reviewDate DATE
TABLE NAME FIELDS DATATYPES DESCRIPTION
WRITTEN_BY authorID INT(50) FOREIGN KEY References
AUTHOR(AUTHORID)
inventoryID INT(50) FOREIGN KEY References
INVENTORY(INVENTORYID)
Role VARCHAR(400)
TABLE NAME FIELDS DATAYPES DESCRIPTION
INVENTORY inventoryID INT(50) PRIMARY KEY (Auto
Increment)
category INT(50) FOREIGN KEY References
CATEGORY(CATEGORYID)
Title VARCHAR(400)
abstract VARCHAR(400)
yearPublished INT(50)
unitPrice VARCHAR(400)
TABLE NAME FIELDS DATATYPES DESCRIPTION
CATEGORY categoryID INT(50) PRIMARY KEY
( Auto Increment)
Plagiarism and Collusion Policy in School of Engineering and Information Technology_4

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
ATS1345 Assessment 2 - Guided Reading Activity
|5
|1299
|324

Critique of Ridley's 'Emma Bovary' Theory on Female Orgasm Evolution
|7
|3735
|156

Spectroscopy and Analytical Chemistry (CHM2922) - Lab Reports
|66
|17238
|363

Assignment 1 Design Document
|8
|1846
|474

Research Data Collection Report
|15
|3391
|44

Customer Satisfaction: A Literature Review
|12
|2204
|143