71. What will be the output of the following Visual Basic code, If the intnumber variable is 110?
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf
72. A . . . . . . . . web page is not interactive and is used to display information only.
73. An arithmetic expression contains one or more . . . . . . . .
74. The. . . . . . . . Control is another control that handles images and pictures
75. . . . . . . . . data is a data that the application is expecting the user to enter.
76. Where does the form's Text Property appear?
77. If the properties of the form are not listed alphabetically, click . . . . . . . . button to make it alphabetical.
78. The Like operator returns . . . . . . . . value.
79. . . . . . . . . is the universal coding scheme for characters.
80. An application communicates with the user through . . . . . . . .
Read More Section(Visual Basic)
Each Section contains maximum 100 MCQs question on Visual Basic. To get more questions visit other sections.
