Choose a topic to test your knowledge and improve your VB.Net skills
______ property removes the title bar elements.
To delete __________ you must delete the contents of the form’s text property.
While printing, the __________ need to be active.
What happens when maximize box is set to true?
What happens when minimize box is set to true?
A button’s caption is entered using ______
The text contained in the identifying label is entered using ______
Each button has same height and width because they are __________ the interface.
Designers usually include graphics to __________ a portion of screen.
An object’s __________ is used to display the type, style, and size of the font, used to display the object’s text.
Designers generally avoid using __________ and __________ in an interface.
Designers generally use __________ font style and __________ font size in an interface.
______ is generally used to emphasize the text.
Designers generally use __________ colour for the background, and __________ for the text.
Designers at times use colour as the means of __________ a user interface.
A control’s border is determined by __________ property.
A label control’s __________ property determines whether the control automatically sizes to fit its current contents.
The autoSize property of the label control that displays program output is automatically set to true.
The BorderStyle property of the labels that display program output is generally set to ____
Text box is aligned using ______
A ______ provides an area in the form for the user to enter data.
A control is locked using ______
Which setting gives the control a 3-dimensional appearance?
The appropriate __________ setting on a label depends on label’s purpose.
The BorderStyle property of each label, that identify other controls, is generally set to _____
The text of many controls contain an underlined letter known as _____
Letter __________ is a File’s Menu access keys.
Letter __________ is the Exit menu’s access key.
To see the underlined hidden access key, you can do so, by pressing the __________ key.
You should assign access keys to each of the control in the interface that contain __________
Access keys allows the user to run the application even when _____
You assign an access key by including an __________ option in the control’s caption or identifying label.
You enter the ampersand to the __________ of the character, you want to designate as access key.
It is inappropriate to assign access keys to ____
Each access key in the interface should be ______
Which property contains a number that represents the order in which the control was added to the form?
What determines the Tab order?
When a control has focus it can accept _____
A __________ is an example that accepts user input and is determined by a label control.
Set the identifying labels tab index property that is __________ than text box’s tab index property.
You can set the control’s tab index property using ____
When you start an application, the computer sends the focus to the control whose TabIndex is _____
Use the __________ to verify the tab order control in the interface.
Pressing the enter key when the button is on focus produces _____
Press __________ to move the focus to the text box’s access key named textBlue.
____ uses short phrases to describe the steps the procedure must take.
_____ uses standardized symbols to describe the steps of a procedure.
The __________ symbol is called the start /stop symbol in the flowchart.
The __________ symbol is used to take a decision in the flowchart.
The rectangles are called as __________ symbols in the flowchart.