🧪 VB.Net MCQ Quiz Hub

VB.Net Mcq Question Set 2

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

Which box displays the current values of each of the properties?





✅ Correct Answer: 1

Which button is used to display the names in the property list by category?





✅ Correct Answer: 1

What are listed in a Properties Window?





✅ Correct Answer: 1

Which button is used to save a solution?





✅ Correct Answer: 4

Which option is used to close the IDE?





✅ Correct Answer: 1

Which option is used to close the Solution?





✅ Correct Answer: 2

What is used to add a Label control to a form?





✅ Correct Answer: 1

What is the purpose of the label control?





✅ Correct Answer: 3

The size of _____________ is determined by the label’s margin property.





✅ Correct Answer: 1

_______is the default name assigned to the label control.





✅ Correct Answer: 2

Margin lines are ______________ in colour.





✅ Correct Answer: 1

Which property determines the value that appears inside the control?





✅ Correct Answer: 2

Which property specifies the position of the upper left corner of the control?





✅ Correct Answer: 3

which property in the property list is used to change the text, style or size of the control’s text?





✅ Correct Answer: 1

Which menu provides option for manipulating the control’s on the form?





✅ Correct Answer: 1

Which option is used to align two or more controls by their left, right, top or bottom borders?





✅ Correct Answer: 1

To include an image on the form we use which toolbox?





✅ Correct Answer: 1

While the Picture Box tool is included in the form, a triangle appears in the upper-left corner of the control?





✅ Correct Answer: 3

To include the image file in the project itself, the Project Resource file radio button must be selected from which dialog box?





✅ Correct Answer: 1

Which property is used to view the full image in the Picture Box?





✅ Correct Answer: 2

StretchImage Property is present in which dialog box?





✅ Correct Answer: 1

Which is used to change the name of the picture?





✅ Correct Answer: 1

_____ is commonly used to perform an immediate action when clicked.





✅ Correct Answer: 2

______ in the Tool Box is used to add a button control to a form.





✅ Correct Answer: 1

The name of the button control is changed using _____





✅ Correct Answer: 4

The __________ and __________ buttons are examples of many button controls found in Windows applications.





✅ Correct Answer: 1

The actions such as click, double-click, scrolling etc are ______





✅ Correct Answer: 1

Where you enter the event procedure’s code?





✅ Correct Answer: 3

Which statement is used to define a class in visual basic?





✅ Correct Answer: 1

To hide a section of code we click the __________ box next to it.





✅ Correct Answer: 1

A __________ is a word that has special meaning in computer language.





✅ Correct Answer: 1

The __________ is an abbreviation of the term sub procedure.





✅ Correct Answer: 3

The __________ instruction tells the computer to close the current form.





✅ Correct Answer: 1

The __________ displays the most commonly used items.





✅ Correct Answer: 1

The rules of a programming language are called its ___





✅ Correct Answer: 1

A timer control is instantiated using _______





✅ Correct Answer: 1

The __________ is used to store controls that do not appear in the user interface during runtime.





✅ Correct Answer: 3

The purpose of __________ is to process code at one or more regular intervals.





✅ Correct Answer: 1

The timer state is determined by ______





✅ Correct Answer: 3

Which event occurs each time an interval is elapsed in the timer?





✅ Correct Answer: 1

What happens when a control is deleted from a form?





✅ Correct Answer: 1

______ is used to delete a certain code from the code editor window.





✅ Correct Answer: 2

______ button is used to select a control from the form.





✅ Correct Answer: 1

___ is used to close both the code from code editor and control from the form.





✅ Correct Answer: 1

________ is used to remove a component of the form after a certain period of time.





✅ Correct Answer: 1

A form’s __________ determines the border style of the form.





✅ Correct Answer: 1

The __________ setting removes the form border.





✅ Correct Answer: 1

_____ property disables the Minimize button on the form’s title bar.





✅ Correct Answer: 1

_____ property disables the Maximize button on the form’s title bar.





✅ Correct Answer: 2

What happens when both the minimize box and maximize box property are set to false?





✅ Correct Answer: 4