Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 5.32 KB

struc2.md

File metadata and controls

66 lines (42 loc) · 5.32 KB

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors Visitors

Don't forget to hit the ⭐ if you like this repo.

Instructions

  • Please use the answer template.
  • Please answer the following case study question to assess your knowledge in UML. You are required to submit your answer file in the submission folder. Within the submission/sec01 or submission/sec02 folder, create a folder with your GitHub ID. Name the file as struc2.md.

Folder structure

🗂️submission
├─ 🗂️sec01
├── 📄readme.md
├── 📁drshahizan
│   ├── 📄mcq1.md
│   ├── ...
│   └── 📄mcq5.md
├── 📁your github id
├─ 🗂️sec02
├── 📄readme.md
├── 📁drshahizan
│   ├── 📄mcq1.md
│   ├── ...
│   └── 📄mcq5.md
└── 📁your github id

Case Study: VecInsured

An insurance company wants to develop a system calls VecInsured to computerize its company vehicle insurance policy management. The VecInsured system should be able to add the information of a new vehicle, add information of a new driver and calculate the premium for the insurance. It should be able to check the validity of the insured vehicle information with the Jabatan Pengangkutan Jalan (JPJ) system. The VecInsured system can also check if the insured vehicle has any summon with JPJ system. It also enables the customer to pay the insurance using credit card or online banking payment.

  1. Draw a use case diagram based on the information above. (10 marks)

“Add a new vehicle” is a use case in VecInsured system to add a new vehicle to an existing policy. A customer calls a clerk at the insurance company and gives his policy number. The clerk enters this information, and the system displays the basic insurance policy. The clerk then checks the information to make sure the premiums are current and the policy is active. The customer gives the make, model, year, and vehicle identification number (VIN) of the car to be added. The clerk enters this information, and the system ensures that the given data is valid. Next, the customer selects the types of coverage desired and the amount of each. The clerk enters the information, and the system records it and validates the requested amount against the policy limits. After all of the overages have been entered, the system ensures the total coverage against all other ranges, including other cars on the policy. Finally, the customer must identify all drivers and the percentage of time they drive the car.

  1. Create an activity diagram based on the given activities. (10 marks)

VecInsured system manages the information of agents hired by the insurance company. Agents are the one who sells insurance policies. Insurance policy is written by an agent for an insured person. Insured person is someone who purchases an insurance policy. The insurance policy consists of one or many insured persons and one or many insured vehicles. An insured vehicle can have a summon history. There are two coverage types offered by the insurance policy that are standard and comprehensive coverage.

  1. Draw a domain model for VecInsured system with a suitable relationships (association, generalization and aggregation) based on the given description. (10 marks)

Initially, an insurance policy is in created state after the insured person has purchased it. The state of the policy is active based on the starting and ending period of the insurance policy. If there is an accident happens, the state will change to claim. The claim is only in the state of approved when the amount of the claim is less than the insurance coverage limit.

  1. Based on the description, create a state chart diagram for the insurance policy. (10 marks)

Contribution 🛠️

Please create an Issue for any improvements, suggestions or errors in the content.

You can also contact me using Linkedin for any other queries or feedback.

Visitors