Vocab
Coding
Controls
Clearing
Scope
100
Default Data Type
What is Variant
100
To Declare a Variable
What is Dim
100
Prefix for Currency
What is Cur
100
how do you clear a label titled lblName
What is lblName.Caption = " "
100
If you want the values of a variable to be cleared out after one procedure.
What is local?
200
When Declaring variable or constant
What is Identifier
200
To Declare a constant
What is Const
200
Prefix for Integer
What is int
200
how do you clear a text box titled txtName
What is txtName.Text= " "
200
The M in mintCount = mintCount +1 indicates ?
What is module?
300
Constants built into Visual Basic
What is Intrinsic Constants
300
Converts text box to a numeric value
What is intQuantity = Val(txtQuantity.Text)
300
vnt means?
What is Variant
300
how do you make the cursor appear in the first text box called txtName
What is txtName.SetFocus
300
If you want a variable to ______________ its value for multiple calls, in order to accumulate totals, you must declare the variable as module level.
What is retain?
400
Any Variable you declare inside a procedure
What is local declarations
400
Give an example of a Format Currency Function
What is lblBalance.Caption=FormatCurrency(curBalance)
400
dbl means?
What is double prec floating
400
The placement of module-level scoped variables
What is under Option Explicit?
400
The total of payroll that will be needed in a Calculate event procedure and in a Summary event procedure.
What is Dim mcurTotalPayroll as currency?
500
Accessible from all procedures of a form
What is Module level Variables
500
What does format number do?
What is Displays commas + 2 decimals
500
Prefix for Date/Time
What is dtm
500
After leaving a procedure - the value of the variable is set back to zero.
What is local scope?
500
The number of participants that are being counted in the Calculate event procedure, but not displayed until the Summary event procedure.
What is Dim mintNumParticipants as Integer?
Continue
ESC
Reveal Correct Response
Spacebar
M
e
n
u
Team 1
0
+
-
Chapter 3
No teams
1 team
2 teams
3 teams
4 teams
5 teams
6 teams
7 teams
8 teams
9 teams
10 teams
Custom
Press
F11
Select menu option
View > Enter Fullscreen
for full-screen mode
Edit
•
Print
•
Download
•
Embed
•
Share
JeopardyLabs