10n2

Learning Objective: Be able to show your understanding of basic programming using comments in your code.
Be able to ensure your code is robust by using a test table.

Starter:
Open your NEA documents:
- Evidence Document
- Your Code
- Programming slides of NEA

Main:
Task 1
1. Ensure you have created a full menu with all options, loops and selection (if).
2. Add comments to your code.
3. Screen shot the code of your main menu in to your evidence document.

Task 2
1. Complete slide 3 and 5 of the Programming slides for NEA; adding code for the first option of the menu.
2. Comment on this code.
3. Screenshot the code and place in your evidence document.


Task 3
Have you tested your code?
Did it run correctly?
1. Develop your testing table using your initial test plan. Test every aspect of your first 2 tasks.


Plenary:
What will be the next part of the NEA programming? What will you need to do for the next option?

Comments

Popular posts from this blog

10n2