Who developed Visual Basic?
A. Apple
B. Adobe
C. Microsoft
D. Google
Select an option to see the answer and solution.
Which of the following extension is used to represent the project file in Visual Basic?
Select an option to see the answer and solution.
Which of the following applications can be developed using Visual Basic tool?
A. Graphical User Interface
B. Real-time
C. Character User Interface
D. All of the mentioned
Select an option to see the answer and solution.
In visual basic language what are the rules of a programming language called?
A. Grammar
B. Order
C. Syntax
D. Rules
Select an option to see the answer and solution.
In Visual Basic, if you keep a variable undeclared, it is automatically taken as. . . . . . . . data type.
A. Int
B. Char
C. String
D. Object
Select an option to see the answer and solution.
In Visual Basic, which of the following is used for coding single-alternative and dual-alternative selection structures?
A. Switch-Case block
B. If...Then...Else statement
C. function overloading
D. Recursion
Select an option to see the answer and solution.
In Visual Basic, which of the following method converts a string to a number?
A. Convert
B. Tryparse
C. Extern
D. Parse
Select an option to see the answer and solution.
String comparison in Visual basic is case-sensitive.
Select an option to see the answer and solution.
. . . . . . . . is the default Visual Basic data type
A. string
B. boolean
C. variant
D. date
Select an option to see the answer and solution.
Which of the following displays the list of projects contained in the Visual Basic current solution?
A. List Window
B. Project Window
C. Catalogue Window
D. Solution Explorer Window
Select an option to see the answer and solution.
Which of the following returns a value after performing its specific task in Visual Basic?
A. Structure
B. Sub block
C. Sub procedure
D. Function Procedure
Select an option to see the answer and solution.
All Code in Visual Basic is stored in the form of. . . . . . . .
A. properties window
B. module
C. object
D. object browser
Select an option to see the answer and solution.
The . . . . . . . . is a very useful control for Visual Basic, as it is not only used to provide instructions and guides to the users, it can also be used to display outputs.
A. image
B. combo
C. label
D. text
Select an option to see the answer and solution.
when we Declaring a variable before programming start it is called as . . . . . . . . it tells Visual Basic to reserve space in memory.
A. explicit declaring
B. implicit declaring
C. public declaring
D. local declaring
Select an option to see the answer and solution.
What happens when both the minimize box and maximize box property are set to false in Visual Basic?
A. Both are removed from the title bar
B. Both are disabled
C. This situation shows an exception
D. This situation shows an error
Select an option to see the answer and solution.
In Visual Basic, which of the following keyword tells the computer to pass the variable's address rather than its contents?
A. ByAdd
B. ByPoint
C. ByRef
D. ByVal
Select an option to see the answer and solution.
In Visual Basic if we declare a variable without any data type by . . . . . . . .this the data type is assigned as default..
A. string
B. boolean
C. variant
D. date
Select an option to see the answer and solution.
Which of the following method is used to sort an array in visual basic?
A. Array.Sort()
B. Array.sortAscending()
C. Array.arrayArrange()
D. Array.arrange()
Select an option to see the answer and solution.
Which of the following instruction tells the computer to close the current form in Visual Basic?
A. This.Close()
B. Me.Close()
C. Close.this()
D. Close()
Select an option to see the answer and solution.
Which of the following is used to write a stream of characters in Visual Basic?
A. StreamReader object
B. StreamReader class
C. StreamWriter object
D. StreamWriter class
Select an option to see the answer and solution.