Exam 2: User Interface Design
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
Use a With and End With statement to write the code that will clear NameTextBox and set the focus in that control.
With NameTextBox
(Short Answer)
4.8/5
(36)
In order to make a picture appear in a PictureBox control,you must set the ____ property.
(Multiple Choice)
4.8/5
(38)
The property used to display something in a PictureBox control is _______.
(Multiple Choice)
4.8/5
(33)
Assume that you are designing a form and it will be necessary for the user to type in his name.You should use a _____________ for inputting the user's name.
(Multiple Choice)
5.0/5
(42)
Which of the following statements makes the visibility of the label match the setting in the check box?
(Multiple Choice)
4.8/5
(36)
Long code statements can be implicitly continued in multiple lines in Visual Basic 2010.
(True/False)
4.7/5
(28)
The sequence for tabbing from control to control is determined by the TabIndex properties of the controls.
(True/False)
4.8/5
(41)
Use a blank space followed by the ______ symbol for continuing long lines of code to the next line.
(Multiple Choice)
4.9/5
(42)
Create keyboard access on an object by ______________ in the Text property.
(Multiple Choice)
4.8/5
(39)
Set the _______ property of a label,text box,or picture box to make it appear to be three-dimensional or flat.
(Multiple Choice)
5.0/5
(35)
The object on the form with the lowest TabIndex will have the focus when the program begins.
(True/False)
4.8/5
(38)
Setting an object's Enabled property to False will make the object invisible to the user.
(True/False)
4.7/5
(28)
The property used to display information in a TextBox is _______.
(Multiple Choice)
4.8/5
(38)
The _______ must be set to True for text to wrap to a second line in a text box and a rich text box.
(Multiple Choice)
4.9/5
(31)
The _______ symbol is used for creating keyboard access on Visual Basic objects.
(Multiple Choice)
4.9/5
(40)
During design time,you can make a check box appear selected by setting its Checked property to False.
(True/False)
4.9/5
(40)
Showing 41 - 60 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)