.NET Programming MCQs | Page - 4

Dear candidates you will find MCQ questions of .NET Programming 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.

M

Madhu • 12.07K Points
Tutor II

Q. The proper operator precedence, from first to last, is

(A) logical, comparison, and arithmetic.
(B) arithmetic, comparison, and logical.
(C) arithmetic, logical, and comparison.
(D) comparison, arithmetic, and logical.
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. With A = False and B = True, which statement evaluates as True?

(A) A AND A
(B) A AND B
(C) B AND A
(D) B AND B
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. Which operator is evaluated first?

(A) NOT
(B) AND
(C) XOR
(D) OR
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. In the For…Next statement the default value for the Step is

(A) -1
(B) 0
(C) 1
(D) 2
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. Which is a type of procedure found in VB.Net?

(A) Event
(B) Function
(C) Sub
(D) All of the above
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. A sub procedure is valuable because it:

(A) makes code easier to maintain.
(B) splits the logic to solve a problem into small, manageable units.
(C) limits the number of times the code can be accessed.
(D) Both a and b.
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. Which method will return the number of elements in an array?

(A) Dimension
(B) Length
(C) Number
(D) Size
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. What is required to reference an element in an array?

(A) Array name
(B) Index value of the element
(C) Element value
(D) Both a and b
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. Which method will arrange the elements of an array in alphabetical order?

(A) Arrange
(B) Assemble
(C) Order
(D) Sort
View Answer Discuss Share

M

Madhu • 12.07K Points
Tutor II

Q. Which dialog control allows the user to zoom in on a document?

(A) PrintDialog
(B) PrintPreview
(C) PageSetupDialog
(D) Both a and b
View Answer Discuss Share

Jump to

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

Image