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

1 answer below »
..


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 3 TEQSA Provider Number: PRV12051 ASSESSMENT BRIEF COURSE: Bachelor of IT Unit Code: DSAA204 Unit Title: Data Structure and Algorithms Type of Assessment: Task 3- Individual Report Length/Duration: Word limit- 2000 words 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 a 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 3 TEQSA Provider Number: PRV12051 ASSESSMENT DESCRIPTION: This assessment is an individual report about the design of an OOP system using Data Structures and Algorithms. The report should follow the following structure using the actual case study that will be available on Moodle (in assessment section) by week 8. 1. Title Page 2. Executive Summary 3. Introduction 4. Background 5. Case Study and the Design 5.1 Variables, Ranges and Keys 5.2 Operations and the Justification 5.3 Algorithms and the Justification 5.4 Modifications 6. Conclusion 7. References 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 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 Lecturer Expectation Marks Comments Choice of Variables, Keys and ranges The understanding of various data types and importance of choosing the right variables and ranges 2 Justification of Variables, Keys and Ranges choice 2 Specification of Operations Identifying operations that are required by the system to function properly. The choice of appropriate algorithm so that data can be efficiently searched and sorted. 4 Choice of Algorithms for every Operation 5 Justification of Algorithms 3 Any modifications required How making systems scalable needs changes in the choice of variables and algorithms so that efficiency is not compromised 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 must develop and demonstrate in work being presented for assessment. The content of high quality work presented by a student 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 3 TEQSA Provider Number: PRV12051 must be fully referenced within-text citations and a Reference List at the end. Kent strongly recommends you refer to the Academic Learning Support Workshop materials available on the Kent Learning Management System (Moodle). For details please click the link http://moodle.kent.edu.au/kentmoodle/mod/folder/view.php?id=3606 and download the file titled “Harvard Referencing Workbook”. This Moodle Site is the location for Workbooks and information that are presented to Kent Students in the ALS Workshops conducted at the beginning of each Trimester. Kent recommends a minimum of FIVE (5) references in work being presented for assessment. Unless otherwise specifically instructed by your Lecturer or as detailed in the Unit Outline for the specific Assessment Task, any paper with less than five (5) references may be deemed not meeting a satisfactory standard and possibly be failed. Content in Assessment tasks that includes sources that are not properly referenced according to the “Harvard Referencing Workbook” will be penalised. Marks will be deducted for failure to adhere to the word count if this is specifically stated for the Assessment Task in the Unit Outline. As a general rule there is an allowable discretionary variance to the word count in that it is generally accepted that a student may go over or under by 10% than the stated length. GENERAL NOTES FOR REFERENCING References are assessed for their quality. Students should draw on quality academic sources, such as books, chapters from edited books, journals etc. The textbook for the Unit of study can be used as a reference, but not the
Answered 6 days AfterMay 30, 2021DSAA204

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

Neha answered on Jun 05 2021
135 Votes
Understanding OOP using Case Study of Insurance Company
Executive Summary
In this report the major focus is to understand the object-oriented paradigm to design the new system on the basis of the given case study. The object-oriented programming is utilised as it is able to provide the highly organized approach for creating the program. It allows us to use different constr
ucts like the classes and objects, data abstraction, encapsulation, inheritance and the polymorphism. All these concepts are provided by object-oriented paradigm, and it allows to have easy approach.
This report has been created with the objective of demonstrating effectiveness and efficiency of the different data structures and algorithm. With the help of this report, we can show the actual reason about the efficiency of algorithm and also apply this suitable recursive data structures. With this report we will try to understand the importance of the data structure and the algorithm in the IT systems and the application. There are different algorithms which can be used for a single problem and the algorithm can have different approaches. It is the responsibility of the developer to select the algorithm on the basis of the given scenario.
This report starts with the explanation of the object-oriented programming paradigm. It proves that the object-oriented programming approach is the highly efficient and the easiest manner for designing the complex system. It is helpful because its stab lish is the organised system for the given problem on the basis of classes and objects. All the different concepts of the object-oriented programming approach are explained in this report, and we have also provided the comparison with the other programming approach in this report like the structure or the unstructured programming method.
After this we have examined the background of the approach this includes the detailed information about what we have incorporated into the system like the number of the customers, different policies and few other things needs to be managed in the organization, the type of the policy and the employees who have responsibilities to handle the customers and provide them the policies, the operations and the services which needs to be incorporated to create the system so that it is highly efficient. The whole workflow of the organization starts from selling the different policies to the customers and also performing some different searching and sorting operation to get the result in detail. As weather given case study it will have 2 basic types of the policies which are life insurance policy and the child education policy. The life insurance policy will be given to the person, but the child education policy will be provided on the basis of Child’s information.
After analysing the report, we will focus over the extension of the system. As per the given case study it will have a greater number of customers in the coming year and this system will not be able to give valid performance with a new case. The whole management of the organization will be based on the case study which is implemented with the help of different concepts of the object-oriented programming approach. The different variables will be used as further ranges and keys decided and operations will also be able to perform as per the justification. The algorithms will be based on the justification explained in the report. Lastly, we will have to implement the new changes and the process of the same system with their greater number of the customers. At the end of this report a suitable conclusion will be provided as per the methodology and the approach which has been used for designing the insurance policy sister with the help of object-oriented programming...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here