61
67.8k

250+ Visual Programming Solved MCQs

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) .

1.

One or more option button controls can be selected from _____ choices.

A. multiple.
B. single.
C. dual.
D. parallel.
Answer» A. multiple.
2.

_____ bar contains a set of tools to provide controls in the Form.

A. Status.
B. Tool
C. Menu.
D. Progress.
Answer» C. Menu.
3.

Debug window is the same as ____ window.

A. procedure.
B. object.
C. form.
D. code.
Answer» D. code.
4.

______is a data type that can be used to declare a text of maximum 10 million characters.

A. String.
B. Numeric.
C. Single precision.
D. Date.
Answer» A. String.
5.

A module-level is available to all the _______ in the module.

A. data.
B. procedures.
C. event.
D. task.
Answer» B. procedures.
6.

____variables are not reinitialized each time Visual basic invokes a procedure and thus retains or preserves value even when a procedure ends.

A. Static.
B. Dynamic.
C. Virtual.
D. Currency.
Answer» A. Static.
7.

Code window consists of a ______ box and procedure list box.

A. object.
B. event.
C. tool.
D. message.
Answer» A. object.
8.

The ____ statement checks in the module for usage of any undeclared variables and reports an error to the user.

A. looping.
B. iteration.
C. dim.
D. external.
Answer» C. dim.
9.

Dynamic arrays can be declared when the user may not know the _____of the array at design time.

A. exact column.
B. exact variable.
C. exact value.
D. exact size.
Answer» D. exact size.
10.

Variables are named storage locations in memory, the value of which does not change during program ______.

A. design.
B. execution.
C. debug.
D. modification.
Answer» B. execution.
11.

Variables of different data types when combined as a single variable to hold several related information is called as ______ data types.

A. numeric.
B. user defined.
C. string.
D. byte.
Answer» B. user defined.
12.

____ function translates a numeric value to a variable.

A. Message.
B. Build In.
C. Val.
D. Mod.
Answer» C. Val.
13.

____box provides a set of choices to the user.

A. List.
B. Command.
C. Combo.
D. Text.
Answer» A. List.
14.

All the controls in an array will have the same _____.

A. Value.
B. properties.
C. address.
D. location
Answer» B. properties.
15.

The _____property in Visual basic is common for many a tools.

A. location.
B. place.
C. window status.
D. name.
Answer» D. name.
16.

Option button can be grouped in a ______control.

A. label.
B. text box.
C. frame.
D. check box.
Answer» C. frame.
17.

A _____ bar appears in the top of the screen.

A. title.
B. menu.
C. tool.
D. debug.
Answer» A. title.
18.

A disabled menu item does not appear in the ____ bar.

A. menu.
B. standard.
C. status.
D. title.
Answer» A. menu.
19.

A menu can include a maximum of ___ levels of sub menus.

A. 2.
B. 4.
C. 6.
D. 8.
Answer» C. 6.
20.

Form_Mouse Down ( ) procedure is executed when any mouse button is clicked in a free area of the ______.

A. window.
B. form.
C. screen.
D. property.
Answer» B. form.
21.

_____ is a tool used in visual basic to draw rectangle in the form.

A. Textbox.
B. Option button.
C. Command button.
D. Shape.
Answer» D. Shape.
22.

In visual basic ______ is the extension to represent project file.

A. .frm.
B. .vbp.
C. .cls.
D. .txt.
Answer» B. .vbp.
23.

In default ____ numbers of tools exist in toolbox.

A. 20.
B. 15.
C. 10.
D. 8.
Answer» A. 20.
24.

_____ method removes a dialog box from view.

A. Display.
B. Active.
C. Hide.
D. Enabled.
Answer» C. Hide.
25.

The ______property of a form automatically sizes the picture loaded to it.

A. auto size.
B. default.
C. size.
D. height.
Answer» A. auto size.
26.

While entering a new project ______ option to be select from the dialog box.

A. open exe.
B. standard exe.
C. activex exe.
D. activex dll .
Answer» B. standard exe.
27.

The ______control used to insert image to the form.

A. text box.
B. shape.
C. option.
D. picture.
Answer» D. picture.
28.

The Line method can be used to draw ______ shape in VB.

A. rectangle.
B. circle.
C. ellipse
D. oval
Answer» A. rectangle.
29.

There can be only ____MDI form in an application.

A. four.
B. two.
C. one.
D. zero.
Answer» C. one.
30.

In Visual basic more than one child _____ is allowed to add in project.

A. form.
B. window.
C. property.
D. codings.
Answer» A. form.
31.

Status bar appears at the _____ of the MDI form.

A. top.
B. bottom.
C. left.
D. right.
Answer» B. bottom.
32.

The _____ keyboard refers to current form in Vb project.

A. me.
B. current.
C. form.
D. case.
Answer» A. me.
33.

Scroll bar is of _____ types in Visual basic for usage.

A. two.
B. four.
C. five.
D. six.
Answer» A. two.
34.

The width of any tool in visual basic can be changed at ___ time.

A. run.
B. debug.
C. design.
D. edit.
Answer» C. design.
35.

The Visual basic programming is ______ based programming concept in general.

A. CUI.
B. logical.
C. concept.
D. GUI.
Answer» D. GUI.
36.

. The IDE stands for _____.

A. Integrated Development Environment.
B. Integer Development Environment.
C. Information Development Environment
D. Internal Development Environment.
Answer» A. Integrated Development Environment.
37.

The ______ is a tool used for both the Input and output purpose.

A. command button.
B. text box.
C. label.
D. list box.
Answer» B. text box.
38.

______ property is related with Command button specific for displaying picture

A. Down picture.
B. Picture.
C. Height.
D. Object.
Answer» A. Down picture.
39.

____ is a tool used in form window for grouping the option button.

A. Label.
B. Group.
C. Frame.
D. Shape.
Answer» C. Frame.
40.

The list of forms will display in tree like structure in _____window.

A. form.
B. project explorer.
C. property.
D. form layout.
Answer» B. project explorer.
41.

The _____ menu used for adding tools in to existing tools box.

A. file.
B. view.
C. project.
D. format.
Answer» C. project.
42.

The ____ menu is used for executing the program in Visual basic.

A. run.
B. tools.
C. insert.
D. window.
Answer» A. run.
43.

In visual basic the declaration of variables is done by _____ key word.

A. int.
B. dim.
C. else
D. declare.
Answer» B. dim.
44.

In visual basic _____ types of scroll bars available in visual basic.

A. two.
B. three.
C. four.
D. five.
Answer» A. two.
45.

While designing the visual basic there are _____ methods used for adding a tools in to form window.

A. five.
B. four.
C. three.
D. two.
Answer» D. two.
46.

In VB the main form consist of more than one sub form is called ____.

A. subordinate.
B. child.
C. super.
D. second level.
Answer» B. child.
47.

The ____ is shortcut key used for execution of visual basic program.

A. F7.
B. F2.
C. F5.
D. F9.
Answer» C. F5.
48.

Among the events in VB, the Load event is associated with _____ .

A. command button.
B. label.
C. text box.
D. form.
Answer» D. form.
49.

The Data Report designer is broken into ____ different sections.

A. two.
B. six.
C. eight.
D. ten.
Answer» B. six.
50.

____ window is used to align the form execution in desired position or location.

A. form layout.
B. property.
C. project explorer.
D. coding.
Answer» A. form layout.

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.