NEW
Font size
WorksheetsVB Quiz
Total questions: 10
Worksheet time: 5mins
Where could you find the controls in?
Property Window
Msgbox
Tool Box
Project Explorer
To Change the Property of any control, we use...
Tool Box
Property Window
Form
Menu
What control is normally used to display the name of a person?
Label
TextBox
CheckBox
OptionButton
How many forms can you have in your project?
1
2
As per requirement
5
What technique we use to store multiple values in a single name?
List
Constant
Variable
Array
If <Expression>
statement
End if
The syntax is...
Correct
Incorrect
For loop is an example for
Indefinite loop
Indeterminate loop
Determinate loop
Infinite loop
For i = 1 to 10
In this statement what is the default step value?
0
1
2
-1
Function sum(x, y)
Here x,y refers to
Return values
Parameters
Scope
Keywords
To display the output we use
TextBox
Msgbox
Both
None of them
