subject

Consider the following scenario then complete the exercises below: Before a resident can attend a recreational activity, both the resident and the activity must be entered into the system. Every resident must have a valid resident number in order to attend a recreational activity. Residents can attend up to 10 recreational activities a month free of charge. Additional activities are charged a fee that is specific to the activity. Every time a resident signs up for an activity, the system must ensure that they have not exceeded their limit of free activities and that the seat limit for the recreational activity has not been exceeded. If the resident has exceeded their limit then the system must note that the resident will be charged for the activity. If the seat limit for the activity has been reached, the resident should get a message telling them that the activity is full. Ms. Smith assigns one of her staff to enter all the planned recreational activities into the system. Her staff will enter all the activity information including date, time, duration, location, seat limit, fee, and staff. The staff can also edit and delete the activity information. Every week the office manager also creates a newsletter that is sent to current residents. This newsletter includes information about upcoming activities. Every morning, the office manager prints a report that lists all the residents who have reached their 10 free recreational activities. If a resident has reached the threshold, the manager calls the resident to let them know. If they don’t reach the resident the manager will then send an email.
Exercises:
1. Using the Use Case diagram you created for the HRC scenario, create a Sequence diagram for the "Resident Register for Event" use case scenario and the "Office Manager Weekly Activity Notification" use case scenario. The "Resident Register for Event" use case scenario should assume that the resident has a valid resident ID and should also check for activity limits.
2. Create a Communication diagram for the "Office Manager Create Monthly Bill" use case scenario. This use case scenario has the following Normal Flow of events:
a. Manager gets list of residents who have attended > 10 activities.
b. For each resident, the manager will get the fee for each additional activity.
c. Manager calculates the total bill.
d. Manager creates a bill notification in the system and updates the residents account with charges.
e. When the resident has paid their bill, the manager updates the residents account.
Create a State Machine Diagram for the "Resident" class and for the "Activity" class.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 04:30
There is a simple pattern for determining if a binary number is odd. what is it and why does this pattern occur? how many bits would you need if you wanted to have the ability to count up to 1000? how high could you count in binary if you used all 10 of your fingers as bits? (finger up means 1, finger down means 0)
Answers: 3
question
Computers and Technology, 22.06.2019 08:00
Aplan to budget time for studying and activities is referred to as a study routine. study habits. study skills. a study schedule.
Answers: 1
question
Computers and Technology, 22.06.2019 11:40
Pthreads programming: create and terminate a thread write a c++ program that creates a thread. the main will display a message “hello world from the main”. the main will create a thread that will display a message “hello world from the thread” and then terminates with a call to pthread_exit()
Answers: 3
question
Computers and Technology, 23.06.2019 07:50
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
You know the right answer?
Consider the following scenario then complete the exercises below: Before a resident can attend a r...
Questions
question
History, 25.09.2020 14:01
question
Mathematics, 25.09.2020 14:01
question
Mathematics, 25.09.2020 14:01
question
Mathematics, 25.09.2020 14:01
Questions on the website: 13722360