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
If a solution is already open in the IDE,you are given the option to close the current solution before another solution is opened.
(True/False)
5.0/5
(34)
If a timer control is used to display the office image and company logo for five seconds,you will need to set the timer's Interval property to ____.
(Multiple Choice)
4.9/5
(35)
A label control's ____ property determines the value that appears inside the control.
(Multiple Choice)
4.9/5
(35)
The Project Designer window allows you to specify which form will display when the application starts.
(True/False)
4.8/5
(27)
The Label tool is an appropriate control to use when you do not want the user to modify data.
(True/False)
4.8/5
(39)
What is a button control? Provide two examples of common button controls found in Windows applications.
(Essay)
4.8/5
(26)
Why should you print a copy of your application's code and user interface?
(Essay)
4.9/5
(30)
The position of the form on the screen when an application first starts is controlled by setting the ____ property.
(Multiple Choice)
4.9/5
(28)
The title bar on a form cannot be removed from splash screen applications.
(True/False)
4.8/5
(23)
Actions performed by the user such as clicking,double-clicking,and scrolling are known as events.
(True/False)
4.8/5
(37)
The Properties window lists the names of the files included in the application you are creating.
(True/False)
4.8/5
(36)
When an application is started,Visual Basic 2012 will automatically create a file that has the project name and a(n)____ file extension.
(Multiple Choice)
4.8/5
(27)
To align two or more selected controls along their left,right,top,or bottom borders,you would use the ____ menu.
(Multiple Choice)
4.8/5
(29)
The location of a control on the screen can be modified by changing the X and Y properties measured in pixels.The X value is measured from the ____ border.
(Multiple Choice)
4.8/5
(35)
System.Windows.Forms.Button indicates that the control is an instance of the ____ class.
(Multiple Choice)
4.9/5
(30)
Showing 21 - 40 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)