

McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Science in Computer Science (BSc CS) .
51. |
In coding window, the programming statement has been written in the _____. |
A. | block. |
B. | group. |
C. | event. |
D. | property. |
Answer» C. event. |
52. |
_____event will execute automatically at the activation of the tool. |
A. | GotFocus |
B. | LostFocus |
C. | Enabled. |
D. | Click. |
Answer» A. GotFocus |
53. |
The ____ key is used as control key on moving around the form without mouse. |
A. | Spacebar. |
B. | enter. |
C. | shift |
D. | tab. |
Answer» D. tab. |
54. |
In command button the _____ property is used to change the label value for any content. |
A. | name. |
B. | font. |
C. | caption. |
D. | height. |
Answer» C. caption. |
55. |
In visual basic the _____ file consist of complete coding and form design. |
A. | project. |
B. | form. |
C. | class. |
D. | module. |
Answer» A. project. |
56. |
Self Length Property is supported by ____ control in VB. |
A. | label. |
B. | text box. |
C. | command button. |
D. | option button. |
Answer» B. text box. |
57. |
In multiple form based project the current form represented by ___ keyword. |
A. | me. |
B. | load. |
C. | class. |
D. | form. |
Answer» A. me. |
58. |
Like text box, _____ is another tool used for display / output the information. |
A. | input box. |
B. | frame. |
C. | label. |
D. | message box. |
Answer» D. message box. |
59. |
Among the various properties of the tools in VB, in general _____ property in not supposed to change the value at maximum time. |
A. | caption. |
B. | name. |
C. | height. |
D. | color. |
Answer» B. name. |
60. |
_____ property is used to hide the tool in run time by setting value as false. |
A. | visible. |
B. | enabled. |
C. | hide. |
D. | delete. |
Answer» A. visible. |
61. |
SDI stands for _____. |
A. | Simple Document Interface. |
B. | Single Document Interface. |
C. | Sample Document Interface. |
D. | Simple Document Internal. |
Answer» A. Simple Document Interface. |
62. |
____ is a command used to come out of the loop. |
A. | break. |
B. | continue. |
C. | case. |
D. | elseif. |
Answer» A. break. |
63. |
The component option is used to insert new tool in to the toolbox, ____ menu is used. |
A. | file. |
B. | view. |
C. | project. |
D. | help. |
Answer» C. project. |
64. |
___ boxes display information in a dialog box superimposed on the form. |
A. | Input. |
B. | Message. |
C. | Text. |
D. | List. |
Answer» B. Message. |
65. |
In VB the order in which you create the controls is the order used by using ____ key |
A. | tab. |
B. | Spacebar. |
C. | caps. |
D. | scroll. |
Answer» A. tab. |
66. |
In visual basic the _____ value is equivalent to the vb YES NO button in message box. |
A. | 2. |
B. | 4. |
C. | 6 |
D. | 8. |
Answer» B. 4. |
67. |
The F5 is key pressed the ____ event of form is executed first. |
A. | activate. |
B. | got focus. |
C. | initialize. |
D. | paint procedure. |
Answer» C. initialize. |
68. |
ASCII stands for _______. |
A. | American Standard Code for Information Interchange. |
B. | American Source Code for Information Interchange. |
C. | American Source Code for Information Interface. |
D. | American Standard Code for Interval Interface. |
Answer» A. American Standard Code for Information Interchange. |
69. |
In coding window the _____ shortcut key is used to find the particular character or code. |
A. | Ctrl + Q. |
B. | Ctrl + F. |
C. | Alt + F. |
D. | Alt + Q. |
Answer» B. Ctrl + F. |
70. |
The right hand drop down list box in the coding window is called _____ list box. |
A. | procedure. |
B. | event. |
C. | task. |
D. | content. |
Answer» A. procedure. |
71. |
The ____ shortcut is used to get the QuickInfo option in visual basic. |
A. | Ctrl + Q. |
B. | Ctrl + Z. |
C. | Ctrl + I. |
D. | Ctrl + F. |
Answer» C. Ctrl + I. |
72. |
In visual basic the, Visible property consists _____ state. |
A. | 6. |
B. | 4. |
C. | 2. |
D. | 1. |
Answer» C. 2. |
73. |
The _____data type is the default and standard type used in programming side. |
A. | variant. |
B. | string. |
C. | numeric. |
D. | byte. |
Answer» A. variant. |
74. |
In data type the ____ prefix used to represent the Boolean data. |
A. | bcl. |
B. | bln. |
C. | bct. |
D. | bty. |
Answer» B. bln. |
75. |
The ____ function returns a string stored in a variant data type. |
A. | Chr. |
B. | Str. |
C. | Char. |
D. | String. |
Answer» A. Chr. |
76. |
To run / to install the Visual basic 6.0 minimum of ____ ram capacity. |
A. | 1 mb. |
B. | 32 mb. |
C. | 64 mb. |
D. | 128 mb. |
Answer» B. 32 mb. |
77. |
GUI stands for ________. |
A. | Graphical User Interface. |
B. | Graphical User Internal. |
C. | Graphical User Information. |
D. | Graphical User Interchange. |
Answer» A. Graphical User Interface. |
78. |
____ option in project explorer window used display the coding of the program. |
A. | View object. |
B. | View code. |
C. | View source. |
D. | View design. |
Answer» B. View code. |
79. |
To open the property window for usage ____ shortcut key is used. |
A. | F3. |
B. | F2. |
C. | F5. |
D. | F4. |
Answer» D. F4. |
80. |
In visual basic form, the caption property content will reflect in ____ area. |
A. | status . |
B. | work. |
C. | title. |
D. | right. |
Answer» C. title. |
81. |
The ______property is used in VB for maximum form at run time. |
A. | window status. |
B. | caption. |
C. | name. |
D. | window resize. |
Answer» A. window status. |
82. |
The ____ is a shortcut key used to replace the content by specific data in coding window. |
A. | Ctrl + F. |
B. | Ctrl + H. |
C. | Ctrl + Z. |
D. | Ctrl + U. |
Answer» B. Ctrl + H. |
83. |
In declaration a variables _____ length of characters is allotted for a variable. |
A. | 32. |
B. | 64. |
C. | 255. |
D. | 128. |
Answer» C. 255. |
84. |
From the following _____tool is used to display pictures in VB form. |
A. | picture. |
B. | shape. |
C. | list box. |
D. | check box. |
Answer» A. picture. |
85. |
In VB form, the name property can be named with alphabets; ____ is the maximum number of character allowed. |
A. | 10. |
B. | 20. |
C. | 40. |
D. | 50. |
Answer» C. 40. |
86. |
In command button, the ____ symbol is used to make the button with shortcut key access. |
A. | %. |
B. | &. |
C. | #. |
D. | @. |
Answer» B. &. |
87. |
___ is property is used to hide the content in textbox with some symbols. |
A. | Name. |
B. | caption. |
C. | hidden. |
D. | pass word char. |
Answer» D. pass word char. |
88. |
____ property is used to set the flow of control in between the multiple controls. |
A. | Index. |
B. | Tab Value. |
C. | Tab Index. |
D. | Value. |
Answer» C. Tab Index. |
89. |
The _____ number of events related to form execution. |
A. | 2. |
B. | 6. |
C. | 10. |
D. | 12. |
Answer» B. 6. |
90. |
The ____ is the function is used to display the picture using picture box. |
A. | picture( ). |
B. | load picture( ). |
C. | pic( ). |
D. | display picture( ). |
Answer» B. load picture( ). |
91. |
The ____ concept is used to check for multiple conditions in VB. |
A. | for....loop. |
B. | if. |
C. | if elseif |
D. | while. |
Answer» C. if elseif |
92. |
In the following logic, the condition is check at the end of the loop. |
A. | If.then. |
B. | For. |
C. | While. |
D. | do_While. |
Answer» D. do_While. |
93. |
In for_loop operation ____ keyword is used to increment the value of variable for execution. |
A. | else. |
B. | step. |
C. | incr. |
D. | select. |
Answer» B. step. |
94. |
___ is the keyword represents the end of the for_loop in Visual basic. |
A. | next. |
B. | end. |
C. | close. |
D. | stop. |
Answer» A. next. |
95. |
The ___ type of operator is used for checking comparing values. |
A. | bits wise. |
B. | logic. |
C. | relational. |
D. | arithmetic. |
Answer» C. relational. |
96. |
The ____ is a keyword is used to combine two conditions for checking at same time. |
A. | or. |
B. | and. |
C. | else. |
D. | loop. |
Answer» B. and. |
97. |
In for_loop concept in visual basic ____ keyword is used to come out the loop immediately. |
A. | exit. |
B. | out for. |
C. | exit for. |
D. | exit if. |
Answer» C. exit for. |
98. |
The ____ statement is used to change the control to specified location without any condition. |
A. | goto. |
B. | select. |
C. | else if. |
D. | while. |
Answer» A. goto. |
99. |
In list box concept ____ function is used to insert item to the list. |
A. | addlist(). |
B. | additem(). |
C. | addcount(). |
D. | adddata(). |
Answer» B. additem(). |
100. |
___ function is used to delete all the data items be completely removed. |
A. | list(). |
B. | listdel(). |
C. | listclear(). |
D. | listremove(). |
Answer» C. listclear(). |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.