Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 2: Program and Graphical User Interface Design
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
No ____ are allowed in an object name.
Question 2
Multiple Choice
A program whose interface will be a window created using the Windows operating system,and which will allow the user to interact with the program by using this window,is created by selecting a ____ project in Visual Studio.
Question 3
True/False
A red snap line indicates that the sides of objects are aligned vertically._________________________
Question 4
Multiple Choice
To create a new project using Visual Studio,you must specify both the type of application you will create and the ____ that you wish to use.
Question 5
True/False
A GUI object must be selected in order to delete it._________________________
Question 6
Multiple Choice
To place a .NET component from the Toolbox in the Windows Form object,you can ____.
Question 7
Multiple Choice
Properties are used to describe an object's ____ on the screen.
Question 8
Multiple Choice
Visual Basic contains ____ tools that are used in the design process.
Question 9
True/False
When a Label object on a Windows Form object is selected,it has a red border._________________________
Question 10
True/False
When you enter a value in the Text property for a Label object,the value will be displayed in the Text object._________________________
Question 11
Multiple Choice
A(n) ____ is equivalent to a single program created using Visual Studio.
Question 12
Multiple Choice
The ____ is the window that appears on every screen when the program is running.
Question 13
Multiple Choice
The project name will be displayed on the ____ of the Visual Studio window.
Question 14
Multiple Choice
When creating a program in Visual Studio,the Windows Form object you are designing will appear in the ____ of the Visual Studio window.
Question 15
Multiple Choice
The program development life cycle includes ____.
Question 16
Multiple Choice
Once a GUI object is placed on a Windows Form object,dragging its corner sizing handle allows you to change its ____.
Question 17
Multiple Choice
Windows Store apps can only be written and executed using ____.
Question 18
True/False
By setting the Resize property for a Button object to True,the Button object will automatically expand or contract to accommodate the amount of text entered in the Text property._________________________