Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 926 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 926 Bytes

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