University of Sydney Handbooks - 2017 Archive

Download full 2017 archive Page archived at: Mon, 28 Aug 2017 11:21:58 +1000

Unit of study descriptions

Master of Professional Engineering (Software)

To qualify for the award of the Master of Professional Engineering in this specialisation, a candidate must complete 144 credit points, including core and elective units of study as listed below.
Candidates with a Bachelor of Engineering or equivalent in the relevant discipline, and who have reached an acceptable level of academic achievement in their prior degree, may be eligible for a reduction of volume in learning of up to 48 credit points.

Core units

Year One

Year One covers Foundation units only. Candidates with a prior Bachelor of Engineering degree or equivalent in the field related to this specialisation may be exempted from Foundation units.
COMP9007 Algorithms

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lectures, Tutorials Prohibitions: COMP5211 Assumed knowledge: This unit of study assumes that students have general knowledge of mathematics (especially Discrete Math) and problem solving. Having moderate knowledge about Data structure can also help students to better understand the concepts of Algorithms will be taught in this course. Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
The study of algorithms is a fundamental aspect of computing. This unit of study covers data structures, algorithms, and gives an overview of the main ways of computational thinking from simple list manipulation and data format conversion, up to shortest paths and cycle detection in graphs. Students will gain essential knowledge in computer science, including basic concepts in data structures, algorithms, and intractability, using paradigms such as dynamic programming, divide and conquer, greed, local search, and randomisation, as well NP-hardness.
COMP9103 Software Development in Java

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lecture, Laboratory Prohibitions: COMP5214 Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
Programming in a legible, maintainable, reusable way is essential to solve complex problems in the pervasive computing environments. This unit will equip students with foundation of programming concepts that are common to widely used programming languages. Students will be progressively guided in this introductory unit from necessary and important building blocks of programming to the object-oriented approach. Java, one of the most popular programming languages, is used in this unit. It provides interdisciplinary approaches, applications and examples to support students from broad backgrounds such as science, engineering, and mathematics.
COMP9110 System Analysis and Modelling

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lectures, Tutorials Prohibitions: ELEC3610 OR ELEC5743 OR INFO2110 OR INFO5001 Assumed knowledge: Experience with a data model as in COMP9129 or COMP9103 or INFO9220 or INFO9120 or COMP5212 or COMP5214 or COMP5028 or COMP5138 Assessment: Through semester assessment (30%) and Final Exam (70%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit provides a comprehensive introduction to the analysis of complex systems. Key topics are the determination and expression of system requirements (both functional and non-functional), and the representation of structural and behavioural models of the system in UML notations. Students will be expected to evaluate requirements documents and models as well as producing them. This unit covers essential topics from the ACM/IEEE SE2004 curriculum, especially from MAA Software Modelling and Analysis. Note: The lectures of this unit are co-taught with INFO2110.
COMP9120 Database Management Systems

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lectures, Tutorials, Project work Prohibitions: INFO2120 OR INFO2820 OR INFO2005 OR INFO2905 OR COMP5138. Students who have previously studied an introductory database subject as part of their undergraduate degree should not enrol in this foundational unit, as it covers the same foundational content. Assumed knowledge: Some exposure to programming and some familiarity with data model concepts Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study provides a conceptual and practical introduction to the use of common platforms that manage large relational databases. Students will understand the foundations of database management and enhance their theoretical and practical knowledge of the widespread relational database systems, as these are used for both operational (OLTP) and decision-support (OLAP) purposes. The unit covers the main aspects of SQL, the industry-standard database query language. Students will further develop the ability to create robust relational database designs by studying conceptual modelling, relational design and normalization theory. This unit also covers aspects of relational database management systems which are important for database administration. Topics covered include storage structures, indexing and its impact on query plans, transaction management and data warehousing.
In this unit students will develop the ability to: Understand the foundations of database management; Strengthen their theoretical knowledge of database systems in general and relational data model and systems in particular; Create robust relational database designs; Understand the theory and applications of relational query processing and optimisation; Study the critical issues in data and database administration; Explore the key emerging topics in database management.
Note that the first two thirds of the lectures of this foundational unit will be co-taught with the corresponding undergraduate class in semester 1 (INFO2120); tutorials and assignments will be organised separately.
COMP9129 Software Construction

Credit points: 6 Session: Semester 1 Classes: Lectures, Laboratory Prohibitions: COMP5212 Assumed knowledge: Some prior knowledge of programming is preferred; for students without programming experience, extra assistance is given in the first 6 weeks of the semester. Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
Note: Department permission required for enrolment
This is a programming unit of study that is designed to enable students, coming from any background, to learn to program in the C language, with emphasis on the individual producing code that works correctly. As a gentler start to C itself, the unit starts with Python, introducing the same core ideas. Once students have mastered this, we move to C, tackling the same deep ideas in the context of the much more difficult programming in C.
Topics include: coding simple dynamic data structures (linked lists); debugging; use of Unix tools for managing programming activities such as testing; learning from manual entries for standard library functions and Unix commands.
On completion of this unit, students will have acquired programming skills and techniques applicable to the development of software used in areas such as networking, computer engineering, language translation, and operating systems.
ELEC9601 Computer Systems

Credit points: 6 Session: Semester 2 Classes: Lectures, Laboratories, Tutorials Prohibitions: ELEC5711 Assumed knowledge: HSC Mathematics extension 1 or 2 Assessment: Through semester assessment (60%) and Final Exam (40%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study introduces the fundamental digital concepts upon which the design and operation of modern digital computers are based. A prime aim of the unit is to develop a professional view of, and a capacity for inquiry into, the field of computing.
Topics covered include: data representation, basic computer organisation, the CPU, elementary gates and logic, machine language, assembly language and high level programming constructs.
INFO5301 Information Security Management

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials Assumed knowledge: This unit of study assumes foundational knowledge of Information systems management. Two year IT industry exposure and a breadth of IT experience will be preferable. Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study gives a broad view of the management aspects of information security. We emphasise corporate governance for information security, organisational structures within which information security is managed, risk assessment, and control structures. Planning for security, and regulatory issues, are also addressed.
INFO9105 Data Structures

This unit of study is not available in 2017

Credit points: 6 Session: Semester 2 Classes: (Lec 2hrs & Prac 2hrs) per week Prohibitions: : COMP5105 OR INFO1105 Assumed knowledge: To enter this unit, students need to possess basic programming knowledge skills. Expected knowledge includes use of the Java collections APIs and recursion. Assessment: Through semester assessment (40%), Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit will teach some powerful ideas that are central to quality software: data abstraction and recursion. It will also show how one can analyse the scalability of algorithms using mathematical tools of asymptotic notation. Contents include: both external "interface" view, and internal "implementation" details, for commonly used data structures, including lists, stacks, queues, priority queues, search trees, hash tables, and graphs; asymptotic analysis of algorithm scalability, including use of recurrence relations to analyse recursive code. This unit covers the way information is represented in each structure, algorithms for manipulating the structure, and analysis of asymptotic complexity of the operations. Outcomes include: ability to write code that recursively performs an operation on a data structure; experience designing an algorithmic solution to a problem using appropriate data structures, coding the solution, and analysing its complexity.

Year Two

COMP5047 Pervasive Computing

Credit points: 6 Session: Semester 2 Classes: Studio class Assumed knowledge: Background in programming and operating systems that is sufficient for the student to independently learn new programming tools from standard online technical materials. Ability to conduct a literature search. Ability to write reports of work done. Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) day
Note: Department permission required for enrolment
This is an advanced course on Pervasive Computing, with a focus on the "Internet of Things" (IoT). It introduces the key aspects of the IoT and explores these in terms of the new research towards creating user interfaces that disappear into the environment and are available pervasively, for example in homes, workplaces, cars and carried.
COMP5348 Enterprise Scale Software Architecture

Credit points: 6 Session: Semester 1 Classes: Lectures, Laboratory Assumed knowledge: Programming competence in Java or similar OO language. Capacity to master novel technologies (especially to program against novel APIs) using manuals, tutorial examples, etc. Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit covers topics on software architecture for large-scale enterprises. Computer systems for large-scale enterprises handle critical business processes, interact with computer systems of other organisations, and have to be highly reliable, available and scalable. This class of systems are built up from several application components, incorporating existing "legacy" code and data stores as well as linking these through middleware technologies, such as distributed transaction processing, remote objects, message-queuing, publish-subscribe, and clustering. The choice of middleware can decide whether the system achieves essential non- functional requirements such as performance and availability. The objective of this unit of study is to educate students for their later professional career and it covers Software Architecture topics of the ACM/IEEE Software Engineering curriculum. Objective: The objective of this unit of study is to educate students for their later professional career and it covers topics of the ACM/IEEE Software Engineering curriculum.
COMP5615 Software Engineering Project

Credit points: 6 Session: Semester 2 Classes: Project Work, Meetings, Site Visit Prerequisites: INFO6007 Prohibitions: COMP3615, INFO3600 Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit will provide students an opportunity to apply the knowledge and practise the skills acquired in the prerequisite and qualifying units, in the context of designing and building a substantial software development system in diverse application domains including life sciences. Working in groups for an external client combined with academic supervision, students will need to carry out the full range of activities including requirements capture, analysis and design, coding, testing and documentation. Students will use the XP methodology and make use of professional tools for the management of their project.
COMP9220 Object-Oriented Design

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials, Project work Prohibitions: COMP5028 OR INFO3220 Assumed knowledge: Students enrolled in COMP5028/INFO9220 are assumed to have elementary Java programming experience or equivalent experience in another object oriented programming language. This unit does not have assessment with heavy coding task. But some knowledge in object-oriented programming would have big impact on learning experience. Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) day
Note: Department permission required for enrolment
This unit introduces essential object-oriented design methods and language mechanisms, especially the principles of modelling through Rational Unified Process and agile processes using Unified Modeling Language (UML) and Java or C++, both of which are industry standard. Students work in small groups to experience the process of object-oriented analysis, object-oriented design, implementation and testing by building a real-world application. Java or C++ is used as the implementation language and a special emphasis is placed on those features of Java or C++ that are important for solving real-world problems. Advanced software engineering features, including exceptions and name spaces are thoroughly covered.
ELEC9609 Internet Software Platforms

Credit points: 6 Session: Semester 2 Classes: Lectures, Tutorials, Project Work - own time Prohibitions: ELEC5742 Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study will focus on the design, the architecture and the development of web applications using technologies currently popular in the marketplace including Java and .NET environments. There are three key themes examined in the unit: Presentation layer, Persistence layer, and Interoperability. The unit will examine practical technologies such as JSP and Servlets, the model-view-controller (MVC) architecture, database programming with ADO.NET and JDBC, advanced persistence using ORM, XML for interoperability, and XML-based SOAP services and Ajax, in support of the theoretical themes identified.
On completion the students should be able to: Compare Java/J2EE web application development with Microsoft .NET web application development; Exposure to relevant developer tools (e.g. Eclipse and VS.NET); Be able to develop a real application on one of those environments; Use XML to implement simple web services and AJAX applications.
INFO5990 Professional Practice in IT

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lectures, Tutorials Assumed knowledge: Students enrolled in INFO5990 are assumed to have previously completed a Bachelors degree in some area of IT, or have completed a Graduate Diploma in some area of IT, or have many years experience as a practising IT professional. Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) evening
Note: The main focus of the subject is to provide students with the necessary tools, basic skills, experience and adequate knowledge so they develop an awareness and an understanding of the responsibilities and issues associated with professional conduct and practice in the information technology sector. This unit is for MIT, MITM, MIT/MITM students only.
This unit of study introduces the students to some of the concepts, standards and techniques associated with the current professional practice in information technology in the business environment.
Students will encounter a range of concepts, techniques and professional issues including interpersonal and organisational communication, human resources and conflict resolution, globalisation, professional ethics, social impacts of IT, data security, data quality assurance, system audit, investigative research and project management practice. Practical and real world case studies will be used as part of the learning to enhance the in-class teachings to the needs of industry.
Select 12 credit points from the Specialist Elective units block.

Year Three

ELEC5618 Software Quality Engineering

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials Assumed knowledge: You are capable of writing programs with multiple functions or methods in multiple files. You are capable of design complex data structures and combine them in non trivial algorithms. You know how to use an integrated development environment. You are familiar and have worked previously with software version control systems. You know how to distribute the workload derived from the unit of study effectively throughout the week and make sure that time is truly productive. Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit will cover software quality planning, validation and verification methods and techniques, risk analysis, software review techniques, software standards and software process improvement and software reliability.
Students who successfully complete this unit will understand the fundamental concepts of software quality engineering and be able to define software quality requirements, assess the quality of a software design, explain specific methods of building software quality, understand software reliability models and metrics, develop a software quality plan, understand quality assurance and control activities and techniques, understand various testing techniques including being able to verify and test a unit of code and comprehend ISO standards, SPICE, CMM and CMMI.
ELEC5619 Object Oriented Application Frameworks

Credit points: 6 Session: Semester 2 Classes: Project Work - in class, Project Work - own time, Presentation, Tutorials Assumed knowledge: Java programming, and some web development experience are essential. Databases strongly recommended Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit aims to introduce students to the main issues involved in producing large Internet systems by using and building application frameworks. Frameworks allow great reuse so developers do not have to design and implement applications from scratch, as students have done in ELEC3610 The unit lays down the basic concepts and hands on experience on the design and development of enterprise systems, emphasizing the development of systems using design patterns and application frameworks.
A project-based approach will introduce the problems often found when building such systems, and will require students to take control of their learning. A project-based approach will introduce the problems often found when building such systems, and will require students to take control of their learning. Several development Java frameworks will be used, including Spring, Hibernate, and others. Principles of design patterns will also be studied.
ELEC5620 Model Based Software Engineering

Credit points: 6 Session: Semester 2 Classes: Lectures, Tutorials, Laboratories, Project Work - in class, Project Work - own time Assumed knowledge: A programming language, basic maths. Assessment: Through semester assessment (65%) and Final Exam (35%) Mode of delivery: Normal (lecture/lab/tutorial) day
Model-Based Software Engineering focuses on modern software engineering methods, technologies, and processes used in professional development projects. It covers both the pragmatic engineering elements and the underlying theory of the model-based approach to the analysis, design, implementation, and maintenance of complex software-intensive systems.
Students will participate in a group project, which will entail developing and/or evolving a software system, following a full development cycle from requirements specification through to implementation and testing using up-to-date industrial development tools and processes. At the end of the course they will provide a presentation and demonstration of their project work to the class. There is no formal teaching of a programming language in this unit, although students will be expected to demonstrate through their project work their general software engineering and architectural skills as well as their mastery of model-based methods and technologies.
Students successfully completing this unit will have a strong practical and theoretical understanding of the modern software development cycle as applied in industrial settings. In particular, they will be familiar with the latest model-based software engineering approaches necessary for successfully dealing with today's highly complex and challenging software systems.
The pedagogic grounds for this course and its focus on model-based approaches are to arm new software engineers with skills and perspectives that extend beyond the level of basic programming. Such skills are essential to success in software development nowadays, and are in great demand but very low supply. The dearth of such expertise is one of the key reasons behind the alarmingly high failure rate of industrial software projects (currently estimated at being greater than 40%). Therefore, this unit complements SQE and strengthens a key area in the program.
ENGG5217 Practical Experience

Session: Intensive February,Intensive July,Semester 1,Semester 2 Classes: Practical Experience Assessment: Through semester assessment (100%) Mode of delivery: Professional practice
Note: Students should have completed one year of their MPE program before enrolling in this unit.
The 3 year MPE requires students to obtain industrial work experience of twelve weeks duration (60 working days) or its equivalent towards satisfying the requirements for award of the degree. Students can undertake their work experience in the final year of the MPE program (Year 3). Students may have prior work in an Engineering field carried out on completion of their undergraduate degree accepted as meeting the requirements of this component.
Students must be exposed to professional engineering practice to enable them to develop an engineering approach and ethos, and to gain an appreciation of engineering ethics. and to gain an appreciation of engineering ethics.
The student is required to inform the Faculty of any work arrangements by emailing the Graduate School of Engineering and Information Technologies. Assessment in this unit is by the submission of a portfolio containing written reports on the involvement with industry. For details of the reporting requirements, go to the faculty's Practical Experience portfolio web site http://sydney.edu.au/engineering/practical-experience/index.shtm
Select at least 12 credit points from the Project or Research Pathway block.
Select 6 credit points from the Specialist Elective unit block.
Candiates complete 18 credit points of Specialist Electives across Year Two and Year Three.
Select 12 credit points from the Management Elective unit block.

Specialist Elective units

Candidates must complete 18 credit points from the following table of Specialist Elective units of study.
COMP5338 Advanced Data Models

Credit points: 6 Session: Semester 2 Classes: Tutorials, Lectures Assumed knowledge: This unit of study assumes foundational knowledge of relational database systems as taught in COMP5138/ INFO9120 (Database Management Systems) or INFO2120/2820 (Database Systems 1). Assessment: Through semester assessment (40%) and Final Exam (60%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study gives a comprehensive overview of post-relational data models and of latest developments in data storage technology.
Particular emphasis is put on spatial, temporal, and NoSQL data storage. This unit extensively covers the advanced features of SQL:2003, as well as a few dominant NoSQL storage technologies. Besides in lectures, the advanced topics will be also studied with prescribed readings of database research publications.
COMP5426 Parallel and Distributed Computing

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials Assessment: Through semester assessment (45%) and Final Exam (55%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit is intended to introduce and motivate the study of high performance computer systems. The student will be presented with the foundational concepts pertaining to the different types and classes of high performance computers. The student will be exposed to the description of the technological context of current high performance computer systems. Students will gain skills in evaluating, experimenting with, and optimising the performance of high performance computers. The unit also provides students with the ability to undertake more advanced topics and courses on high performance computing.
ELEC5614 Real Time Computing

This unit of study is not available in 2017

Credit points: 6 Session: Semester 1 Classes: Project Work - own time 2 hrs; Lecture 2 hrs/week; Laboratory 2 hrs/week; Tutorial 1 hr/week; E-Learning 1 hr. Prohibitions: MECH5701 Assumed knowledge: SOFT2130 Software Construction (or SOFT2004 Software Development Methods 1) and ELEC3607 Embedded Computing (or ELEC2601 Microprocessor Systems) Assessment: Through semester assessment (30%) Final Exam (70%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit is concerned with the theory and practice of real time computer systems as applied to the design of embedded systems and computer control systems in engineering, manufacturing and automation.
Some background in programming, object oriented design and system architecture is assumed. A prime aim of this unit of study is to develop a capacity for research and inquiry in the field of real-time and embedded systems. Completion of this unit will facilitate progression to advanced study or to work in embedded systems and industrial real-time computer systems.
The following topics are covered. Hard real time and embedded systems, as applied to engineering, manufacturing and automation. Timing and scheduling: periodic vs aperiodic processes, deadlines, rate monotonic, deadline monotonic and earliest deadline scheduling. Management of shared resources. Real-time languages and their features. Real time operating systems. Real time software design. Embedded Systems: overview, signal flow, interfacing. Reliability and fault tolerance in hardware and software. SCADA and DCCS. Some case studies.
ELEC5616 Computer and Network Security

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials, Laboratories, Project Work - own time Assumed knowledge: A programming language, basic maths. Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit examines the basic cryptographic building blocks of security, working through to their applications in authentication, key exchange, secret and public key encryption, digital signatures, protocols and systems. It then considers these applications in the real world, including models for integrity, authentication, electronic cash, viruses, firewalls, electronic voting, risk assessment, secure web browsers and electronic warfare. Practical cryptosystems are analysed with regard to the assumptions with which they were designed, their limitations, failure modes and ultimately why most end up broken.
ELEC5622 Signals, Software and Health

Credit points: 6 Session: Semester 2 Classes: Project Work - in class, Project Work - own time, Presentation, Tutorials, Laboratories Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit aims to introduce students to the main issues involved in producing systems that use sensor data, such as those from physiology and activity tracking, often combined with patients self-reports. As sensing devices become ubiquitous, data processing, storage and visualisation techniques are becoming part of all health systems, both institutionalised and individually driven.
The unit is related to, but distinct, to health informatics- an area that focuses on the the use of computing to deliver cost efficient healthcare and the area of bioinformatics, that explores the role of computing in understanding biology at the cellular level (e.g. genome). This unit focuses on the technical and non-technical problems of developing increasingly ubiquitous devices and systems that can be used for personal and clinical monitoring.

Management Elective units

Candidates must complete 12 credit points from the following Management Elective units of study.
ENGG5214 Management of Technology

Credit points: 6 Session: Semester 2 Classes: Lectures, Tutorials, Project Work - in class Assumed knowledge: Sound competence in all aspects of engineering, and some understanding of issues of engineering management Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study is designed to develop competence in the management of technology. It will address all aspects of the management of technology, the nature and importance of technological change and innovation, within the context of the global knowledge economy, the management of the new product development process, the role of technology in manufacturing and service competitiveness, the role of IT in logistics management, supply chain strategies, and communication, and the characteristics of high technology markets.
ENGG5215 International Eng Strategy and Operations

Credit points: 6 Session: Semester 2 Classes: Lectures, Tutorials, Project Work - in class Assumed knowledge: Sound competence in all aspects of engineering, and some understanding of issues of engineering management and globalisation Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study is designed to introduce students to the global context of much of contemporary engineering and the consequent strategic and operational issues. It will address the nature, characteristics and variety of risks of global businesses, the opportunities and pressures for effective strategies, and the many management challenges in international business. In particular it will focus on Australian consulting, logistics and construction engineering firms that are operating on a global basis.
ENGG5216 Management of Engineering Innovation

Credit points: 6 Session: Semester 1 Classes: Lectures, Tutorials, Presentation, Project Work - in class Assumed knowledge: Sound competence in all aspects of engineering, and some understanding of issues of engineering management Assessment: Through semester assessment (100%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit is designed as enable students to grapple with the challenges of engaging in, facilitating and managing innovation and technology commercialisation. Key learning outcomes are: developing an understanding of the processes of management, and in particular of innovation, dealing with uncertain and inadequate information, how to communicate effectively to and motivate a group of people to work out what to do, and how to do i.
Content will include the challenges of modern management; understanding of the new rules of international competitiveness; effects of globalisation on Australia's economic performance; the competitiveness of Australian firms; the generation of employment and wealth; the changing requirements of the engineer; the engineer as manager and strategist; the role of innovation in business management; product innovation and commercialisation; IP recognition and management; starting a high-tech company.
INFO6007 Project Management in IT

Credit points: 6 Session: Semester 1,Semester 2 Classes: Lecture Workshops, Assignments, Exam Preparation Prohibitions: PMGT5871 Assumed knowledge: Students enrolled in INFO6007 are assumed to have previously completed a Bachelors degree in some area of IT, or have completed a Graduate Diploma in some area of IT, or have three years experience as a practising IT professional. Recent work experience, or recent postgraduate education, in software project management, software process improvement, or software quality assurance is an advantage. Assessment: Through semester assessment (50%) and Final Exam (50%) Mode of delivery: Normal (lecture/lab/tutorial) day
This unit of study covers the key components of successfully managing a wide variety of Information Technology projects. The course covers both quantitative and qualitative aspects of project management. Topics include the management of time, scope, budget, risk, quality, and resources through each of the phases of a project.

Project units

All candidates are required to complete a minimum of 12 credit points of Project or Research units during the final year of study.
Candidates achieving an average mark of 70% or higher over 48 credit points of units of study in the Year Two Table or equivalent are eligible for the Extended Capstone Project.
Extended Capstone Project candidates take Capstone Project units ELEC5020 and ELEC5022 (total 18 cp) in place of Capstone Project ELEC5021 and 6 cp of elective units.
ELEC5020 Capstone Project A

Credit points: 6 Session: Semester 1,Semester 2 Classes: Project Work - own time Prerequisites: 96 cp from MPE degree program or 24 cp from the ME program (including any credit for previous study) Assessment: Through semester assessment (100%) Mode of delivery: Supervision
The capstone project requires the student to plan and execute a substantial research-based project, using their technical and communication skills to design, evaluate, implement, analyse and theorise about developments that contribute to professional practice thus demonstrating the achievement of AQF Level 9.
The Capstone Project aims to provide students with the opportunity to carry out a defined piece of independent research or design work in a setting and in a manner that fosters the development of engineering skills in research or design. These skills include the capacity to define a research or design question, showing how it relates to existing knowledge, identifying the tools needed to investigate the question, carrying out the research or design in a systematic way, analysing the results obtained and presenting the outcomes in a report that is clear, coherent and logically structured. Capstone Project is undertaken across two semesters of enrolment, in two successive Units of Study of 6 credits points each. Capstone Project A covers first steps of thesis research starting with development of research proposal. Capstone Project B covers the second of stage writing up and presenting the research results.
Students are asked to write a thesis based on a research or major design project, which is very often related to some aspect of a staff member's research interests. Some projects will be experimental in nature, others may involve computer-based simulation, feasibility studies or the design, construction and testing of equipment. Direction of thesis work may be determined by the supervisor or be of an original nature, but in either case the student is responsible for the execution of the practical work and the general layout and content of the thesis itself. The final thesis must be the student's individual work, although research is sometimes conducted in the framework of a group project shared with others. Students undertaking research on this basis will need to take care in ensuring the individual quality of their own research work and the final thesis submission. The thesis will be judged on the extent and quality of the student's original work and particularly how critical, perceptive and constructive they have been in assessing their work and that of others. Students will also be required to present the results of their findings to their peers and supervisors as part of a seminar program.
A thesis at this level will represent a contribution to professional practice or research, however the timeframe available for the thesis also needs to be considered when developing project scope. Indeed, a key aim of the thesis is to specify a research topic that arouses sufficient intellectual curiosity, and presents an appropriate range and diversity of technical and conceptual challenges, while remaining manageable and allowing achievable outcomes within the time and resources available. It is important that the topic be of sufficient scope and complexity to allow a student to learn their craft and demonstrate their research skills. Equally imperative is that the task not be so demanding as to elude completion. Finally, the ability to plan such a project to achieve results within constraints, and also the identification of promising areas and approaches for future research, are key assessment criteria.
ELEC5021 Capstone Project B

Credit points: 6 Session: Semester 1,Semester 2 Classes: Project Work - own time Corequisites: ELEC5020 Assessment: Through semester assessment (100%) Mode of delivery: Supervision
Note: Department permission required for enrolment
The capstone project requires the student to plan and execute a substantial research-based project, using their technical and communication skills to design, evaluate, implement, analyse and theorise about developments that contribute to professional practice thus demonstrating the achievement of AQF Level 9.
The Capstone Project aims to provide students with the opportunity to carry out a defined piece of independent research or design work in a setting and in a manner that fosters the development of engineering skills in research or design. These skills include the capacity to define a research or design question, showing how it relates to existing knowledge, identifying the tools needed to investigate the question, carrying out the research or design in a systematic way, analysing the results obtained and presenting the outcomes in a report that is clear, coherent and logically structured. Capstone Project is undertaken across two semesters of enrolment, in two successive Units of Study of 6 credits points each. Capstone Project A covers first steps of thesis research starting with development of research proposal. Capstone Project B covers the second of stage writing up and presenting the research results.
Students are asked to write a thesis based on a research or major design project, which is very often related to some aspect of a staff member's research interests. Some projects will be experimental in nature, others may involve computer-based simulation, feasibility studies or the design, construction and testing of equipment. Direction of thesis work may be determined by the supervisor or be of an original nature, but in either case the student is responsible for the execution of the practical work and the general layout and content of the thesis itself. The final thesis must be the student's individual work, although research is sometimes conducted in the framework of a group project shared with others. Students undertaking research on this basis will need to take care in ensuring the individual quality of their own research work and the final thesis submission. The thesis will be judged on the extent and quality of the student's original work and particularly how critical, perceptive and constructive they have been in assessing their work and that of others. Students will also be required to present the results of their findings to their peers and supervisors as part of a seminar program.
A thesis at this level will represent a contribution to professional practice or research, however the timeframe available for the thesis also needs to be considered when developing project scope. Indeed, a key aim of the thesis is to specify a research topic that arouses sufficient intellectual curiosity, and presents an appropriate range and diversity of technical and conceptual challenges, while remaining manageable and allowing achievable outcomes within the time and resources available. It is important that the topic be of sufficient scope and complexity to allow a student to learn their craft and demonstrate their research skills. Equally imperative is that the task not be so demanding as to elude completion. Finally, the ability to plan such a project to achieve results within constraints, and also the identification of promising areas and approaches for future research, are key assessment criteria.
ELEC5022 Capstone Project B Extended

Credit points: 12 Session: Semester 1,Semester 2 Classes: Project Work - own time Prerequisites: 42 credit points in the Master of Engineering and WAM >70, or 66 credit points in the Master of Professional Engineering and WAM >70 or exemption Assessment: Through semester assessment (100%) Mode of delivery: Supervision
Note: Department permission required for enrolment
The capstone project requires the student to plan and execute a substantial research-based project, using their technical and communication skills to design, evaluate, implement, analyse and theorise about developments that contribute to professional practice thus demonstrating the achievement of AQF Level 9.
The Capstone Project aims to provide students with the opportunity to carry out a defined piece of independent research or design work in a setting and in a manner that fosters the development of engineering skills in research or design. These skills include the capacity to define a research or design question, showing how it relates to existing knowledge, identifying the tools needed to investigate the question, carrying out the research or design in a systematic way, analysing the results obtained and presenting the outcomes in a report that is clear, coherent and logically structured. Capstone Project is undertaken across two semesters of enrolment, in two successive Units of Study of 6 credits points each. Capstone Project A covers first steps of thesis research starting with development of research proposal. Capstone Project B covers the second of stage writing up and presenting the research results.
Students are asked to write a thesis based on a research or major design project, which is very often related to some aspect of a staff member's research interests. Some projects will be experimental in nature, others may involve computer-based simulation, feasibility studies or the design, construction and testing of equipment. Direction of thesis work may be determined by the supervisor or be of an original nature, but in either case the student is responsible for the execution of the practical work and the general layout and content of the thesis itself. The final thesis must be the student's individual work, although research is sometimes conducted in the framework of a group project shared with others. Students undertaking research on this basis will need to take care in ensuring the individual quality of their own research work and the final thesis submission. The thesis will be judged on the extent and quality of the student's original work and particularly how critical, perceptive and constructive they have been in assessing their work and that of others. Students will also be required to present the results of their findings to their peers and supervisors as part of a seminar program.
A thesis at this level will represent a contribution to professional practice or research, however the timeframe available for the thesis also needs to be considered when developing project scope. Indeed, a key aim of the thesis is to specify a research topic that arouses sufficient intellectual curiosity, and presents an appropriate range and diversity of technical and conceptual challenges, while remaining manageable and allowing achievable outcomes within the time and resources available. It is important that the topic be of sufficient scope and complexity to allow a student to learn their craft and demonstrate their research skills. Equally imperative is that the task not be so demanding as to elude completion. Finally, the ability to plan such a project to achieve results within constraints, and also the identification of promising areas and approaches for future research, are key assessment criteria.

Research pathway

Candidates achieving an average mark of 75% or higher over 48 credit points of units of study in the Year Two Table or equivalent are eligible for the Research Pathway.
Research pathway candidates take Dissertation units ELEC5222 and ELEC5223 (total 24 cp) in place of Capstone Project units and 12 cp of elective units.
ELEC5222 Dissertation A

Credit points: 12 Session: Semester 1,Semester 2 Prohibitions: ELEC8902, ENGG5222, ENGG5223, ELEC8901 Assessment: Through semester assessment (100%) Mode of delivery: Supervision
Note: Department permission required for enrolment
Note: In order to enrol in a project, students must first secure an academic supervisor in an area that they are interested. The topic of your project must be determined in discussion with the supervisor. The supervisor can come from any of the Engineering Departments, however, they need to send confirmation of their supervision approval to the Postgraduate Administrator.
To complete a substantial research project and successfully analyse a problem, devise appropriate experiments, analyse the results and produce a well-argued, in-depth thesis.
ELEC5223 Dissertation B

Credit points: 12 Session: Semester 1,Semester 2 Prohibitions: ELEC8901, ENGG5223, ENGG5222, ELEC8902 Assessment: Through semester assessment (100%) Mode of delivery: Supervision
Note: Department permission required for enrolment
Note: In order to enrol in a project, students must first secure an academic supervisor in an area that they are interested. The topic of your project must be determined in discussion with the supervisor. The supervisor can come from any of the Engineering Departments, however, they need to send confirmation of their supervision approval to the Postgraduate Administrator.
To complete a substantial research project and successfully analyse a problem, devise appropriate experiments, analyse the results and produce a well-argued, in-depth thesis.

Exchange units

Exchange units require the approval of the Program Director. With approval, up to 12 credit points of Exchange units may taken in place of other units, towards the requirements ofthe degree.
ENGG5231 Engineering Graduate Exchange A

Credit points: 6 Session: Intensive January,Intensive July Mode of delivery: Normal (lecture/lab/tutorial) day
The purpose of this unit is to enable students to undertake an overseas learning activity during the university's summer or winter break while completing a Masters degree in either Engineering, Professional Engineering, Information Technologies or Project Management. The learning activity may comprise either a short project under academic or industry supervision or summer or winter school unit of study at an approved overseas institution. The learning activity should demonstrate outcomes and workload equivalent to a 6 credit point Master's level unit in the student's current award program.
Students may enrol in this unit with permission from the school and the Sub-Dean Students for the Faculty of Engineering and Information Technologies.
ENGG5232 Engineering Graduate Exchange B

Credit points: 6 Session: Intensive January,Intensive July Mode of delivery: Normal (lecture/lab/tutorial) day
The purpose of this unit is to enable students to undertake an overseas learning activity during the university's summer or winter break while completing a Masters degree in either Engineering, Professional Engineering, Information Technologies or Project Management. The learning activity may comprise either a short project under academic or industry supervision or summer or winter school unit of study at an approved overseas institution. The learning activity should demonstrate outcomes and workload equivalent to a 6 credit point Master's level unit in the student's current award program.
Students may enrol in this unit with permission from the school and the Sub-Dean Students for the Faculty of Engineering and Information Technologies.

For more information on units of study visit CUSP (https://cusp.sydney.edu.au).