VB.Net MCQ Quiz Hub

VB NET MCQ SET 1

Choose a topic to test your knowledge and improve your VB.Net skills

1. Visual Basic is a tool that allows you to develop application in __________




2. _________ is used for finding out about objects, properties and methods.




3. In Visual Basic, a variable name cannot be more than __________ characters.




4. __________ function is used to return a copy of a string without leading spaces.




5. The variables that does not change the value during execution of program is __________




6. ___________ is a method which moves the focus to the specified control or form.




7. The function procedures are ___________ by default.




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




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




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




11. _________ is used for finding out about objects, properties and methods.




12. The default property for a text box control is __________




13. __________ is a collection of files.




14. __________ is a collection of files.




15. The method, which loads the form into memory and displays it on screen




16. The ________ object is a stored query definition, which is a precompiled SQL statement.




17. ________ function returns the intervals between two dates in terms of years, months or days.




18. ______ array size can be changed at run-time.




19. The window in which the individual documents are displayed is called ____________window.




20. The window in which the individual documents are displayed is called ____________window.




21. _________ is the process of finding and removing errors.




22. ________ loop repeats a group of statements for each item in a collection of objects or for each element of an array.




23. A __________ variable is one that is declared inside a procedure.




24. _______ control executes the timer events at specified intervals of time.




25. MDI stands for _________




26. A _______control in visual basic is used to create applications that present information in rows and columns.




27. __________ cannot be declared in a form or class module.




28. __________ do not return a value.




29. The default datatype for VB is ___________




30. _________ is a built in function to return lower bound of an array.




31. The _________ allows direct exit from a For loop, Do loop, Sub procedure, or Function procedure.




32. ___________ displays current directory with any subdirectories and allows the user to change directory.




33. Extension of ActiveX designers ____________




34. ________ indicates whether a particular condition is on or off.




35. __________ statement enables us to trap runtime error.




36. Frame Control acts as a __________




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




38. ________ method removes a dialog box from view.




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




40. An object datatype can store _______ bytes.




41. ________ method is used to clear the contents of MSHFlexGrid control.




42. The _______ function returns a string stored in a variant data type.




43. The __________ property is used in VB for maximum form at run time.




44. ___________ is property is used to hide the content in textbox with some symbols.




45. ___________ method is used to retrieve the stored text from the clipboard.




46. _________ control displays current directory with any sub directories and allows the user to change directly.




47. ________ control is used to represent the items in a hierarchical manner.




48. Which is not a property of the Common control class?




49. Which symbol creates an access key in the text of a menu item?




50. __________ event occurs when a form loaded into the memory.




51. _________ method is used to forcibly set the CPU focus to a particular control.




52. Which language is not a true object-oriented programming language?




53. A GUI




54. Visual Studio .NET provides which feature:




55. What does IDE stand for?




56. Which type of project can a developer choose in the New Project dialog box?




57. Which is not a main component of the Visual Studio IDE?




58. Which does the solution explorer not display?




59. For which task does the IDE provide multiple ways to accomplish the task?




60. Which are the standard prefixes for the Button and Combo box controls respectively?




61. Which are the standard prefixes for the text box and label controls respectively?




62. Which task is accomplished in the Code editor?




63. Which is not a feature of a GUI that makes learning a program easy for users?




64. An object is composed of:




65. Which statement about objects is true?




66. Which is not true about forms and controls in Visual Basic?




67. Which is an example of Visual Basic Objects?




68. The .Net class library:




69. Which property determines whether a control is displayed to the user?




70. The Button control can be activated:




71. The CancelButton property belongs to which object?




72. A click event procedure stud for the label control can be created by:




73. In event-driven programming an event is generated by:




74. The Java and Visual Basic .NET belong to this type of programming language.




75. It is a comprehensive, object-oriented collection of reusable types that you can use to develop applications.




76. It translates all high level instructions into machine code first before running the program.




77. A window that lists the solution name, the project name and all the forms used in the project.




78. VB.Net is




79. VB.Net supports




80. JIT stands for