Unit Award Scheme

116841 PROGRAMMING SKILLS (UNIT 5): USING RECORDS

In successfully completing this unit, the Learner will have

Evidence needed

shown knowledge of

1the importance of using meaningful variable and record structure names throughout their codeStudent completed work

demonstrated the ability to

2use either C#, Python or VB.NET to write a computer program to complete this unitStudent completed work
3define a record structure that contains four elements, ie a string holding the song title, a string holding the artist’s name, an integer holding the year it was released, a real number holding the priceStudent completed work
4define an empty array for the record structure createdStudent completed work
5add a minimum of six different records to the arrayStudent completed work
6display the message 'Which of the following do you know?', followed by four menu options, ie 1) Song title, 2) Artist, 3) Year of release and 4) PriceStudent completed work
7store the user’s menu choice in a suitable variableStudent completed work
8use selection to execute different code for each menu optionStudent completed work
9store the required search term from the user in a suitable variable for each menu optionStudent completed work
10convert string data into upper case for comparison checkingStudent completed work
11search through the array for the entered information and display a suitable message if the information is not foundStudent completed work
12search through the array for the entered information and display all four elements of data for the correct entry if it is found within the array.Student completed work

All outcomes recorded on an AQA Summary Sheet

Approved 25 January 2022Level - Level Two