Kent Institute Australia Pty. Ltd. Assessment Brief XXXXXXXXXXABN XXXXXXXXXXCRICOS Code: 00161E RTO Code: 90458 Version 2: 11th October, 2019 XXXXXXXXXXPage 1 of 4 XXXXXXXXXXTEQSA Provider Number:...

1 answer below »
i have attached the files.


Kent Institute Australia Pty. Ltd. Assessment Brief ABN 49 003 577 302 CRICOS Code: 00161E RTO Code: 90458 Version 2: 11th October, 2019 Page 1 of 4 TEQSA Provider Number: PRV12051 ASSESSMENT BRIEF COURSE: Bachelor of IT Unit Code: DSAA204/ BIT 204 Unit Title: Data Structure and Algorithms Type of Assessment: Task 3- Individual Reprot Length/Duration: N/A Unit Learning Outcomes addressed: a. Evaluate the efficiency and effectiveness of data structures and algorithms. b. Demonstrate reasoning about efficiency of algorithms c. Assess and apply suitable recursive data structures and algorithms to IT systems and applications Submission Date: To be submitted in week 11 Assessment Task: The assessment is about the design of a system using OOP Total Mark: 20 Marks Weighting: 20% Students are advised that submission of an Assessment Task past the due date without a formally signed approved Assignment Extension Form (Kent Website MyKent Student Link> FORM – Assignment Extension Application Form – Student Login Required) or previously approved application for other extenuating circumstances impacting course of study, incurs a 5% penalty per calendar day, calculated by deduction from the total mark. For example. An Assessment Task marked out of 40 will incur a 2 mark penalty for each calendar day. More information, please refer to (Kent Website MyKent Student Link> POLICY – Assessment Policy & Procedures – Student Login Required) https://kentinstituteaustralia.sharepoint.com/sites/Policies%26Forms/SitePages/Home.aspx?RootFolder=%2Fsites%2FPolicies%26Forms%2FPolicies%20and%20Forms%2FStudent&FolderCTID=0x012000E6C01ECDB12ACE448B94EB84A9F93758&View=%7B148054E0%2D0936%2D4517%2D8B3E%2DD0CCDC7CD88F%7D https://kentinstituteaustralia.sharepoint.com/sites/Policies%26Forms/SitePages/Home.aspx?RootFolder=%2Fsites%2FPolicies%26Forms%2FPolicies%20and%20Forms%2FStudent&FolderCTID=0x012000E6C01ECDB12ACE448B94EB84A9F93758&View=%7B148054E0%2D0936%2D4517%2D8B3E%2DD0CCDC7CD88F%7D Kent Institute Australia Pty. Ltd. Assessment Brief ABN 49 003 577 302 CRICOS Code: 00161E RTO Code: 90458 Version 2: 11th October, 2019 Page 2 of 4 TEQSA Provider Number: PRV12051 ASSESSMENT DESCRIPTION: This assessment is an individual report about the design of an OOP system using data structures and algorithms. An insurance company intend to computerize their records. The insurance bought by customers can be of two types. A life insurance policy and an educational policy in the name of the children. There are currently 200 customers of the company and company anticipates that the growth in the customers will be no more than 10% in coming 10 years. Out of 200 customers around 150 customers have life insurance and the remaining have education policy. For life insurance policy, the company stores customer’s name, address, contact, age, a record of customer’s health conditions, type of policy, beneficiary and a yearly payment schedule. For education policy, the information to be kept in the system is the name of the customer, address, contact, age, name of the child, and type of the policy. The company has briefed you that they frequently need to search the customers by their name and type of the policy they have bought. For annual reporting purpose they also need to sort the customers record. Choose appropriate data structures for two types of the customers mentioned above. Also specify what type of different operations can be applied on the customers records? Use your general understanding of the insurance company scenarios to specify all operations that a system for insurance company would require. Also, specify what algorithms would be appropriate for each type of the operation? Now assume that in coming years the company’s performance and marketing policy increased its number of customers. The performance of the old system is no longer satisfactory. Within three years’ time period, the company grew from 200 customers in total to 4000, out of which 3200 customers are Life insurance policy customers and the remaining being education policy customers. What changes you will bring in the design of the system to make sure the system works efficiently? You can organize your report as follows: 1. Title Page 2. Executive Summary 3. Introduction 4. Background 5. Case Study and the Design 5.1 Variables, Ranges and Keys 5.2Operations and the Justification 5.3 Algorithms and the Justification 6. Modifications 7. Conclusion 8. References Tasks to be completed: a) Specify variables, keys and ranges used for the design of the system b) Justify your choice of variables keys and ranges. c) Specify operations that would be required by the company for their smooth working d) For each operation specify the most suitable algorithm and give its justification. e) Suggestion on the modification of the sytem. ASSESSMENT SUBMISSION: The assignment must be submitted online in Moodle. All materials MUST be submitted electronically in Microsoft Word format. Other formats (e.g., pdf or MAC file) may not be readable by markers. Please be Kent Institute Australia Pty. Ltd. Assessment Brief ABN 49 003 577 302 CRICOS Code: 00161E RTO Code: 90458 Version 2: 11th October, 2019 Page 3 of 4 TEQSA Provider Number: PRV12051 aware that any assessments submitted in other formats will be considered LATE and will lose marks until it is presented in MS Word. No paper based or hardcopy submission will be accepted. MARKING GUIDE (RUBRIC): Marking Criteria Marks Comments Choice of Variables, Keys and Ranges 2 Justification of Variables, Keys and Ranges 2 Specification of operations 4 Choice of Algorithms 5 Justification of Algorithm 3 Modifications 4 Total 20 GENERAL NOTES FOR ASSESSMENT TASKS Content for Assessment Task papers should incorporate a formal introduction, main points and conclusion. Appropriate academic writing and referencing are inevitable academic skills that you
Answered 5 days AfterMay 31, 2021DSAA204

Answer To: Kent Institute Australia Pty. Ltd. Assessment Brief XXXXXXXXXXABN XXXXXXXXXXCRICOS Code: 00161E RTO...

Kshitij answered on Jun 05 2021
145 Votes
Title:- Insurance Company
Executive Summary:- 
Now for this program, we have simply two choices according to the requirement. This program works on some principles and rules i.e that whenever we insert the data of the specific class we easily insert the data but according to their name means the whole data are in sorted order. All data are
stored in sorted now whenever the company wants the data of the use firstly company asked their name for the input and according to their name company start searching for the data.
Now first time the company matches the name with the root data (root is the first name of a tree data structure) if the data name is matched with the root data-name then it returns simply true and data found if data do not match with the root data then the program checks the given data is less than the root node or greater than the root node. if data less than the root node then the tree is divided into two half one is greater and the other is smaller. Now again we find a node then for that subtree it is all a root for a subtree and again check with root and follow that same path if the node pointer reacher to null means no data found at that position it simply returns false statement and say no data found. 
Introduction:- A company that provides insurance to the peoples according to theirs needs. A company that provides two types of insurance one is the life insurance policy and the other is an educational policy. At this time, The company has 200 customers and out of 200, 150 customers have life insurance and the rest are have educational insurance. I have two classes one is life insurance and the other educational insurance. The life insurance class having some member or attributes i.e customer name, customer address, contact, age, a record of customer health conditions, type of policy, detail of beneficiary, and a yearly payment schedule.
Now educational classes have the following field i.e name of customer, address contact, age, name of the child, and type policy. Now for storing that information we have to make these classes for encapsulating the that of the specific customer.
Background:- In the company, we have to store the data for analysis for the future increment of company growth. Now the company provides only two types of insurance and both have their different functions and use cases. Now, whenever a user wants insurance then he has two choices one is life and the other is educational type insurance. Now whatever he takes but he has to give some information for record use because the company has to keep all the records for the analysis and the future.
Now at this time, the user has provided the details for the company records and take the record from the user, and store it into the database.
Now at the time, whenever the users visit the company then the company have to see the record where the user is the right person who has taken the insurance for our company, Now at that time the company start searching the user details in his records but the records are very big and having many users but they want records then how the company fetches the correct the from the records. Now the company has to follow some algorithm to fetch correct data from the records with minimum time constraints. Now first time the company matches the name with the root data (root is the first name of a tree data structure) if the data name is matched with the root...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here