Visual Basics MCQs with answers Page - 3

Dear candidates you will find MCQ questions of Visual Basics here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question

B

Bhagwan Das • 4.44K Points
Extraordinary

Q. If the padCharacter is omitted from the syntax of the padLeft or PadRight, the default is . . . . . . . .

  • (A) Space
  • (B) *
  • (C) /
  • (D) ?

V

Vinay • 28.75K Points
Instructor II

Q. Hungarian notations name are entered using . . . . . . . .

  • (A) camel case
  • (B) upper case
  • (C) lower case
  • (D) both alphabets and numbers

P

Priyanka Tomar • 35.28K Points
Coach

Q. The . . . . . . . . in a two-dimensional array specifies the elements row and column position.

  • (A) Superscript
  • (B) Subscript
  • (C) Row number
  • (D) Column number

N

Neelam Mittal • 4.57K Points
Extraordinary

Q. How many times will the MessageBox.Show method in the following code be processed?

Code:
intCount =0
Do While intCount > 3
MessageBox.Show("Hello")
intCount = intCount + 1
Loop
  • (A) 0
  • (B) 1
  • (C) 3
  • (D) 4

R

Rakesh Kumar • 28.44K Points
Instructor II

Q. What will be the output of the following Visual Basic expression?

Code:
-Financial.Pmt (0.06/12, 5*12, 12000)
  • (A) 200
  • (B) 231.99
  • (C) 345
  • (D) 324.99

N

Neelam Mittal • 4.57K Points
Extraordinary

Q. A suggestion for fixing the error appears in the . . . . . . . .

  • (A) Error correction window
  • (B) Error detection window
  • (C) Error location window
  • (D) Properties window

V

Vijay Sangwan • 28.62K Points
Instructor II

Q. Two procedures can have procedure-level variable whose names are same.

  • (A) True
  • (B) Image box
  • (C) ---
  • (D) ---

R

Ritu Nagar • 4.39K Points
Extraordinary

Q. To include an image on the form we use which toolbox?

  • (A) Picture Box
  • (B) inputbox()
  • (C) Add Image box
  • (D) Add Picture Box

V

Vinay • 28.75K Points
Instructor II

Q. An . . . . . . . . function will display a message box where the user can enter a value.

  • (A) msgbox()
  • (B) Mark
  • (C) print
  • (D) nested

S

Shiva Ram • 30.44K Points
Instructor I

Q. A . . . . . . . . occurs while forgetting to enter an instruction, or entering the instruction in wrong order.

  • (A) Logical errors
  • (B) Syntax errors
  • (C) Exceptions
  • (D) Application shut down

Loding content...

Download our easy to use, user friendly Android App from Play Store. And learn MCQs with one click.

Image

Login

Forgot username? click here

Forgot password? Click here

Don't have account? Register here.