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
The code: NameTextBox.BackColor = Color.White,will _______.
(Multiple Choice)
4.7/5
(31)
The text property of a label or text box control can be cleared by using the Delete method.
(True/False)
4.9/5
(38)
Which of the following statements will clear the contents of a text box named MessageTextBox?
(Multiple Choice)
4.7/5
(41)
You can break a long line of code into multiple lines by ________ and then continuing writing code on the next line.
(Multiple Choice)
4.8/5
(35)
You can make labels,text boxes,and picture boxes appear to be three-dimensional by setting the BorderStyle property to Fixed3D.
(True/False)
4.7/5
(26)
Setting the AcceptButton property of a form to a button name will cause the code in that button to be executed when the user presses _______.
(Multiple Choice)
4.8/5
(36)
You are designing a form that will have three groups of radio buttons.You should create three group boxes,and then create the groups of radio buttons inside each of the group boxes.
(True/False)
4.8/5
(37)
What is the component tray? List a control that appears in the component tray.
(Essay)
4.9/5
(32)
TextBoxes can only display a single line of text,but RichTextBoxes can display text on multiple lines.
(True/False)
4.8/5
(37)
In code,you can make the text in a text box display left-aligned by using ________.
(Multiple Choice)
4.7/5
(39)
The statement: ItemTextBox.Focus(),will place the insertion point in the text box called ItemTextBox.
(True/False)
4.8/5
(42)
If you would like to change the font property of five controls on your form so that they are all the same,you cannot change them as a group,you must change them individually.
(True/False)
4.8/5
(38)
Showing 61 - 74 of 74
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)