Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Which is a proper name for a button according to Hungarian notation?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
Which would best represent a variable that will hold a true or false value if an entry was valid?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
Which data type is appropriate to store the value 75.9?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
A variable named dblTaxRate is of what data type?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
Which would best represent a Button control object that will be used to calculate an average?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
In the statement, lblMessage.Text = This is a label. What does lblMessage refer to?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
If a student needed to declare a variable to hold values representing a grade point average (GPA), which would be the best declaration given programming naming conventions?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
Which would be appropriate as an object name?
Dim dblGPA As Double
btnCalcAverage
btnAdd
txtHoursWorked
Label control
Dim blnlsValid As Boolean
Double
Double
Check it!