22/06/16
Red
Finish coding your Task 1 using the worksheets on
classroom.google.com
Amber
1. Under the Solution Development heading add a subheading, Task 1 Code
2. Copy and paste your task 1 code in
3. Under the Programming Techniques add a sub heading Programming Techniques Used
Green
4. Create the following table and then complete it:
Task Num
|
Technique Used
|
What does it do?
|
How I have used it?
|
1
|
print()
|
Displays things on the screen
|
I used it to display my menu and to show messages telling the user which option they have picked
|
1
|
if() / elif()
| ||
1
|
int()
| ||
1
|
input()
| ||
1
|
exit()
|
5. Under the Programming Techniques add a sub heading Data Structures Used
6. Create the following table and then complete it:
Task Num
|
Data Structure Name
|
Data Structure Type
|
Data Type Stored In it
|
Purpose
|
1
|
choice
|
Variable
|
Integer
|
Extension
7. Under the Testing and Evaluation heading add a sub heading Task 1 Test Plan
8. Create the following table and then complete it:
Test Number
|
User Input
|
Expected Outcome
|
Actual Outcome
|
Action Taken
|
1
|
None
|
Menu shows on screen
| ||
2
|
1
|
Tells users they have chosen to set generation 0 values
| ||
3
| ||||
4
| ||||
5
| ||||
6
|
9. Underneath your Task 1 Test Plan, add screenshots showing the results of each of your tests
Comments
Post a Comment