VB.Net MCQ Quiz Hub

VB NET MCQ SET 2

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

JIT stands for





✅ Correct Answer: 2

Out of following which is NOT type of assembly?





✅ Correct Answer: 1

Assembly is ______grouping of all units





✅ Correct Answer: 3

New keyword is used with the





✅ Correct Answer: 2

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





✅ Correct Answer: 2

What is CLR?





✅ Correct Answer: 2

IL stands for





✅ Correct Answer: 3

What is CTS?





✅ Correct Answer: 3

What is CLS?





✅ Correct Answer: 2

Language which is NOT supported by VB.Net





✅ Correct Answer: 1

What is used to store decimal data in .NET?





✅ Correct Answer: 1

Language which is NOT supported by .Net





✅ Correct Answer: 1

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





✅ Correct Answer: 1

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





✅ Correct Answer: 2

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





✅ Correct Answer: 3

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

The corresponding .Net FCL type for Short is ___________.





✅ Correct Answer: 1

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





✅ Correct Answer: 3

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

The ______________________ group classes according to their common services.





✅ Correct Answer: 1

Whenever an application is created, a ______ is added.





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 4

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





✅ Correct Answer: 3

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





✅ Correct Answer: 2

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





✅ Correct Answer: 1

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





✅ Correct Answer: 3

Which of the following directive defines conditional compiler constants?





✅ Correct Answer: 1

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





✅ Correct Answer: 3

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





✅ Correct Answer: 1

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





✅ Correct Answer: 1

Which of the following is correct about VB.NET?





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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?





✅ Correct Answer: 1

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?





✅ Correct Answer: 4

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





✅ Correct Answer: 2

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





✅ Correct Answer: 4

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





✅ Correct Answer: 1

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?





✅ Correct Answer: 3

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





✅ Correct Answer: 1