Exam 14: Additional Topics in Visual Basic
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
Which of the following actions can the parent's Window menu perform?
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
D
_______ are small samples of code that can show you how to accomplish many programming tasks;they are available from the context menu in the Editor window.
Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
D
The programmer can allow the user to display the open child windows vertically,horizontally,or cascaded by using the parent's _______.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
You can view XML files using Notepad,a text editor that comes with Microsoft Windows.
(True/False)
4.8/5
(45)
To design a toolbar that will have images on the button(s),you need to add a _______ control to the form.
(Multiple Choice)
4.8/5
(37)
Identify the control that is used to place a WPF control on a Windows form and describe the process of adding the WPF control.
(Essay)
4.8/5
(37)
The MaxLength property can be used to limit the number of characters the user can enter into a text box.
(True/False)
4.8/5
(41)
What are the two calendar controls that can be used to allow the user to select the date from a calendar? Describe each control and define the property that will hold the selected date?
(Essay)
4.7/5
(37)
The time will update automatically if it is displayed in a status bar label.
(True/False)
4.8/5
(37)
By default,the only control in the VB toolbox for the category,WPF Interoperability,is the _______.
(Multiple Choice)
4.9/5
(37)
The user interface in WPF uses _______ code rather than HTML.
(Multiple Choice)
4.9/5
(38)
Setting the Uppercase property of a text box to True will force all of the user's entries to be converted to uppercase.
(True/False)
4.8/5
(41)
Which of the following lines of code could be used to display the current date as MM/DD/YY in a status bar?
(Multiple Choice)
4.8/5
(38)
Display information in a StatusStrip control by adding ToolStripStatusLabel objects and then setting the ToolStripStatusLabel's _______ property.
(Multiple Choice)
4.8/5
(33)
XML is a platform-independent format that is not tied to a specific language or vendor.
(True/False)
4.9/5
(36)
The _______ control is the calendar control that displays only the current day and date unless the user drops down the calendar.
(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)