Course Title: Apply intermediate object-oriented language skills

Part B: Course Detail

Teaching Period: Term2 2025

Course Code: COSC7394C

Course Title: Apply intermediate object-oriented language skills

Important Information:

Please note that this course may include compulsory in-person attendance requirements for some or all teaching activities.

It is recommended that you check your Canvas course shell closer to the course start date for details about any mandatory in-person attendance requirements.

Please be aware that the course delivery method may need to change quickly in response to evolving course requirements. Students must maintain regular communication with their teachers to stay informed about any updates.

School: 520T Future Technologies

Campus: City Campus

Program: C5402 - Diploma of Information Technology

Course Contact: Lincy Jim

Course Contact Phone: +61 3 9925 4612

Course Contact Email: lincy.jim@rmit.edu.au


Name and Contact Details of All Other Relevant Staff

Nominal Hours: 60

Regardless of the mode of delivery, represent a guide to the relative teaching time and student effort required to successfully achieve a particular competency/module. This may include not only scheduled classes or workplace visits but also the amount of effort required to undertake, evaluate and complete all assessment requirements, including any non-classroom activities.

Pre-requisites and Co-requisites

None

Course Description

In this course you will gain the skills and knowledge required to undertake intermediate level programming tasks using an object-oriented programming language.


National Codes, Titles, Elements and Performance Criteria

National Element Code & Title:

ICTPRG549 Apply intermediate object-oriented language skills

Element:

1. Build applications

Performance Criteria:

1.1 Determine and document program requirements according to object-orientated programming specifications 1.2 Divide multiple source-code files into logical units and packages and collect data in internal storage 1.3 Implement internal data-sorting and searching facilities according to object-orientated programming specifications 1.4 Employ integrated-development environment facilities and make files to automate program building 1.5 Use facilities in specific language for persisting objects to binary files and confirm program stability

Element:

2. Write interactive database programs

Performance Criteria:

2.1 Design, document and implement programs that connect to the required database according to program specifications

2.2 Design, document and implement programs that use language facilities according to program specifications

2.3 Design, document and implement programs that use language facilities to manipulate database structure

2.4 Write programs that deliver transactional integrity according to program requirements

Element:

3. Write graphical user interface

Performance Criteria:

3.1 Employ graphical user interface (GUI) framework according to language requirements 3.2 Use standard GUI components according to object-orientated programming specifications 3.3 Respond to user and program-generated events and according to program requirements

Element:

4. Debug and test application

Performance Criteria:

4.1 Examine variables and trace running code 4.2 Detect logical and coding errors according to program requirements 4.3 Examine variable contents during execution and detect and correct errors 4.4 Design and document limited tests of code 4.5 Test and document produced code and determine compliance with the program specification


Learning Outcomes


On successful completion of this course the candidate will demonstrate the ability to complete the tasks outlined in the elements, performance criteria and foundation skills of this unit.


Details of Learning Activities

In this Unit individuals will work as software developers in a variety of fields who are required to produce programs in object-oriented languages. We will use requirement analysis, UML diagrams, demos, requirement based program design, testing tools to perform the project. Also, we will use Quiz to test their learnings.


Teaching Schedule

SEMESTER 2,2025WeekDateTopicAssessment
Week 1 14 July- 20 July

Introduction to JAVA

Introduction to NetBeans

Using Variables, Data Types, Operators and Java Syntax


Week 2

21-27 July

  • Introduction to Scanners
  • Comparison Operators - Boolean Type
  • Flow Controls
    • if statement, if-else statement and Switch statement

Week 3

28 July-3 August

This week we will:
  • Multiple If-else (Continuing from last week)
  • Switch Statement(Continuing from last week)
  • Flow Controls - for while and do-while loops
  • Methods/Functions

Week 4 4-10 August

Methods/Functions

UML diagrams

Classes & Constructors

Assessment 1- Project stage 1 is released

Assessment 1: Project stage 1 specifications issued

Week 5 11-17 August

Use arrays to store multiple objects

Use loops to process arrays

Use loops to process arrays of object

Week 6 18-24 August

Continued from last week - Use arrays to store multiple objects

ArrayList

Understanding about how you can prompt the display menu for your Project using methods. ArrayList and Switch Statement.

Week 7 25-31 August

Inheritance and polymorphism

Inheritance

Aggregation/Inclusion

Method and Constructor Overloading

Exercises

1-7 September Mid-Semester Break Mid-Semester Break
Week 8 8-14 September Continue to work on Week 7, Work on Project

Week 9 15-21 September Work on Project Demonstrate working project as part of Assessment 1: Project Stage 1
Week 10 22-28 September Basic Graphical User Interface (GUI) Introduction

Assessment 1: Project Stage 1 due

Week 11 29 September - 5 October

Basic GUI Implementation

Event handling

Assessment 1: Project Stage 2 specifications issued
Week 12 6-12 October Event handling

Assessment 2

Knowledge Test released

Week 13 13-19 October Tabs introduction

Assessment 2

Knowledge Test due

Week 14 20-26 October Database Connectivity/Work on Assignment Demonstrate working project as part of Assessment 1: Project Stage 2
Week 15 27 October- 2 November Database Connectivity Assessment 1: Project Stage 2 due
Week 16 3-9 November Course & assessment feedback. Re-assessment if required
Week 17 10-16 November Course & assessment feedback. Re-assessment if required.

*Please note that this timeline is subject to change based on semester requirements. We recommend checking your Canvas course shell regularly to stay updated with the latest schedule.



Learning Resources

Prescribed Texts


References


Other Resources

Powerpoint/Handout

Required Media File

Required Reading list


Overview of Assessment

Assessment for this course is ongoing throughout the semester. Your knowledge and understanding of course content is assessed through participation in class exercises and various types of assessments.

Full assessment briefs will be provided and can be found on CANVAS.


Assessment Tasks

The student must complete the following assessments:

1. Project Stage 1

2. Project Stage 2

3. Knowledge Test

Students enrolled in Vocational Education and Training qualifications are assessed for Competency. To be assessed as Competent means you have consistently demonstrated the required knowledge and skills at a standard expected in the workplace.

To be assessed as Competent in this course, you will need to complete each assessment task to a satisfactory standard. You will receive feedback from the teacher at the conclusion of each assessment task.


Assessment Matrix

Element

Performance criteria

Assessment Task 1

Project (Stage 1)

Assessment Task 1

Project (Stage 2)

Assessment Task 2: Knowledge Test

1. Build applications

1.1 Determine and document program requirements according to object-orientated programming specifications.

X

X

1.2 Divide multiple source-code files into logical units and packages and collect data in internal storage.

X

X

1.3 Implement internal data-sorting and searching facilities according to object-orientated programming specifications

X

1.4 Employ integrated-development environment facilities and make files to automate program building

X

X

1.5 Use facilities in specific language for persisting objects to binary files and confirm program stability

X

2. Write interactive database

programs

2.1 Design, document and implement programs that connect to the required database according to program specifications

X

2.2 Design, document and implement programs that use language facilities according to program specifications

X

2.3 Design, document and implement programs that use language facilities to manipulate database structure

X

2.4 Write programs that deliver transactional integrity according to program requirements

X

3. Write graphical user interface

3.1 Employ graphical user interface (GUI) framework according to language requirements

X X

3.2 Use standard GUI components according to object-orientated programming specifications

X

3.3 Respond to user and program-generated events and according to program requirements

X

4. Debug and test application

4.1 Examine variables and trace running code

X X

X X

4.2 Detect logical and coding errors according to program requirements

X

X

4.3 Examine variable contents during execution and detect and correct errors

X X

X X

4.4 Design and document limited tests of code

X

4.5 Test and document produced code and determine compliance with the program specification

X

Other Information

Credit Transfer and/or Recognition of Prior Learning (RPL):

You may be eligible for credit towards courses in your program if you have already met the learning/competency outcomes through previous learning and/or industry experience. To be eligible for credit towards a course, you must demonstrate that you have already completed learning and/or gained industry experience, that is:

• Relevant
• Current
• Satisfies the learning/competency outcomes of the course

To find more information about credit transfer and RPL, please refer to the following link: https://www.rmit.edu.au/students/my-course/enrolment/apply-for-credit

Study and Learning Support:

RMIT University Library provides free study support services and resources to help you build your academic skills.

Study and Learning Centre (SLC) provides free learning and academic development advice to you. Services offered by SLC to support your numeracy and literacy skills are:

• Assignment writing, thesis writing and study skills advice
• Math and science developmental support and advice
• English language development

To find more information about Study and Learning Support, please refer to the following link: https://www.rmit.edu.au/students/support-services/study-support

Equitable Learning Services (ELS):

The Equitable Learning Services team (ELS team) supports and creates equal opportunities for students with a disability, long-term illness and/or mental health condition. We also support primary carers.

ELS works in partnership with students to create an Equitable Learning Plan. Your plan is tailored to you, supports your needs and establishes how RMIT can provide ongoing assistance so you can access and participate in your studies. The ELS team can assist you to manage your Equitable Learning Plan.

To find more information about services offered by Equitable Learning Services (ELS), please refer to the following link: https://www.rmit.edu.au/students/support-services/equitable-learning

Extensions and Special Consideration

Extensions:

• Extensions are available for unforeseen circumstances of a short-term nature.

• Applications must be submitted to the school at least one working day before the due date of the assessment.

• Extensions can be approved for up to 7 days past the due date for an assessment. (Where students need an extension exceeding 7 days, they must instead apply for special consideration.)

Special Consideration:

• An application for special consideration is made in advance of an assessment wherever possible, but will normally be accepted within five working days after the assessment date. For more information, see the Special Consideration page of the RMIT website.

Plagiarism:

Plagiarism is a form of cheating and it is very serious academic offence that may lead to expulsion from the University.

Please Refer: www.rmit.edu.au/academicintegrity to find more information about plagiarism.

Email Communication:

All email communications will be sent to your RMIT email address and you must regularly check your RMIT emails.

Course Overview: Access Course Overview