Unit Award Scheme

116840 PROGRAMMING BASICS (UNIT 1): MAKING CHOICES

In successfully completing this unit, the Learner will have

Evidence needed

shown knowledge of

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

demonstrated the ability to

2use one of C#, Python or VB.NET to write a computer program to complete this unitStudent completed work
3prompt the user to enter their first nameStudent completed work
4input the user’s first name and store the input in a string variableStudent completed work
5prompt the user to enter their age in yearsStudent completed work
6input the user’s age and store the input in an integer variableStudent completed work
7use an IF … THEN construct to check if the user’s age is 18 or aboveStudent completed work
8if the user's age is less than 18, output the message “You are not old enough to vote.”Student completed work
9if the user's age is 18 or above, output the message “You can vote!”.Student completed work

All outcomes recorded on an AQA Summary Sheet

Approved 25 January 2022Level - Level One