Unit Award Scheme
116840 PROGRAMMING BASICS (UNIT 1): MAKING CHOICES
In successfully completing this unit, the Learner will have | Evidence needed | |
---|---|---|
shown knowledge of | ||
1 | the importance of using meaningful variable names throughout their code | Student completed work |
demonstrated the ability to | ||
2 | use one of C#, Python or VB.NET to write a computer program to complete this unit | Student completed work |
3 | prompt the user to enter their first name | Student completed work |
4 | input the user’s first name and store the input in a string variable | Student completed work |
5 | prompt the user to enter their age in years | Student completed work |
6 | input the user’s age and store the input in an integer variable | Student completed work |
7 | use an IF … THEN construct to check if the user’s age is 18 or above | Student completed work |
8 | if the user's age is less than 18, output the message “You are not old enough to vote.” | Student completed work |
9 | if 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