MCQOPTIONS
Saved Bookmarks
This section includes 234 Mcqs, each offering curated multiple-choice questions to sharpen your BBA in Computer Applications knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
none of these36)The data control s used to link _____________ |
| A. | oracle |
| B. | ms-excel |
| C. | ms-access |
| D. | none of these |
| Answer» E. | |
| 52. |
________ is used to check the condition with step by step by in thisalso we the condition more than one . |
| A. | end if condition |
| B. | next |
| C. | else if ladder |
| D. | nested |
| Answer» D. nested | |
| 53. |
when we declare the variable in a Particular control of vb then it is_________ variable . |
| A. | static |
| B. | public |
| C. | local |
| D. | general |
| Answer» D. general | |
| 54. |
. In Visual Basic if we declare a variable without any data type by__________this the data type is assigned as default.. |
| A. | string |
| B. | boolean |
| C. | variant |
| D. | date |
| Answer» D. date | |
| 55. |
In VB, Standard modules and Class modules. provides three kind ofproperty procedures but following not include in this |
| A. | property let procedure |
| B. | property get procedure |
| C. | property set procedure |
| D. | property post procedure |
| Answer» E. | |
| 56. |
the _____control is placed in the form together with sixOptionButtons. To determine the shape of the shape control. |
| A. | shape |
| B. | combo |
| C. | picture box |
| D. | images |
| Answer» B. combo | |
| 57. |
in VB,________ is called integrated because we can access virtuallyall of the development tools |
| A. | ide |
| B. | tool bar |
| C. | menu bar |
| D. | none of these. |
| Answer» B. tool bar | |
| 58. |
in VB , The _______ first we check the condition , if the condition istrue then it execute the true statement same as while condition . |
| A. | for loop |
| B. | do while |
| C. | if condition |
| D. | nested |
| Answer» B. do while | |
| 59. |
The most common event associated with the command button isthe Click event, |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 60. |
In VB , . A _______ returns a value and a Sub Procedure does notreturn a value. |
| A. | function procedure |
| B. | sub procedure |
| C. | mdi |
| D. | sdi |
| Answer» B. sub procedure | |
| 61. |
. ---- is an activity that occurs during program execution such as mouseclick or keystroke. |
| A. | event |
| B. | module |
| C. | code |
| D. | property |
| Answer» B. module | |
| 62. |
single dimensional array requires one indexes to identify aparticular element. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 63. |
The ____box is the standard control for accepting input from the useras well as to display the output....... |
| A. | image |
| B. | combo |
| C. | shape |
| D. | text |
| Answer» E. | |
| 64. |
In VB, The _____function extracts a substring from the originalphrase or string |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these .. |
| Answer» B. false | |
| 65. |
VB allows programmers to without the declaring data type before startthe program it is called ____ |
| A. | explicit |
| B. | implicit |
| C. | dim |
| D. | none of these |
| Answer» C. dim | |
| 66. |
The property values of the shape control are 0, 1, and 2,3,4,5 whichwill make it appear as a rectangle, a square, an oval shape, a circle, arounded rectangle and a rounded square respectively. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these. |
| Answer» B. false | |
| 67. |
The ______ show the various characteristics of selected objects orcontrols. |
| A. | properties window |
| B. | project explorer |
| C. | menu bar |
| D. | toolbox |
| Answer» B. project explorer | |
| 68. |
The ________ is used to show quick reference to the various elementsof a project namely form, classes and modules |
| A. | mdi |
| B. | project explorer |
| C. | menu bar |
| D. | toolbox |
| Answer» C. menu bar | |
| 69. |
When an option box is selected, its value is set to “True” and when itis unselected; its value is set to “False”. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these. |
| Answer» B. false | |
| 70. |
The _________ is used to show quick reference to the variouselements of a project namely form, classes and modules |
| A. | mdi |
| B. | project explorer |
| C. | menu bar |
| D. | toolbox |
| Answer» C. menu bar | |
| 71. |
. When the _____is checked, its value is set to 1 and when it isunchecked, the value is set to 0. |
| A. | combo box |
| B. | checkbox |
| C. | radio |
| D. | text |
| Answer» C. radio | |
| 72. |
When you place _____ control into the form and run the program,you will be able to select different drives from your compute |
| A. | drive list box |
| B. | picture box |
| C. | list box |
| D. | dirlist box |
| Answer» B. picture box | |
| 73. |
In _______ first we execute the true statement . then we check thecondition if the condition is true then it again execute the truestatement . |
| A. | while |
| B. | do while |
| C. | if condition |
| D. | nested |
| Answer» C. if condition | |
| 74. |
in VB , ___ is used to enter the more then one value in a singlevariable having different data types. |
| A. | dim |
| B. | structure |
| C. | array |
| D. | variable |
| Answer» D. variable | |
| 75. |
in _______ , first we check the condition , if the condition is true thenit execute the true statement . |
| A. | while |
| B. | do while |
| C. | if condition |
| D. | nested |
| Answer» B. do while | |
| 76. |
The OptionButton control is used to selects one of the choices. itsmain property is ________value. |
| A. | list |
| B. | check |
| C. | value |
| D. | text |
| Answer» D. text | |
| 77. |
ADO is ActiveX-based, it can work in different platforms anddifferent programming languages. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» B. false | |
| 78. |
A variable is scoped to a global or local variable depending on howit is declared. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» B. false | |
| 79. |
The most common event associated with the command button is the_____ event, |
| A. | click |
| B. | change |
| C. | double click |
| D. | text |
| Answer» B. change | |
| 80. |
In VB , the______ is the function that computes the square root of anumber. |
| A. | sqrt() |
| B. | round() |
| C. | abs() |
| D. | len() |
| Answer» B. round() | |
| 81. |
Following are not the arithmetic operator . |
| A. | mod |
| B. | <= |
| C. | + |
| D. | / |
| Answer» C. + | |
| 82. |
The main property of ____, is LoadPicture and resize the picture . |
| A. | picture |
| B. | text |
| C. | list |
| D. | form |
| Answer» B. text | |
| 83. |
Following are the not condition operator . |
| A. | > |
| B. | < |
| C. | <> |
| D. | mod |
| Answer» E. | |
| 84. |
The main property of Image Control is stretchable, |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 85. |
The most common event associated with the command button is the Click event, |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 86. |
The Project Explorer is used to show quick reference to the various elements of a project namely form, classes and modules |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» B. false | |
| 87. |
single dimensional array requires one indexes to identify a particular element. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 88. |
Microsoft ActiveX Data Control 6 is insert from component , it is used to load ADO control. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» B. false | |
| 89. |
frame is used to differentiate the one radio button group to another radio button group. |
| A. | true |
| B. | false |
| C. | both a and b |
| D. | none of these |
| Answer» B. false | |
| 90. |
In_________The size of the array can be changed at the run time- size changes during the program execution. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» B. false | |
| 91. |
in _________ we can edit in run time |
| A. | text box |
| B. | combo |
| C. | label |
| D. | all of these. |
| Answer» E. | |
| 92. |
In VB , array is divided into 3 types ., the second type is _____ |
| A. | single dimension |
| B. | double dimension |
| C. | poly dimension |
| D. | multi dimension |
| Answer» D. multi dimension | |
| 93. |
in VB , ___ is used to enter the more then one value in a single variable having different data types. |
| A. | dim |
| B. | structure |
| C. | array |
| D. | variable |
| Answer» D. variable | |
| 94. |
ADO is ActiveX-based, it can not work in different platforms and different programming languages. |
| A. | true |
| B. | false |
| C. | both |
| D. | none of these |
| Answer» C. both | |
| 95. |
The _________ is used to show quick reference to the various elements of a project namely form, classes and modules |
| A. | mdi |
| B. | project explorer |
| C. | menu bar |
| D. | toolbox |
| Answer» C. menu bar | |
| 96. |
____________is insert from component , it is used to load ADO control. |
| A. | microsoft activex data control 6 |
| B. | microsoft combo control 6 |
| C. | microsoft data grid control. |
| D. | none of these |
| Answer» B. microsoft combo control 6 | |
| 97. |
The _______is show under or below the Project Explorer window |
| A. | properties window |
| B. | project explorer |
| C. | menu bar |
| D. | toolbox |
| Answer» B. project explorer | |
| 98. |
In _________ The size of the array can be changed at the run time- size changes during the program execution. |
| A. | if ... then ..else |
| B. | do while |
| C. | dynamic array |
| D. | array |
| Answer» D. array | |
| 99. |
VB is an ______________. |
| A. | object based programming language |
| B. | script language |
| C. | mobile application |
| D. | none of these |
| Answer» B. script language | |
| 100. |
_______is the process of finding & removing errors. |
| A. | debugging |
| B. | error finding |
| C. | processing |
| D. | none of these |
| Answer» B. error finding | |