Assignment 5
Choose from multiple choices:
What is the purpose of a use case in software development?
• a) To define specific coding practices
• b) To model the interactions between actors and the system for
a particular goal
• c) To determine the system's design architecture
• d) To document user interface details
Which of the following is a post-condition in a use case description?
• a) A condition that must be true before the use case begins
• b) A restriction placed on how the business operates
• c) A state or condition that should be true after the use case
completes successfully
• d) A sequence of steps for unsuccessful scenarios
What does a UML activity diagram primarily represent?
• a) User roles within the system
• b) The sequence of steps in a business process
• c) The database schema of a system
• d) The layout of the system interface
In a use case description, the "initiator" refers to:
• a) The system itself
• b) The actor who starts the process or interaction
• c) The end condition of the use case
• d) The alternative flow
What are business rules?
• a) A detailed sequence in the use case
• b) A constraint or guideline that defines or limits certain aspects
of how a business operates
• c) A diagram that models system behavior
• d) A post-condition of a use case
-----------------------------------------------------------------------------------
Draw Activity Diagram
The Hospital Management System is a software application
designed to help hospitals manage daily activities such as
patient registration, appointment scheduling, billing, and
medical record management
• Main System Functions:
• Patient Registration:
• Collecting information for new patients and creating a new
record.
• Updating information for existing patients when necessary.
• Appointment Scheduling:
• Scheduling new appointments based on doctor availability.
• Modifying or canceling appointments upon request.
• Medical Records Management:
• Recording diagnoses and treatments.
• Billing and Payments: