81
Each of the options on the submenu are referred to as . . . . . . . .
A)
Menu items
B)
Submenu items
C)
Submenu lists
D)
Options
Answer & Solution
Answer: Option
B
82
Which of the following declares a five-element one-dimensional array?
A)
Dim dblAmounts(4) As Double
B)
Dim dblAmounts(5) As Double
C)
Dim dblAmounts(4) As Double = {3.55, 6.70, 8, 4, 2.34}
D)
Dim dblAmounts() As Double={3.55, 6.70, 8, 4, 2.34,1.45}
Answer & Solution
Answer: Option
D
83
The . . . . . . . . validator is used to verify that an entry matches a specific pattern.
A)
CompareValidator
B)
RegularExpressionValidator
C)
RequiredFieldValidator
D)
ValidationSummary
Answer & Solution
Answer: Option
B
84
The data type of the value assigned should be same as . . . . . . . .
A)
Any constant defined in the application
B)
The variable itself
C)
Can be anything
D)
Any extern defined in the application
Answer & Solution
Answer: Option
B
85
Use the . . . . . . . . to verify the tab order control in the interface.
A)
Enter key
B)
Shift key
C)
Tab key
D)
Alt key
Answer & Solution
Answer: Option
C
86
. . . . . . . . means adding a number to the value stored in the accumulator or counter.
A)
Initializing
B)
Updating
C)
Backtracking
D)
Checking
Answer & Solution
Answer: Option
B
87
Each menu item should have an . . . . . . . . that is unique within its menu.
A)
Access key
B)
Property
C)
Caption
D)
Lists
Answer & Solution
Answer: Option
A
88
The code in an application can be broken into logical component by . . . . . . . . process
A)
modular
B)
procedural
C)
partitioning
D)
none of these
Answer & Solution
Answer: Option
B
89
In VB, Standard modules and Class modules. provides three kind of property procedures but following not include in this
A)
property let procedure
B)
property get procedure
C)
property set procedure
D)
property post procedure
Answer & Solution
Answer: Option
D
90
String data type can store from zero to . . . . . . . . Unicode characters.
A)
2 million
B)
2 billion
C)
1 billion
D)
1 million
Answer & Solution
Answer: Option
B