







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
The assignment brief for a procedural programming unit in the Higher National Certificate/Diploma in Computing course. The assignment involves designing and implementing a software solution using C programming language, testing the program, and writing an evaluation report. problem statements, coding guidelines, and testing instructions.
Typology: Essays (university)
1 / 13
This page cannot be seen from the preview
Don't miss anything!








Assignment Brief 2 (RQF) Higher National Certificate/Diploma in Computing Unit Number and Title Procedural Programming Academic Year 2021 Unit Tutor Hồ Nguyễn Phú Bảo Assignment Title Analysis and Design a solution for procedural programming problem Issue Date Submission Date 12/07/ IV Name & Date Nguyễn Trí Tài – 15/01/ Learning Outcomes and Assessment Criteria Pass Merit Distinction LO3 Be able to implement procedural programming solutions LO4 Be able to test procedural programming solutions P4 Write a program that implements the designed solution. M3 Program is written following coding standards, input data are validated D2 Evaluate your program, state lessons learnt and future improvements. P5 Test the program with proper test plan. M4 Analyse test results for future maintenance.
Assignment Brief Scenario: Please refer to scenario in Assignment 1. Tasks 1 Your next task is to implement the software that you designed in previous steps. You need to implement the software designed in assignment 1 using C programming language. Your code must make use of programming standards, including file headers and effective code commenting. You need to provide screenshots of your program when running. During the development of your program, if you make any changes to the original design, state them with reasons in report. Your code listings must be included as an appendix. Task 2 Test your program by making a test plan, execute it and log results. Your test plan should include data validation and program operations based on requirements. Test results (passed or failed) should be analysed to help the program in future maintenance. Task 3 Write an evaluation and conclusion of the whole development. The evaluation of your program should be based on its running and its test result. You should mention about lessons learnt and future improvement. Also evaluate how procedural programming is applied in your program, state benefits, disadvantages or difficulties. A final report of these 3 tasks must be submitted in PDF format to CMS. Submission Format The submission is in the form of a Word document. You are required to make use of appropriate structure, including headings, paragraphs, subsections and illustrations as appropriate, and all work must be supported with research and referenced using the Harvard referencing system.
Implementation (P4, M3) 1/ Problem: A teacher of math want to control class levels. He wants you to assist him draft a short request. He must enter student identifiers, grades of students and save these data in 2 different ranges (integer array for IDs and float array for grades). Then all student IDs with their qualifications must be printed. In the end, he must know which pupil is top and lowest. The selections above should be depending on your program's menu. If an option is executed, the software should go return to the main menu to select a different choice. The program should be abandoned 2/ Solve problem: I am writing a software to handle information for students. I'm going to write five functions:
Menu options:
Display all
Show lowest grade: Help locate the lowest grade kid and print into the monitor
Program results (P4) Screenshot menu options: Figure 6 : Screen menu options Screenshot input the information: Figure 7 : Screen input the information
Screenshot display all information: Figure 8 : Screen display all information Screenshot finding lowest grade: Figure 9 : Screen finding the lowest student
Testing (P5, M4) Conclusion: