1. Writing Sub procedures for specific tasks
I feel somewhat comfortable with this: I understand what this is used for and how to use sub procedures, the only thing that sometimes trips me up is the syntax and when you write ByVal versus ByRef.
2. Adding Images(Pet store)
Very comfortable with this- it’s not totally intuitive or user-friendly, but very simple once you get the hang of it.
3. Passing data to a procedure(Guessing Game)
Somewhat comfortable: I think this links back to my uncertainty with when data is passed by value and when it is passed by reference.
4. Using reference parameters(NumberBreakdown)
Very comfortable: Only at the end of the unit did this really click.
5. Creating event handlers to handle multiple events(Shell Game)
Not very comfortable: I am still uncertain about this.
6. Writing function procedures(Letter Grade)
Somewhat comfortable: I am confused by the difference between sub and function procedures, and why use one over the other, but I do understand how to use function procedures.
No comments:
Post a Comment