- Naming Variables and Constants Do you know what they are?
Yes they are symbols or words that stand for a certain other value.
- Declaring and initializing variables and constants
I learned about the use of Dim as Integer and other forms of declaring and initializing variables and constants.
- User input Are you comfortable with how your write code to get input from the user?
Yes, you always need a label that prompts them with a question or a command, and then somewhere where they can input, like a Text Box or radio buttons they can select.
- VB keywords Do you understand the importance of knowing them especially when naming things such as variables?
Yes, like inputting “lbl” so you know you’re working with a label or “btn” for a button.
- Recognizing syntax and logic errors_Are you getting comfortable with correcting your code?
Definitely- VB makes it really easy when they list the errors in your code, but sometimes there might not be an obvious error. The code itself might work in practice, but not in the way that you want it to.
- What challenged you/what still confuses you?
There were a lot of new concepts that we faced this unit, and working through the formatting and language of the code was most difficult.
- What are you confident understanding and doing in this unit?