This course extensively explores the fundamental principles and practices necessary for creating medium-scale software projects, with a specific focus on the object-oriented programming paradigm. By blending theoretical understanding with hands-on practice, students establish a robust foundation in software construction, drawing from their prior programming experience. Key topics, including programming techniques at large, life cycle models, data manipulation techniques, and GUI concepts, are highlighted to foster a comprehensive grasp of software development. Ultimately, the course empowers students with the skills to construct medium-scale software projects efficiently, ethically, and in alignment with industry standards.
Learning Outcomes
Upon successful completion, students will have the knowledge and skills to:
- Apply object-oriented programming concepts for medium-scale software projects
- Understand the fundamentals of life cycle models for developing medium-scale software projects
- Apply and Evaluate software construction principles across various life cycle stages in medium-scale software projects
- Describe contractual specifications, analyse documentation and specifications against other’s code, develop, understand, test, and evolve substantial programs using a modern IDE, and Understand fundamental concepts of GUIs and user interfaces
- Understand basic concepts of intellectual property in software construction, considering ethical and social implications of technical decisions
- Apply and Evaluate techniques for data manipulation in medium-scale software projects
Examination Material or equipment
The materials and equipment will be listed prior to the exams on Wattle.
Required Resources
The minimum computing environment for the course is the following:
- Java Development Kit 17 (JDK 17). This is the version that will be used in the course.
- IDE JetBrains IntelliJ IDEA (Community Edition). Or Eclipse IDE for Java Developers (latest version).
- Android Development Studio Dolphin | with 2021.3.1 Patch 1 (October 2022). It's okay to use the latest version (Flamingo); however, you must check its computing requirements (memory, CPU/GPU, storage) and the suitable performance of your computer.
- JUnit Version 4
- Zoom (latest version).
- Computer with a working camera and enough resources (e.g., storage for self-invigilation if needed) to run IntelliJ IDEA, the preferred web browser, and Zoom simultaneously without any problems (such as lag).
Recommended Resources
ANU outlines recommended student system requirements to ensure you are able to participate fully in your learning. Other information is also available about the various Learning Platforms you may use.
Staff Feedback
Students will be given feedback in the following forms in this course:
- Written comments for the group, video assignments (peer assessment), and manually marked labs.
- Auto-generated comments based on a set of pre-defined test cases for all other assignments/exams.
Student Feedback
ANU is committed to the demonstration of educational excellence and regularly seeks feedback from students. Students are encouraged to offer feedback directly to their Course Convener or through their College and Course representatives (if applicable). Feedback can also be provided to Course Conveners and teachers via the Student Experience of Learning & Teaching (SELT) feedback program. SELT surveys are confidential and also provide the Colleges and ANU Executive with opportunities to recognise excellent teaching, and opportunities for improvement.
Other Information
The use of Generative AI Tools (e.g., ChatGPT) is permitted in this course, given that proper citation and prompts are provided, along with a description of how the tool contributed to the assignment. Guidelines regarding appropriate citation and use can be found on the ANU library website (https://libguides.anu.edu.au/generative-ai). Marks will reflect the contribution of the student rather than the contribution of the tools. Further guidance on appropriate use should be directed to the convener for this course.
Class Schedule
Week/Session | Summary of Activities | Assessment |
---|---|---|
1 | Overview of Software Construction - This lecture overviews the course and introduces the main concepts related to software construction. | Video assignments are released. |
2 | Design Patterns - This lecture presents several typical solutions (i.e. design patterns) to recurring problems in software design using real-world examples. | Lab 1: Setting Up the Environment. This lab is dedicated to helping you set up your course environment. |
3 | Software Testing - This lecture covers essential software testing concepts and techniques for identifying defects and errors in software during its development, as well as measuring software quality in terms of various coverage techniques. | Lab 2 - Design Patterns. This lab offers an opportunity to implement some of the most popular design patterns used in various applications. |
4 | Data Structures - This lecture covers well-known data structures that are essential for developing efficient algorithms and a variety of applications. | Lab 3 - Software Testing. In this lab, you will design and implement test cases to identify defects and errors in software, as well as use different techniques to measure the code coverage of a small application. |
5 | Data Structures II - This lecture is a continuation of the previous one with a focus on more challenging and advanced data structures. | Lab 4 - Data Structures. In this lab, you will implement a part of an important data structure for several applications.Video assignment 1 is due. |
6 | Android Development - This lecture delves into the concepts of mobile development using Java. | Lab 5 - Android. In this lab, you will implement a small application using Android Studio and Java. In this week, the group project will be released and the first part of the video assignment is due.Mid-term Test - Online test assessing your learning of the course content up to this point in the semester. |
7 | Tokeniser and Parser - This lecture introduces an important concept for a range of applications such as compilers, search engines, and even natural language processing. | Lab 6 - Tokeniser & Parser. In this lab, you will have the opportunity to implement a tokeniser and parser. |
8 | Persistent Data - This lecture introduces several approaches to data persistence using popular industry standards for data representation and interchange (e.g., JSON, XML, Serialisation, etc). | Lab 7 - Escape Room. In this lab, you will experience hands-on exercises in the Escape Room. The first checkpoint for the group project takes place this week. |
9 | Refactoring - It's time to revisit our code and identify and fix common errors in software development. This lecture will overview the most common design and implementation mistakes when developing software and possible solutions. | Lab 8 - Persistent Data. In this lab, you will implement a simple application where you are required to use one or more data persistence techniques. |
10 | Design by Contract - This lecture introduces the "design by contract" concept, a methodology for delivering high-quality software. | Lab 9 - Refactoring. In this lab, you will refactor a small application to practice the concepts seen in the lecture. The second checkpoint for the group project occurs this week. |
11 | Intellectual Property - The concept of intellectual property is part of the software development process. This lecture covers concepts every developer should know about intellectual property and software development. | Group project is due. |
12 | Minute Madness Presentations - this lecture is an opportunity for all students to showcase the software they have developed throughout the semester. | Video assignment 2 is due. Group project presentation is due. |
Tutorial Registration
ANU utilises MyTimeTable to enable students to view the timetable for their enrolled courses, browse, then self-allocate to small teaching activities / tutorials so they can better plan their time. Find out more on the Timetable webpage.
Assessment Summary
Assessment task | Value | Due Date | Learning Outcomes |
---|---|---|---|
Lab Assignment 1 | 1 % | 06/08/2024 | 1 |
Lab Assignment 2 | 1 % | 13/08/2024 | 1,2 |
Lab Assignment 3 | 1 % | 20/08/2024 | 1,2,3 |
Lab Assignment 4 | 1 % | 27/08/2024 | 4 |
Lab Assignment 5 | 1 % | 17/09/2024 | 4,6 |
Lab Assignment 6 | 1 % | 24/09/2024 | 3,4,6 |
Lab Assignment 7 | 1 % | 01/10/2024 | 1,2,3,4,5,6 |
Lab Assignment 8 | 1 % | 08/10/2024 | 1,3,4,6 |
Lab Assignment 9 | 1 % | 15/10/2024 | 1,2,3,4,5,6 |
Video Assignment 1 | 4 % | 30/08/2024 | 1,2,3 |
Mid-term Test | 15 % | 27/08/2024 | 1,2,3,4 |
Group Project | 30 % | 18/10/2024 | 1,2,3,4,5,6 |
Video Assignment 2 | 4 % | 25/10/2024 | 4,5,6 |
Final Exam | 38 % | * | 1,2,3,4,5,6 |
* If the Due Date and Return of Assessment date are blank, see the Assessment Tab for specific Assessment Task details
Policies
ANU has educational policies, procedures and guidelines , which are designed to ensure that staff and students are aware of the University’s academic standards, and implement them. Students are expected to have read the Academic Integrity Rule before the commencement of their course. Other key policies and guidelines include:
- Academic Integrity Policy and Procedure
- Student Assessment (Coursework) Policy and Procedure
- Extenuating Circumstances Application
- Student Surveys and Evaluations
- Deferred Examinations
- Student Complaint Resolution Policy and Procedure
- Code of practice for teaching and learning
Assessment Requirements
The ANU is using Turnitin to enhance student citation and referencing techniques, and to assess assignment submissions as a component of the University's approach to managing Academic Integrity. For additional information regarding Turnitin please visit the Academic Skills website. In rare cases where online submission using Turnitin software is not technically possible; or where not using Turnitin software has been justified by the Course Convener and approved by the Associate Dean (Education) on the basis of the teaching model being employed; students shall submit assessment online via ‘Wattle’ outside of Turnitin, or failing that in hard copy, or through a combination of submission methods as approved by the Associate Dean (Education). The submission method is detailed below.
Moderation of Assessment
Marks that are allocated during Semester are to be considered provisional until formalised by the College examiners meeting at the end of each Semester. If appropriate, some moderation of marks might be applied prior to final results being released.
Participation
You are encouraged to participate proactively in all the course activities, including lectures, labs, and the Wattle forums. Your positive participation during the course might become an important consideration for special cases when assessing your course performance in the final marks.
Examination(s)
Each assessment has its specs and guidelines (for example, the labs have submission guidelines concerning GitLab and academic integrity). You are expected to READ and FOLLOW them closely.
* You have up to 14 days to appeal your assessment marks from the release date. After the appeal period ends, your marks are final. This applies to all assessments.
* As a result of an appeal request, the marks of that assessment may go upwards, downwards, or remain the same. The assessment may be fully remarked on.
In the case of approved deferred assessments (except the final exam), this may be redeemed against the final exam.
* A deferred assessment may be in a different format, mode of delivery and structure.
Assessment Task 1
Learning Outcomes: 1
Lab Assignment 1
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 2
Learning Outcomes: 1,2
Lab Assignment 2
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 3
Learning Outcomes: 1,2,3
Lab Assignment 3
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 4
Learning Outcomes: 4
Lab Assignment 4
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 5
Learning Outcomes: 4,6
Lab Assignment 5
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 6
Learning Outcomes: 3,4,6
Lab Assignment 6
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 7
Learning Outcomes: 1,2,3,4,5,6
Lab Assignment 7
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 8
Learning Outcomes: 1,3,4,6
Lab Assignment 8
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 9
Learning Outcomes: 1,2,3,4,5,6
Lab Assignment 9
Hands-on assignments covering key concepts learned in the lectures (9 assignments worth 1 mark each). The solutions provided in this assignment will be assessed based on a set of pre-defined test cases. Feedback will be auto-generated, except for Lab 1, the Escape Room Lab, and the Android-based labs, where no feedback is required or where solutions are presented directly to the tutors during the lab sessions. Lab assignments are released on Mondays and are due on Tuesday of the following week. Example: W4 lab will be due in W5 (Tuesday 23:59).
Assessment Task 10
Learning Outcomes: 1,2,3
Video Assignment 1
In this assignment, you must produce one short video explaining any topic covered or related to the first part of the course. Your video will be assessed based on four criteria through a single-blind peer-review methodology.
Assessment Task 11
Learning Outcomes: 1,2,3,4
Mid-term Test
An individual online test assessing your learning of the first half of the course content.
Assessment Task 12
Learning Outcomes: 1,2,3,4,5,6
Group Project
In this assignment, you will gain some experience in the process of software construction (the design, specification, documentation, implementation, and testing of substantial software). You will be assessed individually and as part of a group.
Assessment Task 13
Learning Outcomes: 4,5,6
Video Assignment 2
In this assignment, you must produce one short video explaining any topic covered or related to the second part of the course. Your video will be assessed based on four criteria through a single-blind peer-review methodology.
Assessment Task 14
Learning Outcomes: 1,2,3,4,5,6
Final Exam
This is an individual exam covering the topics presented in the entire course. It will be held during the University's exam period.
Remarks: The Final Exam and Deferred Exam may be in different formats and delivery modes. While both exams may address any topic covered in the course, it is important to note that the Deferred Exam may cover different topics from the Final Exam. The student is expected to prepare and study all the topics covered in the course for both exams.
Academic Integrity
Academic integrity is a core part of the ANU culture as a community of scholars. The University’s students are an integral part of that community. The academic integrity principle commits all students to engage in academic work in ways that are consistent with, and actively support, academic integrity, and to uphold this commitment by behaving honestly, responsibly and ethically, and with respect and fairness, in scholarly practice.
The University expects all staff and students to be familiar with the academic integrity principle, the Academic Integrity Rule 2021, the Policy: Student Academic Integrity and Procedure: Student Academic Integrity, and to uphold high standards of academic integrity to ensure the quality and value of our qualifications.
The Academic Integrity Rule 2021 is a legal document that the University uses to promote academic integrity, and manage breaches of the academic integrity principle. The Policy and Procedure support the Rule by outlining overarching principles, responsibilities and processes. The Academic Integrity Rule 2021 commences on 1 December 2021 and applies to courses commencing on or after that date, as well as to research conduct occurring on or after that date. Prior to this, the Academic Misconduct Rule 2015 applies.
The University commits to assisting all students to understand how to engage in academic work in ways that are consistent with, and actively support academic integrity. All coursework students must complete the online Academic Integrity Module (Epigeum), and Higher Degree Research (HDR) students are required to complete research integrity training. The Academic Integrity website provides information about services available to assist students with their assignments, examinations and other learning activities, as well as understanding and upholding academic integrity.
Online Submission
You will be required to electronically sign a declaration as part of the submission of your assignment. Please keep a copy of the assignment for your records. Unless an exemption has been approved by the Associate Dean (Education) submission must be through Turnitin. Although Turnitin is available, our course will mostly use GitLab and Wattle for submission of assignments. Check on Wattle for more information. Any code developed as part of the course is subject to MOSS for code similarity detection.
Hardcopy Submission
Keep a digital copy of tasks completed for your records.
Late Submission
Late submission is not permitted. The submission of assessment tasks without an extension after the due date is not permitted and a mark of 0 will be awarded.
Referencing Requirements
The Academic Skills website has information to assist you with your writing and assessments. The website includes information about Academic Integrity including referencing requirements for different disciplines. There is also information on Plagiarism and different ways to use source material.
Extensions and Penalties
Extensions and late submission of assessment pieces are covered by the Student Assessment (Coursework) Policy and Procedure. Extensions may be granted for assessment pieces that are not examinations or take-home examinations. If you need an extension, you must request an extension in writing on or before the due date. If you have documented and appropriate medical evidence that demonstrates you were not able to request an extension on or before the due date, you may be able to request it after the due date.
Privacy Notice
The ANU has made a number of third party, online, databases available for students to use. Use of each online database is conditional on student end users first agreeing to the database licensor’s terms of service and/or privacy policy. Students should read these carefully. In some cases student end users will be required to register an account with the database licensor and submit personal information, including their: first name; last name; ANU email address; and other information.In cases where student end users are asked to submit ‘content’ to a database, such as an assignment or short answers, the database licensor may only use the student’s ‘content’ in accordance with the terms of service – including any (copyright) licence the student grants to the database licensor. Any personal information or content a student submits may be stored by the licensor, potentially offshore, and will be used to process the database service in accordance with the licensors terms of service and/or privacy policy.
If any student chooses not to agree to the database licensor’s terms of service or privacy policy, the student will not be able to access and use the database. In these circumstances students should contact their lecturer to enquire about alternative arrangements that are available.
Distribution of grades policy
Academic Quality Assurance Committee monitors the performance of students, including attrition, further study and employment rates and grade distribution, and College reports on quality assurance processes for assessment activities, including alignment with national and international disciplinary and interdisciplinary standards, as well as qualification type learning outcomes.
Since first semester 1994, ANU uses a grading scale for all courses. This grading scale is used by all academic areas of the University.
Support for students
The University offers students support through several different services. You may contact the services listed below directly or seek advice from your Course Convener, Student Administrators, or your College and Course representatives (if applicable).
- ANU Health, safety & wellbeing for medical services, counselling, mental health and spiritual support
- ANU Access and inclusion for students with a disability or ongoing or chronic illness
- ANU Dean of Students for confidential, impartial advice and help to resolve problems between students and the academic or administrative areas of the University
- ANU Academic Skills and Learning Centre supports you make your own decisions about how you learn and manage your workload.
- ANU Counselling Centre promotes, supports and enhances mental health and wellbeing within the University student community.
- ANUSA supports and represents all ANU students
Convener
![]() |
|
|||
Research InterestsComputers in Education, Web Science and Semantic Web |
Dr Bernardo Pereira Nunes
![]() |
|
Convener
![]() |
|
|||
Research InterestsComputers in Education, Web Science and Semantic Web |
Dr Dylan Campbell
![]() |
|