Write My Paper Button

WhatsApp Widget

BTEC Higher National Diploma (HND) in Computing | My Assignment Tutor

HND Assignment BriefSession: February 2021Programme titleBTEC Higher National Diploma (HND) in ComputingUnit number and title20Advanced Programming (L5)Assignment number & title1 of 1Advanced Programming (L5)Unit Leader–Assessor (s)Y. Meressi and A. AlamIssue Date22/02/2021Final assignmentsubmission deadline07 – 12 June 2021Late submission deadline14 – 19 June 2021Learners are required to follow the strict deadline set by the College forsubmissions … Continue reading “BTEC Higher National Diploma (HND) in Computing | My Assignment Tutor”

HND Assignment BriefSession: February 2021Programme titleBTEC Higher National Diploma (HND) in ComputingUnit number and title20Advanced Programming (L5)Assignment number & title1 of 1Advanced Programming (L5)Unit Leader–Assessor (s)Y. Meressi and A. AlamIssue Date22/02/2021Final assignmentsubmission deadline07 – 12 June 2021Late submission deadline14 – 19 June 2021Learners are required to follow the strict deadline set by the College forsubmissions of assignments in accordance with the BTEC level 4 – 7submission guidelines and College policy on submissions.Resubmission deadlineTBAFeedbackFormative feedback will be available in class during the semester.Final feedback will be available within 2 – 3 weeks of the assignmentsubmission date. GeneralGuidelines• The work you submit must be in your own words. If you use a quote or anillustration from somewhere you must give the source.• Include a list of references at the end of your document. You must give allyour sources of information.• Make sure your work is clearly presented and that you use readilyunderstandable English.• Wherever possible use a word processor and its “spell-checker”. Internal verifierS. R. PandeySignature (IV of thebrief) *Date17/02/2921 Department of Information Technology Page 2 of 6 ICON College of Technology and ManagementBTEC HND in ComputingUnit 20: Advanced Programming (L5)Session: February 2021CourseworkRecommended maximum words 3,000 You are strongly advised to read “Preparation guidelines of the Coursework Document”before answering your assignment.ASSIGNMENTAim & ObjectiveThis coursework is designed to allow the learner to demonstrate their broad understanding,knowledge and the skills gained through the module’s learning journey. The coursework must besubmitted as one document in a report format with the full implementation of the code projectembedded as an object at the end of the report.Assignment Scenario:Primrose Ltd is a construction company. They build affordable homes for key workers. Their workforce is mostly shift-based. Currently they track employee working hours using an excel file. Thenumber of hours recorded on the excel file are used for the purposes of calculating employeesalaries at the end of every month. Recent growth in the company means their file-basedemployee hours tracking system is no longer adequate.You have been tasked to create a database driven application to replace the current file-basedsystem. The new system will have the following key features:• Employees will be registered in the system by an admin staff. The following information willbe required: first name, last name, birth date, mobile and email.• Employees will have login accounts• There are two types of employees, full time or part-time• Employees will be able to login at the start of their shift and logout at the end of their shiftusing their user name and password• Logged-in employees will be displayed on a list on the home screen and once they logout,their name is removed from the list of logged-in employees.• Hours worked will be calculated from the employee’s login/logout times• Admin staff can see all employee’s data including hours workedAdvanced optional features:• Employees can search and view their data including hours worked but not anotheremployee’s.The application you develop will be either a desktop with a GUI or web application. Whichever ofthe two will be decided by what is used in the teaching of this course.Department of Information Technology Page 3 of 6LO1C# is an OOP language that allows OOD paradigms such as Abstraction Encapsulation,polymorphism and Inheritance. You need to examine the characteristics of the Object-orientatedparadigm in relation to the given scenario. You need to discuss a range of design patterns fromeach of the creational, structural, and behavioural patterns and analyse the relationship betweenthe object-orientated paradigm and the design patterns to be used in this application.N.B. You may use code snippets to aid your discussion. Any code snippets that appear inyour submission must be within the context of the given the scenario. Textbook examplesare not acceptable.LO2In designing an object-oriented solution, it is important to make use of modelling tools such asUML diagrams. Your task here is to produce a UML Class diagram to capture the relationships(generalisation, specialisation, composition) between the entities identified for the implementationof an OO solution to the scenario. Your UML class diagrams should be specific to the designpattern you will use in this implementation and it must be complete with the necessary fields andmethods that will be implemented in LO3.N.B. All UML diagrams and/or code snippets included in your submission must be withinthe context of the given the scenario. Textbook examples are not acceptable.LO3Based on your UML class diagrams in LO2 you are required to develop the application in C# byfollowing object-oriented programming paradigm. The application must implement all the featureslisted in the given scenario above. You will select an appropriate design pattern (with justification)to implement and evaluate the pattern used. Use Visual Studio 2019 community edition or anyother IDE of your choosing as your development tool.N.B. DO NOT fill this section with screenshots of code and/or UI. You must use this sectionto explain the key elements of your implementations, the rationale for your approach etc,e.g., how your implementation relates to your design in LO2, its relation with the designpatterns discussed and your evaluation and test results. This can be supported with codesnippets. Your complete code will be submitted as an embedded object in the appendixsection.LO4Discuss a range of design patterns (Creational, structural, and behavioural pattern types) withreference to relevant examples as applied to the given scenario. Reconcile the most appropriatedesign pattern to the given scenario and critically evaluate the design patterns against a range ofscenarios with justification of your choices.N.B. Any models, code etc. included in this section must be within the context of the giventhe scenario. Textbook examples alone are not acceptable.AppendicesNote: You should attach all the supporting documents as a separate file in the appendix section ofyour assignment.Department of Information Technology Page 4 of 6Relevant InformationTo gain a Pass in a BTEC HND Unit, you must meet ALL the Pass criteria; to gain a Merit, youmust meet ALL the Merit and Pass criteria; and to gain a Distinction, you must meet ALL theDistinction, Merit and Pass criteria.1. Learning Outcomes and Assessment Criteria Learning Outcomes and Assessment CriteriaPassMeritDistinctionLO1 Examine the key components related to the object-orientatedprogramming paradigm, analysing design patterntypesD1 Analyse the relationshipbetween the object-orientatedparadigm and design patterns.P1 Examine the characteristics ofthe Object-orientated paradigm aswell as the various classrelationships.M1 Determine a design pattern fromeach of the creational, Structural andbehavioural pattern types.LO2 Design a series of UML class diagramsD2 Define/refine classdiagrams derived from a givencode scenario using a UMLtool.P2 Design and build classdiagrams using a UML tool.M2 Define class diagrams for specificdesign patterns using a UML tool.LO3 Implement code applying design patternsD3 Evaluate the use of designpatterns for the given purposespecified in M3.P3 Build an application derived from UMLclass diagrams.M3 Develop code thatimplements a design patternfor a given purpose.LO4 Investigate scenarios with respect to design patternsP4 Discuss a range of design patternswith relevant examples of creational,structural and behavioural pattern types.M4 Reconcile the mostappropriate design patternfrom a range with a series ofgiven scenarios.D4 Critically evaluate a rangeof design patterns against therange of given scenarios withjustification of your choices. 2. Preparation guidelines of the Coursework Documenta. All coursework must be word processed.b. Avoid using “Text box” in writing your assignment.c. Document margins must not be more than 2.54 cm (1 inch) or less than 1.9cm (3/4 inch).d. Font size must be within the range of 10 point to 14 points including the headings and body text(preferred font size is 11) in Arial.e. Standard and commonly used type face, such as Arial and Times New Roman, should be used.f. All figures, graphs and tables must be numbered.g. Material taken from external sources must be properly referred and cited within the text using Harvardsystemh. Do not use Wikipedia as a reference.Department of Information Technology Page 5 of 63. Plagiarism and CollusionAny act of plagiarism or collusion will be seriously dealt with according to the College regulations. In thiscontext the definitions and scope of plagiarism and collusion are presented below:Plagiarism is presenting somebody else’s work as your own. It includes copying information directly fromthe Web or books without referencing the material, submitting joint coursework as an individual effort.Collusion is copying another student’s coursework, stealing coursework from another student andsubmitting it as your own work.Suspected plagiarism or collusion will be investigated and if found to have occurred will be dealt withaccording to the College procedure (For details on Plagiarism & Collusion please see the StudentHandbook).4. Submissiona. Initial submission of coursework to the tutors is compulsory in each unit of the course.b. The student must check their assignments on ICON VLE with plagiarism software Turnitin to makesure the similarity index for their assignment stays within the College approved level. A student cancheck the similarity index of their assignment up to five times in the Draft Assignment submissionpoint located in the home page of the ICON VLE.c. All Final coursework must be submitted to the Final submission point into the Unit (not to theTutor). The student would be allowed to submit only once and that is the final submission.d. Any computer files generated such as program code (software), graphic files that form part of thecoursework must be submitted as an attachment to the assignment with all documentation.e. Any portfolio for a Unit must be submitted as an attachment in the assignment5. Good practicea. Make backup of your work in different media (hard disk, memory stick, etc.) to avoid distress due toloss or damage of your original copy.6. Extension and Late Submissiona. If you need an extension for a valid reason, you must request one using an Exceptional ExtenuatingCircumstances (EEC) form available from the Examination Office and ICON VLE. Please note thatthe tutors do not have the authority to extend the coursework deadlines and therefore do not askthem to award a coursework extension. The completed form must be accompanied by evidencesuch as a medical certificate in the event of you being sick and should be submitted to theExamination Office.b. Late submission will be accepted and marked according to the College procedure. It should be notedthat late submission may not be graded for Merit and Distinction.c. All late coursework must be submitted to the Late submission point into the unit (not to the Tutor)in the ICON VLE. A student is allowed to submit only once and that is also treated as the finalsubmission.d. If you fail in the Final or Late submission, you can resubmit in the Resubmission window.7. Submission deadlines Formative feedbackWeek 12Final Submission07 – 12 June 2021Late submission14 – 19 June 2021 Submit to: Online to the ICON VLE onlyGlossary:Analyse: Break an issue or topic into smaller parts by looking in depth at each part. Support each part witharguments and evidence for and against (Pros and cons)Evaluate: When you evaluate you look at the arguments for and against an issue.Department of Information Technology Page 6 of 6Critically Evaluate/Analyse: When you critically evaluate you look at the arguments for and against anissue. You look at the strengths and weaknesses of the arguments. This could be from an article you readin a journal or from a textbook.Discuss: When you discuss you look at both sides of a discussion. You look at both sides of the arguments.Then you look at the reason why it is important (for) then you look at the reason why it is important (against).Explain: When you explain you must say why it is important or not important.Describe: When you give an account or representation of in words.Identify: When you identify you look at the most important points.Define: State or describe the nature, scope or meaning.Implement: Put into action/use/effectCompare: Identify similarities and differencesExplore: To find out aboutRecommend: Suggest/put forward as being appropriate, with reasons why

Don`t copy text!
WeCreativez WhatsApp Support
Our customer support team is here to answer your questions. Ask us anything!
???? Hi, how can I help?