Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/charlieh7/48024-applications-programming
- Owner: CharlieH7
- License: gpl-3.0
- Created: 2022-06-21T16:33:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T04:42:43.000Z (about 2 years ago)
- Last Synced: 2024-11-09T00:48:30.658Z (2 months ago)
- Topics: design-patterns, designpatternsjava, java, javafx, javafx-application, python, python3, uts
- Language: Java
- Homepage:
- Size: 21.3 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 48024-Applications-Programming
University: University of Technology SydneySession: 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