Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
What data type is returned from a text box control?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Which data type is used to declare a variable that will store the value 0.113?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Hugh declares a variable in the event procedure code for a button. What scope is this variable?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
The words “A Double data type should be always stored as a Double data type!” would be best stored in which data type?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Susan declares a variable within an If statement. What is the scope of this variable?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Which is written in Hungarian Notation?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Which method formats output as currency?
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Using the statement below, what is the initial value of this variable? Dim intHours As Integer
Procedural
dblMoney.ToString(''$##.00'')
String
Local
String
Double
0
decAmountDue
Check it!