Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/charlieh7/48024-applications-programming

This subject teaches students how to design, develop and evaluate software systems to meet predefined quality characteristics of functionality (suitability) and usability (understandability, learnability, operability, compliance). Software solutions are implemented using Java or Python.
https://github.com/charlieh7/48024-applications-programming

design-patterns designpatternsjava java javafx javafx-application python python3 uts

Last synced: 8 days ago
JSON representation

This subject teaches students how to design, develop and evaluate software systems to meet predefined quality characteristics of functionality (suitability) and usability (understandability, learnability, operability, compliance). Software solutions are implemented using Java or Python.

Awesome Lists containing this project

README

        

# 48024-Applications-Programming
University: University of Technology Sydney

Session: Autumn 2022

Subject: 48024 Applications Programming

Final Grade: 82 (Distinction)

This subject teaches students how to design, develop and evaluate software systems to meet predefined quality
characteristics of functionality (suitability) and usability (understandability, learnability, operability, compliance).
Software solutions are implemented using Java or Python. Concepts, theories and technologies underlying the methods and techniques are introduced and explained as required. Students apply all that they have learned to develop and implement the architecture of a business system.

Content (topics)
1. Basic programming plans
2. Design rules and notations
3. Debugging
4. Strings
5. Classes
6. Linked lists
7. Inheritance
8. How to build a GUI
9. The event model
10. GUI Lists and list models
11. GUI tables and table models