Source Code
Source Code
Student declaration
I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagia
making a false declaration is a form of malpractice.
Student’s signature
Grading grid
Grade (0-10)
1
❒ Summative Feedback: ❒ Resubmission Feedback:
IV Signature:
2
Assessment Brief
Student Name/ID Number
Unit Number and Title Object Oriented Programming with Java
Academic Year 2020 - 2021
Unit Tutor
Assignment Number & Design, Implement and Test a GUI application
Title
Issue Date
Submission Date
IV Name & Date
Submission Format
The submission is in the form of a written report. This should be written in a concise, formal
business style using single spacing and font size 12. You are required to make use of headings,
paragraphs and subsections as appropriate, and all work must be supported with research and
referenced using the Harvard referencing system. Please also provide a bibliography using the
Harvard referencing system.
3
Unit Learning Outcomes
LO1 Understand basic programming skills and OOP paradigm
LO2 Understand how to detect errors and handle errors
LO3 Understand how to working with files in applications
LO4 Understand how to build GUI application
Assignment Brief
You have to develop an application to solve a small business problem. The problem requires a
graphical user interface with features that required reading / writing data from text file,
working with a collection of data (searching for item / min / max / sum / etc.). The application
must handle errors so that it will not crash at end user side. The application also need to be
fully tested before the production phase.
You need to write a technical report about the development of the application. Content of the
report should cover design, implementation and testing.
In the end you need to demo your application, explain your code and answer technical
questions.
4
Learning Outcomes and Assessment Criteria
5
Source Code
6
7
8
9
10
11
12
13