Home

Visual Basic MCQ Question with Answer

Visual Basic MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Visual Basic MCQ Question Answer PDF

Question No : 50
In database application, any field does not contain any values can be recognized by:

Nothing value.
Null value.
Error value.
Empty value.

Question No : 51
Redim statement is used to :

Rename a variable.
Rename an array.
Redimension an array.

Question No : 52
Function Add(Num1 as integer, Num2 as integer) as integer
Add=Num1+Num2
Num1=0
Num2=0
End function
This body is an example of calling up a function by:

By optional argument.
By value.
By reference.

Question No : 53
To get the property window in visual basic you have to press

F6
F3
F4
F5

Question No : 54
To get the property window in visual basic you have to press :

F3
F6
F4
F6

Question No : 55
Visual Basic produce:

3 types of executable code.
2 types of executable code.
4 types of executable code
none of the above.

Question No : 56
In visual basic Bool variable stores

2 bytes
1 bytes
4 bytes
none of the above.