L/O: To understand how to record programming techniques
Starter
Under the programming techniques section in your word document create a 'Table of Programming Techniques' to list ALL functions, methods, lists and variables used in your program.
Create a table with the following headings:
- Technique used
- Explanation
- Justification of technique used
- Robustness & efficiency
Today you will concentrate on the first two columns; technique used and explanation.
Here is an example:
Technique used
|
Explanation
|
Print()
|
The print function in Python is a function that outputs to your console window whatever you say you want to print out.
print ("You have chosen encrypt message")
|
Complete at least 4 entries
GREEN TASK
Complete at least 6 entries
EXT TASK
Try to add to the section 'Justification of technique used
Plenary
Format table to look more neat, add colour, change fonts.
Save your work.
No comments:
Post a Comment