UNIT-I
1) RAD stands for
a) Rapid application Development b) Readymade Application Design
c) Readymade Access design d) None
2) Visual Basic is_________ tool
a) Front-end b) Back End c) Middle d) None
3) Visual basic is the product of
a) Microsoft b) Novel c) Oracle d) None
4) Visual Basic comes in _______ editions
a) 2 b) 3 c) 4 d) None
5) _______ is the extension for ActiveX Controls
a) .ocx b) .acx c) .ocl d) .dll
6) Windows is used to debug VB program
a) Immediate b) Properties c) Tool Box d) None
7) Stocking the windows to one side of screen in VB is called ______
a) Resizing b) Docking c) Closing d) None
8) Visual container for the other controls
a) Image b) Shape c) Picture d) All
9) ____acts like a command button when clicked
a) Image b) Shape c) Data Control d) None
10) Custom control extension is
a) VBX b) ACX c) DCX d) None
11) The conventional name for a timer control is
a) Tim b) Tmr c) Trm d) Time
12) Which key is used to switch to code window
a) F3 b) F4 c) F7 d) F5
13) Short cut key to close code window_____
a. F5 b) F2 c) F1 d) Shift+f7
14) Default extension for form module is
a) frm b) fmr c) fmb d) fmx
15) Project Extension is
a) .VBP b) VBG c) .FRM d) None
16) Key board to run VB program
a) F5 b) F3 c) F6 d) All Keys
17) Short cut key to save current form
a) Ctrl+s b) Ctrl+f c) Ctrl+n d) None
18) Caption of a command button represents
a) Property b) Value c) Event d) Method
19) Default property of a text box
a) Name b) Caption c) Text d) None
20. ___________is what someone sees when your program is running
a) Application b) Program c) File d) *Interface
21. VB user interface consists of ____ & __________
a)Program, structure b) *forms , objects c) forms ,program d) objects,program
22. _______ enables the user to give command to your program
a) Event b) Keyboard c) mouse d) *object
23. ________ are items that appear on the screen.
a) Windows b) mouse pointer c)* objects d) commands
24. An object’s ________ determine its name, color, size , location and appearance on the screen
a) pointer b) *properties c) toolbox d) None of the above
25. The action performed by user is known as ___________
a) program b)* Event c) Work d) None of the above
26. When an _________occurs, then __________ for that gets fired
a)*Event, Code written b) Code written, event c) Click,result d)All of the above
27. Expand IDE
a) International Design Environment b) Integrated Development Environment
c) Integrated Design Environment d) International Development Environment
28) ________ creates standalone program that u copy, give away or sell to others
a) standard EXE b) Activex EXE c) DHTML Application d) AciveX DLL
29. _______,_____ & _______ programs have .EXE extension in VB
a) Standard EXE, IIS application , DHTML application b)Standard EXE, ActivexEXE, Activex Document EXE
c) Activex DLL, ActivexEXE, standard EXE d)A & b
30. ________ files contain subprograms designed to be used as building blocks when creating a standalone
program
a) Standard EXE b) ActivexDLL c) Activex EXE d) ActiveX Control
31.________ file is designed to work as an OLE server
32 .OCX is the extension of ______
a) Standard EXE b) Activex Control c) ADDIn d) IIS Application
33. _________ file is designed to help u run programs on website
a) Activex Document DLL b) DHTML Application c) Standard EXE d) None of the above
34. _________ is friendly guide to help you create a skeleton VB standalone Exe program quickly and easily
a) VB application wizard b) Activex Control c) A&B d) None of the above
35. DHTML applications are intended for use on ___________ and are dependent on ___________
a) Internet, form b) Intranet, Internet Explorer 4.0 or later c) Internet, Intranet d) None of the above
36. To get complete list of objects you can display in your toolbox, the shortcut is
a) Ctrl +p b) Ctrl+u c) ctrl+z d) Ctrl+t
37. ____________ provides a window where u can draw objects to design ur program’s user interface
a) Form layout window b)Properties window c) Form Window d) Immediate window
38) ________ window enables u to arrange the location where ur forms appear on the screen
a) Form b) Form Layout c) Immediate d) All of the above
39 Arranging neatly stack ur window to one side of the screen is____________
a) Dragging b) Droping c) Docking d) a&b
40) _____ controls are contained in VB.EXE file
a) Common controls b) Standard controls c) Custom controls d) both b and c
41. Custom controls have _________ or ______extension
a) .frm, .vbx b) .vbx, .exe c) .vbx, .ocx d) .frm,.ocx
42. In VB, subprograms are called___________
a) procedures b) Event procedures c) functions d) a&c
43. To move to code window, the shortcut is
a) Alt+F7 b) Ctrl+F7 c) F7 d) Shift+F7
44. We can select the object to which we need to write code in_______
a) Procedure list b) Code window c) object list d) None of the above
45. The color of a textbox or form represents a/an ____
a) event b) procedure c) property d) functions
UNIT – 1- ANSWERS
1. A 2.A 3. A 4.B 5.A 6. A
7.B 8.C 9.B 10.D 11.D 12. B
13. C 14. 15. A 16.A 17. A 18. A
19. A 20.D 21.B 22.D 23.C 24.B
25. B 26.A 27.B 28.A 29.B 30.B
31. 32.B 33.A 34.A 35.B 36.D
37.C 38.B 39.C 40.B 41.C 42.B
43.C 44.C 45.C