Form is called as the . . . . . . . .
A. object
B. dot member access operator
C. instance of a class
D. class
Select an option to see the answer and solution.
in . . . . . . . . , first we check the condition , if the condition is true then it execute the true statement .
A. while
B. do while
C. if condition
D. nested
Select an option to see the answer and solution.
After defining a class you can instantiate one or more . . . . . . . .
A. Objects
B. Classes
C. Attributes
D. Methods
Select an option to see the answer and solution.
What is used to add a Label control to a form?
A. Label Tool
B. Add Tool
C. Add Control Tool
D. Add Label Tool
Select an option to see the answer and solution.
Which button is used to display the names in the property list by category?
A. Categorized button
B. Alphabetical button
C. Lexicographical button
D. Group button
Select an option to see the answer and solution.
The name of the button control is changed using . . . . . . . .
A. Button Tool Window
B. Change Name
C. Edit Window
D. Properties window
Select an option to see the answer and solution.
A . . . . . . . . occurs when you break the rules of the language.
A. Logical errors
B. Syntax errors
C. Exceptions
D. Application shut down
Select an option to see the answer and solution.
. . . . . . . . is insert from component , it is used to load ADO control.
A. microsoft activex data control 6
B. microsoft combo control 6
C. microsoft data grid control.
D. none of these
Select an option to see the answer and solution.
The strItems array is declared as follows: Dim strItems(20) As String. The intSub variable keeps track of the array subscripts and is initialized to 0. Which of the following Do clauses will process the loop instructions for each element in the array?
Options are not available for this question.
Select an option to see the answer and solution.
What will be the output of the following Visual Basic code?
Dim intScores As Integer = {78, 83, 75, 90}
Array.Sort(intScores)
A. 90,83,78,75
B. 78,75,83,90
C. 78, 83, 75,90
D. 75,78, 83,90
Select an option to see the answer and solution.
To declare a class-level named constant you declare it as . . . . . . . .
A. Public
B. Dynamic
C. Private
D. Static
Select an option to see the answer and solution.
What is the purpose of the label control?
A. To display the text that the user is not allowed to edit while the application is not running
B. To display the text that the user is allowed to edit while the application is not running
C. To display the text that the user is not allowed to edit while the application is running
D. To display the text that the user is allowed to edit while the application is running
Select an option to see the answer and solution.
single dimensional array requires one indexes to identify a particular element.
Select an option to see the answer and solution.
Each menu element is considered as . . . . . . . .
A. Class
B. Object
C. Instance
D. Member
Select an option to see the answer and solution.
Which of the following section is used to make text appear around the image?
A. Wrapping style
B. Text style
C. Image properties
D. Align
Select an option to see the answer and solution.
. . . . . . . . operator returns true, if any of the sub-condition is true.
Select an option to see the answer and solution.
To see the underlined hidden access key, you can do so, by pressing the . . . . . . . . key.
A. Alt
B. Ctrl
C. Shift
D. Enter
Select an option to see the answer and solution.
You use . . . . . . . . to include one or more menus on a Windows form.
A. Menu control
B. Menu strip control
C. Form control
D. Menu properties
Select an option to see the answer and solution.
A form's . . . . . . . . event is triggered when the computer processes the Me.Close() statement.
A. Close
B. Closing
C. FormClose
D. FormClosing
Select an option to see the answer and solution.
The main property of Picture Box, is LoadPicture and . . . . . . . . the picture .
A. resize
B. stretchable
C. list
D. caption
Select an option to see the answer and solution.