Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
A variable named blnIsTrue is of what data type?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
A variable named intGrade is of what data type?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
Which is a proper name for a button according to Hungarian notation?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
Which would best represent a variable that will hold a true or false value if an entry was valid?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
Hungarian notations are written in:
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
Which would be appropriate as a variable?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
What is an appropriate name for a textbox according to Hungarian notation?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
A variable named decBonus is of what data type?
strFirstName
btnAdd
txtName
Integer
( )
Dim blnlsValid As Boolean
Boolean
Decimal
Check it!