VB.Net MCQ Quiz Hub

VB NET MCQ SET 2

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

1. JIT stands for




2. Out of following which is NOT type of assembly?




3. Assembly is ______grouping of all units




4. New keyword is used with the




5. Out of following,which is NOT a type of Authentication?




6. What is CLR?




7. IL stands for




8. What is CTS?




9. What is CLS?




10. Language which is NOT supported by VB.Net




11. What is used to store decimal data in .NET?




12. Language which is NOT supported by .Net




13. To declare an integer variable in VB.NET language, which one of the following statements is true?




14. In VB.NET language, Which one is not the integer value?




15. Which of the following Loop structure does not supported by VB.Net?




16. The _____ model does not offer a model for source code reuse.




17. ____ allow custom items of information about a program element to be stored with an assembly's metadata.




18. The corresponding .Net FCL type for Short is ___________.




19. The member "clear" of the Array class that sets a range of array elements to zero, false or null reference is a _____________ method.




20. The ___________ method converts an OLE automation date value to a DateTime Instance.




21. Every optional argument in the procedure definition must specify a _________ value which must be a constant expression.




22. Type casting in VB.Net is implemented by means of ____________ statement.




23. Using a ________ variable does not enable us to create read-only properties that are often required by a class.




24. A ___________ performs invisible tasks even if you write no code.




25. The ___________________________________ does not describe inherited member functions, inherited operators, and overridden virtual member functions.




26. The ______________________ group classes according to their common services.




27. Whenever an application is created, a ______ is added.




28. _____ are interactive objects that you place in dialog boxes or other windows to carry out user actions.




29. The _______________ class provides static methods to start, stop, or filter Windows messages in an application.




30. The ___________is a systematic class framework used for the development of system tools and utilities.




31. The ______________ method converts the value of this instance to a double representing the OLE automation date.




32. The _________________ enable us to pass data between a program and a class.




33. Which of the following is a basic data type in VB.NET?




34. Which of the following converts the expression to Object data type in VB.NET?




35. Which of the following accesss modifier specifies that an attribute at the beginning of a source file applies to the current assembly module?




36. Which of the following accesss modifier specifies that a property or procedure overrides an identically named property or procedure inherited from a base class?




37. Which of the following accesss modifier specifies that a property can be written but not read?




38. Which of the following directive defines conditional compiler constants?




39. Which of the following directive conditionally compiles selected blocks of Visual Basic code?




40. Which of the following property of Array class in VB.NET checks whether the Array has a fixed size?




41. Which of the following block of VB.NET identifies a block of code for which particular exceptions will be activated?




42. Which of the following is correct about VB.NET?




43. Which of the following accesss modifier specifies that a procedure argument can be omitted when the procedure is called?




44. Which of the following accesss modifier specifies that a declared programming element redeclares and hides an identically named element, or set of overloaded elements, in a base class?




45. Which of the following statement declares the name of a class and introduces the definition of the variables, properties, events, and procedures that the class comprises?




46. Which of the following directive is used for indicating a mapping between specific lines of source code and text external to the source?




47. Which of the following operator declares the parameters and code that define a function lambda expression?




48. Which of the following Collection class of VB.NET represents ordered collection of an object that can be indexed individually?




49. Which of the following block of VB.NET is used to execute a given set of statements, whether an exception is thrown or not thrown?




50. Which of the following converts the expression to String data type in VB.NET?