🧪 VB.Net MCQ Quiz Hub

VB.Net Mcq Question Set 3

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

______ property removes the title bar elements.





✅ Correct Answer: 1

To delete __________ you must delete the contents of the form’s text property.





✅ Correct Answer: 1

While printing, the __________ need to be active.





✅ Correct Answer: 3

What happens when maximize box is set to true?





✅ Correct Answer: 3

What happens when minimize box is set to true?





✅ Correct Answer: 3

A button’s caption is entered using ______





✅ Correct Answer: 2

The text contained in the identifying label is entered using ______





✅ Correct Answer: 1

Each button has same height and width because they are __________ the interface.





✅ Correct Answer: 1

Designers usually include graphics to __________ a portion of screen.





✅ Correct Answer: 2

An object’s __________ is used to display the type, style, and size of the font, used to display the object’s text.





✅ Correct Answer: 1

Designers generally avoid using __________ and __________ in an interface.





✅ Correct Answer: 1

Designers generally use __________ font style and __________ font size in an interface.





✅ Correct Answer: 1

______ is generally used to emphasize the text.





✅ Correct Answer: 3

Designers generally use __________ colour for the background, and __________ for the text.





✅ Correct Answer: 2

Designers at times use colour as the means of __________ a user interface.





✅ Correct Answer: 1

A control’s border is determined by __________ property.





✅ Correct Answer: 3

A label control’s __________ property determines whether the control automatically sizes to fit its current contents.





✅ Correct Answer: 1

The autoSize property of the label control that displays program output is automatically set to true.





✅ Correct Answer: 1

The BorderStyle property of the labels that display program output is generally set to ____





✅ Correct Answer: 2

Text box is aligned using ______





✅ Correct Answer: 1

A ______ provides an area in the form for the user to enter data.





✅ Correct Answer: 1

A control is locked using ______





✅ Correct Answer: 1

Which setting gives the control a 3-dimensional appearance?





✅ Correct Answer: 1

The appropriate __________ setting on a label depends on label’s purpose.





✅ Correct Answer: 1

The BorderStyle property of each label, that identify other controls, is generally set to _____





✅ Correct Answer: 1

The text of many controls contain an underlined letter known as _____





✅ Correct Answer: 1

Letter __________ is a File’s Menu access keys.





✅ Correct Answer: 2

Letter __________ is the Exit menu’s access key.





✅ Correct Answer: 1

To see the underlined hidden access key, you can do so, by pressing the __________ key.





✅ Correct Answer: 1

You should assign access keys to each of the control in the interface that contain __________





✅ Correct Answer: 2

Access keys allows the user to run the application even when _____





✅ Correct Answer: 1

You assign an access key by including an __________ option in the control’s caption or identifying label.





✅ Correct Answer: 1

You enter the ampersand to the __________ of the character, you want to designate as access key.





✅ Correct Answer: 3

It is inappropriate to assign access keys to ____





✅ Correct Answer: 2

Each access key in the interface should be ______





✅ Correct Answer: 1

Which property contains a number that represents the order in which the control was added to the form?





✅ Correct Answer: 1

What determines the Tab order?





✅ Correct Answer: 1

When a control has focus it can accept _____





✅ Correct Answer: 2

A __________ is an example that accepts user input and is determined by a label control.





✅ Correct Answer: 1

Set the identifying labels tab index property that is __________ than text box’s tab index property.





✅ Correct Answer: 1

You can set the control’s tab index property using ____





✅ Correct Answer: 1

When you start an application, the computer sends the focus to the control whose TabIndex is _____





✅ Correct Answer: 3

Use the __________ to verify the tab order control in the interface.





✅ Correct Answer: 3

Pressing the enter key when the button is on focus produces _____





✅ Correct Answer: 2

Press __________ to move the focus to the text box’s access key named textBlue.





✅ Correct Answer: 1

____ uses short phrases to describe the steps the procedure must take.





✅ Correct Answer: 1

_____ uses standardized symbols to describe the steps of a procedure.





✅ Correct Answer: 3

The __________ symbol is called the start /stop symbol in the flowchart.





✅ Correct Answer: 1

The __________ symbol is used to take a decision in the flowchart.





✅ Correct Answer: 4

The rectangles are called as __________ symbols in the flowchart.





✅ Correct Answer: 2