50+ MCQ’s On Visual Basic | Computer Systems and Applications
31. Which of the following is an invalid Data Type in VB?
(a) integer
(b) string
(c) single
(d) smallint
32. vbRed is ____ .
(a) VB Colour
(b) VB Color
(c) Colour
(d) Intrinsic Constant
33. Which of the following is not a valid logical operator in VB.
(a) And
(b) Or
(c) Xor
(d) Not
34. ______ control can be used to accept input from the user.
(a) Label
(b) Form
(c) Text Box
(d) Frame
35. Which of the following is a non-executable statement in VB?
(a) IF
(b) DIM
(c) Assignment Statement
(d) Do… While
36. The constant which are readymade in VB are called as _______ constant.
(a) Numeric
(b) String
(c) Named
(d) Intrinsic
37. The constant which are defined by user is known as _____ constant.
(a) Numeric
(b) String
(c) Named
(d) Intrinsic
38. Which of the following function is invalid in VB?
(a) LEFT( )
(b) LOWER( )
(c) MID( )
(d) LEN( )
39. ____ function is used to convert a text value to a numeric value.
(a) UCASE( )
(b) LCASE( )
(c) VAL( )
(d) LEN( )
40. Option buttons are also called as _______ buttons.
(a) Check
(b) Radio
(c) Round
(d) Select
Answers: 31-d, 32-d, 33-c, 34-c, 35-b, 36-d, 37-c, 38-b, 39-c, 40-b |