Exam 1: An Introduction to Visual Basic 2012
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
What is a label control? Explain how it is used on a form.
Free
(Essay)
5.0/5
(36)
Correct Answer:
A label control is a control that contains descriptive text.It is often used to display text that the user is not allowed to edit while an application is running.
When you click the ellipsis (... )button in the Settings box of the Font property,____.
Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
C
When you want the application to end when the user clicks the Exit button,you write the following code: ____.
Free
(Multiple Choice)
4.7/5
(31)
Correct Answer:
B
Each object has a set of attributes,called ____,that determine the object's appearance and behavior.
(Multiple Choice)
4.8/5
(28)
To verify that a solution has been closed,you can look in the ____.
(Multiple Choice)
4.8/5
(48)
What is the Windows Form Designer window? Describe how it is used in Visual Studio 2012.
(Essay)
4.7/5
(29)
If a control is deleted from a form,is the related code for the control also deleted? Explain.
(Essay)
4.8/5
(34)
When you click the Auto Hide button on a window,the window is minimized and appears as a tab on the edge of the IDE.
(True/False)
4.8/5
(36)
What is the Solution Explorer window? Describe how it is used in Visual Studio 2012.
(Essay)
4.8/5
(28)
An example of a valid value for the form's Name property is ____.
(Multiple Choice)
4.8/5
(33)
The most effective way to accomplish this task is to create a(n)____.
(Multiple Choice)
4.7/5
(37)
The Windows ____ window allows you to create the graphical user interface for your application.
(Multiple Choice)
4.9/5
(40)
Anyone using the application does not need to change the size of the form,so you must set the FormBorderStyle property to ____.
(Multiple Choice)
4.9/5
(31)
Which of the following is an example of an appropriate name for a control?
(Multiple Choice)
4.8/5
(32)
The file within a Visual Basic application that can be run outside of the IDE has a(n)____ file extension.
(Multiple Choice)
4.8/5
(34)
What is the Properties window? Describe how it is used in Visual Studio 2012.
(Essay)
4.9/5
(34)
Showing 1 - 20 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)