Quiznetik

Visual Programming | Set 1

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

Correct : A. multiple.

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

Correct : C. Menu.

3. Debug window is the same as ____ window.

Correct : D. code.

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

Correct : A. String.

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

Correct : 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.

Correct : A. Static.

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

Correct : A. object.

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

Correct : C. dim.

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

Correct : D. exact size.

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

Correct : B. execution.

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

Correct : B. user defined.

12. ____ function translates a numeric value to a variable.

Correct : C. Val.

13. ____box provides a set of choices to the user.

Correct : A. List.

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

Correct : B. properties.

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

Correct : D. name.

16. Option button can be grouped in a ______control.

Correct : C. frame.

17. A _____ bar appears in the top of the screen.

Correct : A. title.

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

Correct : A. menu.

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

Correct : C. 6.

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

Correct : B. form.

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

Correct : D. Shape.

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

Correct : B. .vbp.

23. In default ____ numbers of tools exist in toolbox.

Correct : A. 20.

24. _____ method removes a dialog box from view.

Correct : C. Hide.

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

Correct : A. auto size.

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

Correct : B. standard exe.

27. The ______control used to insert image to the form.

Correct : D. picture.

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

Correct : A. rectangle.

29. There can be only ____MDI form in an application.

Correct : C. one.

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

Correct : A. form.

31. Status bar appears at the _____ of the MDI form.

Correct : B. bottom.

32. The _____ keyboard refers to current form in Vb project.

Correct : A. me.

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

Correct : A. two.

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

Correct : C. design.

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

Correct : D. GUI.

36. . The IDE stands for _____.

Correct : A. Integrated Development Environment.

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

Correct : B. text box.

38. ______ property is related with Command button specific for displaying picture

Correct : A. Down picture.

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

Correct : C. Frame.

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

Correct : B. project explorer.

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

Correct : C. project.

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

Correct : A. run.

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

Correct : B. dim.

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

Correct : A. two.

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

Correct : D. two.

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

Correct : B. child.

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

Correct : C. F5.

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

Correct : D. form.

49. The Data Report designer is broken into ____ different sections.

Correct : B. six.

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

Correct : A. form layout.

51. In coding window, the programming statement has been written in the _____.

Correct : C. event.

52. _____event will execute automatically at the activation of the tool.

Correct : A. GotFocus

53. The ____ key is used as control key on moving around the form without mouse.

Correct : D. tab.

54. In command button the _____ property is used to change the label value for any content.

Correct : C. caption.

55. In visual basic the _____ file consist of complete coding and form design.

Correct : A. project.

56. Self Length Property is supported by ____ control in VB.

Correct : B. text box.

57. In multiple form based project the current form represented by ___ keyword.

Correct : A. me.

58. Like text box, _____ is another tool used for display / output the information.

Correct : 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.

Correct : B. name.

60. _____ property is used to hide the tool in run time by setting value as false.

Correct : A. visible.

61. SDI stands for _____.

Correct : A. Simple Document Interface.

62. ____ is a command used to come out of the loop.

Correct : A. break.

63. The component option is used to insert new tool in to the toolbox, ____ menu is used.

Correct : C. project.

64. ___ boxes display information in a dialog box superimposed on the form.

Correct : B. Message.

65. In VB the order in which you create the controls is the order used by using ____ key

Correct : A. tab.

66. In visual basic the _____ value is equivalent to the vb YES NO button in message box.

Correct : B. 4.

67. The F5 is key pressed the ____ event of form is executed first.

Correct : C. initialize.

68. ASCII stands for _______.

Correct : A. American Standard Code for Information Interchange.

69. In coding window the _____ shortcut key is used to find the particular character or code.

Correct : B. Ctrl + F.

70. The right hand drop down list box in the coding window is called _____ list box.

Correct : A. procedure.

71. The ____ shortcut is used to get the QuickInfo option in visual basic.

Correct : C. Ctrl + I.

72. In visual basic the, Visible property consists _____ state.

Correct : C. 2.

73. The _____data type is the default and standard type used in programming side.

Correct : A. variant.

74. In data type the ____ prefix used to represent the Boolean data.

Correct : B. bln.

75. The ____ function returns a string stored in a variant data type.

Correct : A. Chr.

76. To run / to install the Visual basic 6.0 minimum of ____ ram capacity.

Correct : B. 32 mb.

77. GUI stands for ________.

Correct : A. Graphical User Interface.

78. ____ option in project explorer window used display the coding of the program.

Correct : B. View code.

79. To open the property window for usage ____ shortcut key is used.

Correct : D. F4.

80. In visual basic form, the caption property content will reflect in ____ area.

Correct : C. title.

81. The ______property is used in VB for maximum form at run time.

Correct : A. window status.

82. The ____ is a shortcut key used to replace the content by specific data in coding window.

Correct : B. Ctrl + H.

83. In declaration a variables _____ length of characters is allotted for a variable.

Correct : C. 255.

84. From the following _____tool is used to display pictures in VB form.

Correct : A. picture.

85. In VB form, the name property can be named with alphabets; ____ is the maximum number of character allowed.

Correct : C. 40.

86. In command button, the ____ symbol is used to make the button with shortcut key access.

Correct : B. &.

87. ___ is property is used to hide the content in textbox with some symbols.

Correct : D. pass word char.

88. ____ property is used to set the flow of control in between the multiple controls.

Correct : C. Tab Index.

89. The _____ number of events related to form execution.

Correct : B. 6.

90. The ____ is the function is used to display the picture using picture box.

Correct : B. load picture( ).

91. The ____ concept is used to check for multiple conditions in VB.

Correct : C. if elseif

92. In the following logic, the condition is check at the end of the loop.

Correct : D. do_While.

93. In for_loop operation ____ keyword is used to increment the value of variable for execution.

Correct : B. step.

94. ___ is the keyword represents the end of the for_loop in Visual basic.

Correct : A. next.

95. The ___ type of operator is used for checking comparing values.

Correct : C. relational.

96. The ____ is a keyword is used to combine two conditions for checking at same time.

Correct : B. and.

97. In for_loop concept in visual basic ____ keyword is used to come out the loop immediately.

Correct : C. exit for.

98. The ____ statement is used to change the control to specified location without any condition.

Correct : A. goto.

99. In list box concept ____ function is used to insert item to the list.

Correct : B. additem().

100. ___ function is used to delete all the data items be completely removed.

Correct : C. listclear().