Which menu provides option for manipulating the control's on the form?
Select an option to see the answer and solution.
What will be the content of num, after code execution; if before code execution num has value 200?
If num<=100
num=num*2;
ElseIf num>500
Num=num*3;
Endif
Select an option to see the answer and solution.
A . . . . . . . . is a file that contains program instructions called code.
Select an option to see the answer and solution.
. . . . . . . . in the syntax gives the format you want to use.
Select an option to see the answer and solution.
. . . . . . . . variables of a class are not visible to applications that use the instance of that class.
Select an option to see the answer and solution.
To delete . . . . . . . . you must delete the contents of the form's text property.
Select an option to see the answer and solution.
Which of the following is false?
Select an option to see the answer and solution.
An object is the . . . . . . . . of the class.
Select an option to see the answer and solution.
The most common event associated with the command button is the Click event,
Select an option to see the answer and solution.
The Contains Method returns . . . . . . . . value.
Select an option to see the answer and solution.
Which option is used to align two or more controls by their left, right, top or bottom borders?
Select an option to see the answer and solution.
In VB, The. . . . . . . . function converts all the characters of a string to capital letters.
Select an option to see the answer and solution.
Which statement is used to define a class in visual basic?
Select an option to see the answer and solution.
A . . . . . . . . variable is the instance of the String class.
Select an option to see the answer and solution.
. . . . . . . . button is used to select a control from the form.
Select an option to see the answer and solution.
In . . . . . . . . if condition we can check more then one condition .
Select an option to see the answer and solution.
In a . . . . . . . . loop the condition is evaluated before the instructions within the loop are processed.
Select an option to see the answer and solution.
. . . . . . . . is used to open a sequential access file for output.
Select an option to see the answer and solution.
The most common event associated with the command button is the . . . . . . . . event,
Select an option to see the answer and solution.
When you group together related variables, the group is referred to as . . . . . . . .
Select an option to see the answer and solution.