Quiznetik

Programming in Visual Basic | Set 2

1. In vb variable name cannot be more than --- characters

Correct : A. 255

2. In vb ________ is the extension to represent project file.

Correct : B. .vbp

3. ___is data type that can be used to declare a text of maximum 10 million.

Correct : D. string

4. The variable that does not change the value during execution of program is______

Correct : C. constant

5. none of these 36)The data control s used to link _____________

Correct : D. none of these

6. The methods which loads the form into memory _______ it on screen.

Correct : C. display

7. The code in an application can be broken into logical component by ---- process

Correct : B. procedural

8. Vb allows programmers to define a data type before start the program it is called ____

Correct : A. explicit

9. VB allows programmers to without the declaring data type before start the program it is called ____

Correct : B. implicit

10. Variables are used to temporarily store data during execution of application.

Correct : A. true

11. A variable is scoped to a global or local variable depending on how it is declared.

Correct : A. true

12. .--- is the process of putting two string together.

Correct : A. concatenation

13. The main Property of check box is _______ ___

Correct : A. check

14. The main Property of radio button box is ___ _______

Correct : B. value

15. ______ property is used set width and height of images .

Correct : C. stretch

16. Stretch property is used set_________of images .

Correct : A. width and height

17. The main Property of picture box is ___ _______

Correct : D. picture

18. Progress bar is always work with _________control.

Correct : B. timer

19. To menu editor is available in ___________button of the mouse

Correct : A. left

20. ____________menu is open by right button of the mouse .

Correct : B. popup menu

21. To create menu on MDI form, we have to select _________

Correct : B. menu editor

22. status bar is display at the _____of the mdi forms.

Correct : A. bottom

23. Toolbar is display at the __________ of the mdi form.

Correct : B. top

24. To declare the variable in vb _________-this key word is used

Correct : C. dim

25. _______ is used to differentiate the one redio button group to another radio button group.

Correct : D. frame

26. in ______box & ____ can edit in run time

Correct : A. text box & combo box

27. Ms Access is used to ________

Correct : A. store data

28. Following properties is use full to link ms-access in ADODC.

Correct : A. data source

29. VB is the example of____________software .

Correct : B. front end

30. The main property of ADODC control property is ___

Correct : A. data source

31. What is the use of OLE

Correct : A. we can link to the other application

32. MS-access or oracle is the example of ___ _______software.

Correct : A. back end

33. The ____ include all widow property, form, project ,form layout .

Correct : A. ide

34. _______is used to differentiate the one redio button group to another radio button group.

Correct : A. frame

35. _______is the process of finding & removing errors.

Correct : A. debugging

36. VB is an ______________.

Correct : A. object based programming language

37. In _________ The size of the array can be changed at the run time- size changes during the program execution.

Correct : C. dynamic array

38. The _______is show under or below the Project Explorer window

Correct : A. properties window

39. The _________ is used to show quick reference to the various elements of a project namely form, classes and modules

Correct : B. project explorer

40. ____________is insert from component , it is used to load ADO control.

Correct : A. microsoft activex data control 6

41. ADO is ActiveX-based, it can not work in different platforms and different programming languages.

Correct : B. false

42. in VB , ___ is used to enter the more then one value in a single variable having different data types.

Correct : C. array

43. In VB , array is divided into 3 types ., the second type is _____

Correct : C. poly dimension

44. in _________ we can edit in run time

Correct : D. all of these.

45. frame is used to differentiate the one radio button group to another radio button group.

Correct : A. true

46. In_________The size of the array can be changed at the run time- size changes during the program execution.

Correct : A. true

47. Microsoft ActiveX Data Control 6 is insert from component , it is used to load ADO control.

Correct : A. true

48. The Project Explorer is used to show quick reference to the various elements of a project namely form, classes and modules

Correct : A. true

49. single dimensional array requires one indexes to identify a particular element.

Correct : A. true

50. The most common event associated with the command button is the Click event,

Correct : A. true

51. The main property of Image Control is stretchable,

Correct : A. true

52. The main property of ____, is LoadPicture and resize the picture .

Correct : A. picture

53. Following are not the arithmetic operator .

Correct : B. <=

54. Following are the not condition operator .

Correct : D. mod