Olete.in
Articles
Mock Tests
đź§Ş VB.Net MCQ Quiz Hub
VB.Net Mcq Question Set 3
Choose a topic to test your knowledge and improve your VB.Net skills
1. ______ property removes the title bar elements.
Control Box property
Minimize property
Maximize property
Close property
2. To delete __________ you must delete the contents of the form’s text property.
Title bar
Properties window
Text in text box
Text in level
3. While printing, the __________ need to be active.
Form
Application
Code editor window
Timer
4. What happens when maximize box is set to true?
Maximize box in title bar disappears
Maximize box is disabled
Maximize box is enabled
Maximize box becomes visible
5. What happens when minimize box is set to true?
Minimize box in title bar disappears
Minimize box is disabled
Minimize box is enabled
Minimize box becomes visible
6. A button’s caption is entered using ______
sentence capitalization
book title capitalization
character capitalization
word capitalization
7. The text contained in the identifying label is entered using ______
Sentence capitalization
Book title capitalization
Character capitalization
Word capitalization
8. Each button has same height and width because they are __________ the interface.
Stacked
Queued
Clustered
Heaped
9. Designers usually include graphics to __________ a portion of screen.
Mesmerize
Emphasize
Attract
Glorify
10. An object’s __________ is used to display the type, style, and size of the font, used to display the object’s text.
Font property
Size property
Text property
Style property
11. Designers generally avoid using __________ and __________ in an interface.
Italics and underline
Underline and bold
Bold and italics
Regular and bold
12. Designers generally use __________ font style and __________ font size in an interface.
One, two
Two, one
Four, one
One, one
13. ______ is generally used to emphasize the text.
Italics
Underline
Bold
Regular
14. Designers generally use __________ colour for the background, and __________ for the text.
Blue, pink
White, black
Black, white
Pink, blue
15. Designers at times use colour as the means of __________ a user interface.
Identification
Charming c) Fascinating
Fascinating
Exquisite
16. A control’s border is determined by __________ property.
Border
Style
BorderStyle
Appearance
17. A label control’s __________ property determines whether the control automatically sizes to fit its current contents.
AutoSize property
Control property
Auto control property
Autoformat property
18. The autoSize property of the label control that displays program output is automatically set to true.
False
true
all of the above
None of the mentioned
19. The BorderStyle property of the labels that display program output is generally set to ____
Fixed3D
FixedSingle
None
FixedDouble
20. Text box is aligned using ______
Alignment operator
Edit menu
Properties Window
Format menu
21. A ______ provides an area in the form for the user to enter data.
Text box
Button
Edit box
label lines
22. A control is locked using ______
Lock Controls
Shared lock
Fixed lock
Lock
23. Which setting gives the control a 3-dimensional appearance?
3D appearance
Fixed3D Border Style
Set3D
Appear3D
24. The appropriate __________ setting on a label depends on label’s purpose.
BorderStyle property
AutoSize property
Length property
Format Property
25. The BorderStyle property of each label, that identify other controls, is generally set to _____
None
FixedSingle
Fixed3D
FixedDouble
26. The text of many controls contain an underlined letter known as _____
Access keys
Underlined keys
Keys
Hidden keys
27. Letter __________ is a File’s Menu access keys.
A
F
B
D
28. Letter __________ is the Exit menu’s access key.
X
Y
Z
W
29. To see the underlined hidden access key, you can do so, by pressing the __________ key.
Alt
Ctrl
Shift
Enter
30. You should assign access keys to each of the control in the interface that contain __________
User output
User input
Timer
Labels
31. Access keys allows the user to run the application even when _____
Mouse becomes inoperative
Mouse is fully operative
Mouse is partially operative
Keyboard is operative
32. You assign an access key by including an __________ option in the control’s caption or identifying label.
&
$
#
@
33. You enter the ampersand to the __________ of the character, you want to designate as access key.
Immediate right
Right
Immediate left
Left
34. It is inappropriate to assign access keys to ____
Text boxes
Label controls
Timer
Button
35. Each access key in the interface should be ______
Unique
Can be common
In small letter
In capital letter
36. Which property contains a number that represents the order in which the control was added to the form?
TabIndex property
Order property
Tab order property
Index property
37. What determines the Tab order?
TabIndex values
TabOrder values
Tab values
Arrangement of the controls in the interface
38. When a control has focus it can accept _____
values
any user input
numbers
strings
39. A __________ is an example that accepts user input and is determined by a label control.
Text box
Property box
Tool box
Button
40. Set the identifying labels tab index property that is __________ than text box’s tab index property.
One number lesser
One number more
Same as text box’s tab index
Does not depend on text box’s tab index
41. You can set the control’s tab index property using ____
Properties window
Control Window
File
Edit
42. When you start an application, the computer sends the focus to the control whose TabIndex is _____
One
Last TabIndex (that is if we have 8 control’s at 8th Tab Index)
Zero
Two
43. Use the __________ to verify the tab order control in the interface.
Enter key
Shift key
Tab key
Alt key
44. Pressing the enter key when the button is on focus produces _____
Button’s properties
Button’s click event
Dialog box to change button name
Removes the button
45. Press __________ to move the focus to the text box’s access key named textBlue.
Alt+b
Alt+t
Alt+x
Alt+c
46. ____ uses short phrases to describe the steps the procedure must take.
Pseudocode
Source code
Flowchart
Algorithm
47. _____ uses standardized symbols to describe the steps of a procedure.
Pseudocode
Source code
Flowchart
Algorithm
48. The __________ symbol is called the start /stop symbol in the flowchart.
Oval
Rectangle
Parallelogram
Diamond
49. The __________ symbol is used to take a decision in the flowchart.
Oval
Rectangle
Parallelogram
Diamond
50. The rectangles are called as __________ symbols in the flowchart.
Decision
Process
Input/Output
Start/End
Submit