Fundamentals of Operating Systems and Java Programming: Volbank System
VerifiedAdded on 2019/11/20
|14
|763
|260
Homework Assignment
AI Summary
The assignment focuses on the Volbank computer system, which matches volunteers with volunteer organizations. It begins with a system analysis, including the identification of actors (Volunteers, Volbank, Organizations, and Web Server) and use cases (Create Account, Add Time, Handle Notifications, etc.). A use case diagram is employed to visualize the relationships between these entities. Priority use cases, such as 'Create Account' and 'Handle Notifications,' are identified for further elaboration. The assignment then transitions into class design, requiring the creation of at least four classes (Volunteer, Organisation, Volbank, and Server), along with their attributes, datatypes, and possible value ranges. Finally, the assignment provides class declarations and implementations in Java, including initialization and a display() method to output the datatypes to the console. This comprehensive approach allows students to demonstrate their understanding of system analysis, UML diagrams, and object-oriented programming using Java.
1 out of 14
















