









Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The internal verification process for assessment decisions in the higher national diploma in computing program. It provides a checklist for the internal verifier to ensure the assessment criteria are met, the grades awarded are justified, the feedback to the student is constructive, and any necessary remedial actions are taken. The document also includes a summative assignment feedback form for the student, which covers the learning outcomes, pass/merit/distinction criteria, and assessor feedback. The document emphasizes the importance of following academic integrity policies, such as proper referencing and avoiding plagiarism. Overall, this document serves as a guide for the assessment and internal verification process in the higher national diploma in computing program.
Typology: Exercises
1 / 17
This page cannot be seen from the preview
Don't miss anything!
Programme title Higher National Diploma in Computing Assessor Internal Verifier Unit(s) Unit 19 – Data Structures and Algorithms Assignment title Specification, Implementation, and Assessment of Data Structures for a sample scenario. Student’s name List which assessment criteria the Assessor has awarded. Pass Merit Distinction INTERNAL VERIFIER CHECKLIST Do the assessment criteria awarded match those shown in the assignment brief? Y/N Is the Pass/Merit/Distinction grade awarded justified by the assessor’s comments on the student work? Y/N Has the work been assessed accurately? Y/N Is the feedback to the student: Give details:
Programme Leader signature (if required) Date
Student Name/ID Unit Title Unit^ 19:^ Data^ Structures^ and^ Algorithms Assignment Number 1 Assessor Submission Date Date Received 1st submission Re-submission Date Date Received 2nd submission Assessor Feedback: LO1 Examine different concrete data structures and it’s valid operations. Pass, Merit & Distinction Descripts
LO2 Discuss the advantages, complexity of Abstract Data Type and importance concepts of Object orientation. Pass, Merit & Distinction Descripts
LO3 Implement, Demonstrate and evaluate complex ADT algorithm. Pass, Merit & Distinction Descripts
LO4 Examine the advantages of Independent data structures and discuss the need of asymptotic analysis to assess the effectiveness of an algorithm. Pass, Merit & Distinction Descripts
Grade: Assessor Signature: Date: Resubmission Feedback: Grade: Assessor Signature: Date:
Internal Verifier’s Comments: Signature & Date:
General Guidelines
Student Name /ID Number Unit Number and Title Unit^ 19 :^ Data Structures^ and^ Algorithms Academic Year 2021/ Unit Tutor Assignment Title Specification, Implementation, and Assessment of Data Structures for a sample scenario. Issue Date Submission Date IV Name & Date
LO1. Examine abstract data types, concrete data structures and algorithms. P1 Create a design specification for data structures explaining the valid operations that can be carried out on the structures. P2 Determine the operations of a memory stack and how it is used to implement function calls in a computer. M1 Illustrate, with an example, a concrete data structure for a First In First out (FIFO) queue.
structures and algorithms. P4 Implement a complex ADT and algorithm in an executable programming language to solve a well-defined problem. P5 Implement error handling and report test results. M4 Demonstrate how the implementation of an ADT/algorithm solves a well- defined problem. D3 Critically evaluate the complexity of an implemented ADT/algorithm.
P6 Discuss how asymptotic analysis can be used to assess the effectiveness of an algorithm. P7 Determine two ways in which the efficiency of an algorithm can be measured, illustrating your answer with an example.
Interpret what a trade-off is when specifying an ADT using an example to support your answer. D4 Evaluate three benefits of using implementation independent data structures.