What should you know well about your Digital Portfolio
What should you know well about your Digital Portfolio?
- What is the functionality of your program?
- What is the input and output of your program?
- correct/normal output
- incorrect/abnormal output
- Purpose of your procedure.
- Parameter(s) of your procedure.
- Arguments passed into the procedure when it is called.
- The returned value (if any) of your procedure.
- Selection/conditional statements (especially the first one) in your ppr.
- Iteration/loop statements in your ppr.
- What data your list stores?
- How you access data in the list (especially when loops are used), for what purpose?
- Variables in your ppr.
- How to modify your code to have a syntax error? What is the error?
- How to modify your code to have a run-time error? What is the error?
- How to modify your code to have a logic error? What is the error?