Deck 2: Program and Graphical User Interface Design

Full screen (f)
exit full mode
Question
Visual Basic contains ____ tools that are used to design a program quickly.

A) RAD
B) ERD
C) HTTP
D) EFT
Use Space or
up arrow
down arrow
to flip the card.
Question
When a Label object on a Windows Form object is selected, it has a red border.
Question
<strong>  Figure 2-1 As shown in the accompanying figure, when creating a new project in Visual Studio, you must select one of the installed application ____ to indicate the type of application you wish to create.</strong> A) samples B) projects C) folders D) templates <div style=padding-top: 35px> Figure 2-1 As shown in the accompanying figure, when creating a new project in Visual Studio, you must select one of the installed application ____ to indicate the type of application you wish to create.

A) samples
B) projects
C) folders
D) templates
Question
When creating a program in Visual Studio, the ____ is the window that you use to build the program and which will display on your screen when the program is executed.

A) Windows Form object
B) Windows Screen object
C) Windows Program object
D) Windows Application object
Question
<strong>  Figure 2-2 Button, Label, and ProgressBar in the accompanying figure are ____ components.</strong> A) )NET B) display C) command D) category <div style=padding-top: 35px> Figure 2-2 Button, Label, and ProgressBar in the accompanying figure are ____ components.

A) )NET
B) display
C) command
D) category
Question
The project name will be displayed on the ____ of the Visual Studio window.

A) Status bar
B) title bar
C) toolbar
D) Toolbox
Question
A red snap line indicates that the edge of an object is aligned with the edge of another object.
Question
When you enter a value in the Text property for a Label object, the value will be displayed in the Text object.
Question
A program whose interface will be a window on the screen of a computer running 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.

A) Web application
B) Console application
C) Windows application
D) Custom control
Question
The ____ contains the GUI objects that can be used when designing a graphical user interface in Visual Studio.

A) toolbar
B) task bar
C) Toolbox
D) Properties window
Question
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.

A) color scheme
B) programming language
C) font size
D) window size
Question
When creating a program in Visual Studio, the Windows Form object you are designing will appear in the ____ of the Visual Studio window.

A) task area
B) design area
C) form area
D) work area
Question
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.
Question
<strong>  Figure 2-2 Graphical elements called ____ components can be placed on a Windows Form object using the elements in the accompanying figure, when you are designing the user interface.</strong> A) linked B) common C) command D) )NET <div style=padding-top: 35px> Figure 2-2 Graphical elements called ____ components can be placed on a Windows Form object using the elements in the accompanying figure, when you are designing the user interface.

A) linked
B) common
C) command
D) )NET
Question
____ is the default name for a Windows Application project in Visual Studio.

A) WindowsProject1
B) WindowsApplication1
C) WindowsProgram1
D) WindowsLibrary1
Question
____ are used to control the color, size, name, and position on the screen of the GUI components.

A) Attributes
B) Properties
C) Symbols
D) Indices
Question
The center portion of the Visual Studio window, called the ____, contains the form that will become the user interface.

A) display area
B) user space
C) work area
D) user window
Question
A(n) ____ is equivalent to a single program created using Visual Studio.

A) application
B) project
C) command
D) matrix
Question
A GUI object must be selected in order to delete it.
Question
The Auto Hide button on the Toolbox title bar contains a ____ icon which indicates whether the Toolbox will remain open.

A) lock
B) checkmark
C) minimize
D) pushpin
Question
The ____ property of a Label object can be used to change the contents of the Label object.

A) Caption
B) Label
C) Text
D) Title
Question
You can use the ____ property to change the style or size of the text in a Label object.

A) Text
B) Font
C) Style
D) Format
Question
The size of a GUI object on a Windows Form object can be changed by dragging its borders or by using the ____ property of the object.

A) Dimensions
B) Shape
C) Resolution
D) Size
Question
You can change the size or appearance of the text shown in a Label object by using the ____ property.

A) Font
B) Caption
C) Label
D) Text
Question
You should ____ as the first phase of the program development life cycle.

A) design the user interface
B) gather and analyze the program requirements
C) code the program
D) document the program
Question
A Label object can be centered on the Windows Form object by using choices on the ____ menu.

A) File
B) Edit
C) Format
D) Tools
Question
A GUI object on a Windows Form object can be deleted by selecting it and pressing the ____ key.

A) DELETE
B) F3
C) BACKSPACE
D) F5
Question
To select multiple objects on a Windows Form object, you must hold down the ____ key while clicking the objects to be selected.

A) ALT
B) CTRL
C) DEL
D) SHIFT
Question
A prefix of ____ should be used when naming Label objects.

A) lab
B) lbe
C) lbl
D) lal
Question
The ____ property of a Windows Form object can be used to change the width of the form.

A) WindowState
B) TabStop
C) Size
D) BorderStyle
Question
The ____ property of a Form object can be used to set the text that will appear on the form's title bar.

A) Title
B) Text
C) Caption
D) Label
Question
Properties can be displayed in the Properties window ____.

A) grouped by category or by the order they appear on the screen
B) grouped by category or sorted numerically
C) sorted alphabetically by name or grouped by size
D) sorted alphabetically by name or grouped by category
Question
You are designing a form that will be used to record the mileage driven by a sales representative. Which of the following is the best name for this form?

A) MilesForm
B) Form1
C) frmSalesRep
D) frmMilesDriven
Question
A(n) ____ object is used to hold an image on a Windows Form object.

A) Frame
B) Image
C) PictureBox
D) GraphicObject
Question
A blue line, called a(n) ____ line, that appears when you are dragging a GUI object on a Windows Form object indicates that the outer edge of the object being dragged is aligned with the object connected by the blue line.

A) key
B) base
C) hot
D) snap
Question
A prefix of ____ should be used when naming a PictureBox object.

A) img
B) pbx
C) pcb
D) pic
Question
Which prefix should be used to name a Windows Form object?

A) form
B) frm
C) wfm
D) win
Question
The ____ object is used to display a message or put a name on an item in a window.

A) Label
B) TextBox
C) PictureBox
D) Button
Question
The ____ property of a Windows Form object allows you to specify the contents of the title bar.

A) Contents
B) Title
C) Text
D) Label
Question
The Label object appears in the ____ category in the Toolbox.

A) Common Controls
B) Text
C) Commands
D) Options
Question
A project created in Visual Studio is equivalent to a single screen at runtime.
Question
____ a program means writing down in a prescribed manner the instructions for using the program, the way in which the program performs its tasks, and other items that users, other developers, and management might require.

A) Documenting
B) Labeling
C) Indexing
D) Texting
Question
____ is another name for the user interface.

A) PictureBox
B) Windows Form
C) Presentation layer
D) Application mater
Question
The contents of the Properties window can be sorted alphabetically by property name.
Question
____ is the last phase of the program development life cycle.

A) Documenting the program
B) Testing the program
C) Discarding the program
D) Maintaining the program
Question
When creating a new project using Visual Studio, you first must select the programming language to be used.
Question
The size of a GUI object can only be changed by using the Size property.
Question
Rapid application design tools are used to design the user interface quickly.
Question
A Windows Application project will create a program that is designed to run using an Internet browser.
Question
By default, the Properties window is shown in the upper-right section of the Visual Studio window.
Question
Visual Studio 2008 is an integrated development environment.
Question
The Caption property is used to set the contents of the title bar of a Windows Form object.
Question
You cannot use the same name for two different GUI objects on a Windows Form object.
Question
The Toolbar contains the GUI components that you can use when designing the form.
Question
When the Toolbox is in Dockable mode, it cannot be moved.
Question
A(n) ____ document identifies the purpose of the program being developed, the application title, the procedures to be followed when using the program, any equations and calculations required, any conditions within the program that must be tested, and any notes and restrictions that must be followed by the program.

A) notes
B) requirements
C) restrictions
D) matrix
Question
When modifying the Text property of a Windows Form object, you cannot use spaces.
Question
When you create a new Visual Basic project, you must add a Windows Form object to get started.
Question
You should ____ as the second phase in the program development life cycle, after the program requirements have been gathered and analyzed.

A) design the program processing objects
B) code the program
C) design the user interface
D) document the program
Question
The Auto Display button controls whether or not the Toolbox is permanently open.
Question
When you change the size of the font used in a Label object, the Label object will automatically expand to accommodate the changed font.
Question
To change the contents of the text that appears on the face of a Button object, you must use the Caption property.
Question
A GUI object on a Windows Form object can be deleted by selecting it and pressing the ____________________ key on the keyboard.
Question
  Figure 2-3 As shown in the accompanying figure, when a GUI object on a Windows Form object is selected in Visual Studio, ____________________ appear on the outer edges of the object that allow you to change the size of the GUI object.<div style=padding-top: 35px> Figure 2-3 As shown in the accompanying figure, when a GUI object on a Windows Form object is selected in Visual Studio, ____________________ appear on the outer edges of the object that allow you to change the size of the GUI object.
Question
If the properties in the Properties window do not appear in alphabetical order, click the ____________________ button to place them in alphabetical order.
Question
A(n) ____________________ is a program that will include, as the user interface, a window on the screen of a computer using the Windows operating system with which the user will interact.
Question
When aligning several GUI objects, the first object selected is the controlling object, and the other objects will be aligned with it.
Question
The default contents of a Label object can be changed by using the ____________________ property.
Question
A GUI object must be dragged into position when you want to center it on a Windows Form object.
Question
When a Windows Form object has been resized, the exact size in numbers of horizontal and vertical pixels is shown on the ____________________ bar.
Question
  Figure 2-2 As shown in the accompanying figure, the ____________________ contains the .NET components that can be placed on the Windows Form object.<div style=padding-top: 35px> Figure 2-2 As shown in the accompanying figure, the ____________________ contains the .NET components that can be placed on the Windows Form object.
Question
Visual Studio 2008 is the ____________________ that is used when writing Visual Basic programs.
Question
The Undo button cannot be used to restore a GUI object that has been deleted.
Question
A(n) ____________________ object is used in a graphical user interface to provide information about items on the window.
Question
When you save a Visual Basic project the first time, you must select the location where the project is to be saved.
Question
  Figure 2-3 As shown in the accompanying figure, the mouse pointer changes to a two-headed arrow to indicate that you can drag to change the size of the GUI object.<div style=padding-top: 35px> Figure 2-3 As shown in the accompanying figure, the mouse pointer changes to a two-headed arrow to indicate that you can drag to change the size of the GUI object.
Question
  Figure 2-2 When the Pushpin icon on the Auto Hide button is vertical, the part of the Visual Studio window shown in the accompanying figure is said to be in ____________________ mode.<div style=padding-top: 35px> Figure 2-2 When the Pushpin icon on the Auto Hide button is vertical, the part of the Visual Studio window shown in the accompanying figure is said to be in ____________________ mode.
Question
You can use the Text property of a Label object to change the size and appearance of the text.
Question
You can add a .NET component to a Windows Form object by double-clicking the .NET component in the Toolbox.
Question
A Label object can only contain one line of text.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/107
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Program and Graphical User Interface Design
1
Visual Basic contains ____ tools that are used to design a program quickly.

A) RAD
B) ERD
C) HTTP
D) EFT
A
2
When a Label object on a Windows Form object is selected, it has a red border.
False
3
<strong>  Figure 2-1 As shown in the accompanying figure, when creating a new project in Visual Studio, you must select one of the installed application ____ to indicate the type of application you wish to create.</strong> A) samples B) projects C) folders D) templates Figure 2-1 As shown in the accompanying figure, when creating a new project in Visual Studio, you must select one of the installed application ____ to indicate the type of application you wish to create.

A) samples
B) projects
C) folders
D) templates
D
4
When creating a program in Visual Studio, the ____ is the window that you use to build the program and which will display on your screen when the program is executed.

A) Windows Form object
B) Windows Screen object
C) Windows Program object
D) Windows Application object
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
5
<strong>  Figure 2-2 Button, Label, and ProgressBar in the accompanying figure are ____ components.</strong> A) )NET B) display C) command D) category Figure 2-2 Button, Label, and ProgressBar in the accompanying figure are ____ components.

A) )NET
B) display
C) command
D) category
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
6
The project name will be displayed on the ____ of the Visual Studio window.

A) Status bar
B) title bar
C) toolbar
D) Toolbox
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
7
A red snap line indicates that the edge of an object is aligned with the edge of another object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
8
When you enter a value in the Text property for a Label object, the value will be displayed in the Text object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
9
A program whose interface will be a window on the screen of a computer running 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.

A) Web application
B) Console application
C) Windows application
D) Custom control
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
10
The ____ contains the GUI objects that can be used when designing a graphical user interface in Visual Studio.

A) toolbar
B) task bar
C) Toolbox
D) Properties window
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
11
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.

A) color scheme
B) programming language
C) font size
D) window size
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
12
When creating a program in Visual Studio, the Windows Form object you are designing will appear in the ____ of the Visual Studio window.

A) task area
B) design area
C) form area
D) work area
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
13
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.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
14
<strong>  Figure 2-2 Graphical elements called ____ components can be placed on a Windows Form object using the elements in the accompanying figure, when you are designing the user interface.</strong> A) linked B) common C) command D) )NET Figure 2-2 Graphical elements called ____ components can be placed on a Windows Form object using the elements in the accompanying figure, when you are designing the user interface.

A) linked
B) common
C) command
D) )NET
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
15
____ is the default name for a Windows Application project in Visual Studio.

A) WindowsProject1
B) WindowsApplication1
C) WindowsProgram1
D) WindowsLibrary1
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
16
____ are used to control the color, size, name, and position on the screen of the GUI components.

A) Attributes
B) Properties
C) Symbols
D) Indices
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
17
The center portion of the Visual Studio window, called the ____, contains the form that will become the user interface.

A) display area
B) user space
C) work area
D) user window
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
18
A(n) ____ is equivalent to a single program created using Visual Studio.

A) application
B) project
C) command
D) matrix
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
19
A GUI object must be selected in order to delete it.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
20
The Auto Hide button on the Toolbox title bar contains a ____ icon which indicates whether the Toolbox will remain open.

A) lock
B) checkmark
C) minimize
D) pushpin
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
21
The ____ property of a Label object can be used to change the contents of the Label object.

A) Caption
B) Label
C) Text
D) Title
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
22
You can use the ____ property to change the style or size of the text in a Label object.

A) Text
B) Font
C) Style
D) Format
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
23
The size of a GUI object on a Windows Form object can be changed by dragging its borders or by using the ____ property of the object.

A) Dimensions
B) Shape
C) Resolution
D) Size
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
24
You can change the size or appearance of the text shown in a Label object by using the ____ property.

A) Font
B) Caption
C) Label
D) Text
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
25
You should ____ as the first phase of the program development life cycle.

A) design the user interface
B) gather and analyze the program requirements
C) code the program
D) document the program
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
26
A Label object can be centered on the Windows Form object by using choices on the ____ menu.

A) File
B) Edit
C) Format
D) Tools
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
27
A GUI object on a Windows Form object can be deleted by selecting it and pressing the ____ key.

A) DELETE
B) F3
C) BACKSPACE
D) F5
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
28
To select multiple objects on a Windows Form object, you must hold down the ____ key while clicking the objects to be selected.

A) ALT
B) CTRL
C) DEL
D) SHIFT
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
29
A prefix of ____ should be used when naming Label objects.

A) lab
B) lbe
C) lbl
D) lal
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ property of a Windows Form object can be used to change the width of the form.

A) WindowState
B) TabStop
C) Size
D) BorderStyle
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
31
The ____ property of a Form object can be used to set the text that will appear on the form's title bar.

A) Title
B) Text
C) Caption
D) Label
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
32
Properties can be displayed in the Properties window ____.

A) grouped by category or by the order they appear on the screen
B) grouped by category or sorted numerically
C) sorted alphabetically by name or grouped by size
D) sorted alphabetically by name or grouped by category
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
33
You are designing a form that will be used to record the mileage driven by a sales representative. Which of the following is the best name for this form?

A) MilesForm
B) Form1
C) frmSalesRep
D) frmMilesDriven
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
34
A(n) ____ object is used to hold an image on a Windows Form object.

A) Frame
B) Image
C) PictureBox
D) GraphicObject
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
35
A blue line, called a(n) ____ line, that appears when you are dragging a GUI object on a Windows Form object indicates that the outer edge of the object being dragged is aligned with the object connected by the blue line.

A) key
B) base
C) hot
D) snap
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
36
A prefix of ____ should be used when naming a PictureBox object.

A) img
B) pbx
C) pcb
D) pic
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
37
Which prefix should be used to name a Windows Form object?

A) form
B) frm
C) wfm
D) win
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
38
The ____ object is used to display a message or put a name on an item in a window.

A) Label
B) TextBox
C) PictureBox
D) Button
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
39
The ____ property of a Windows Form object allows you to specify the contents of the title bar.

A) Contents
B) Title
C) Text
D) Label
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
40
The Label object appears in the ____ category in the Toolbox.

A) Common Controls
B) Text
C) Commands
D) Options
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
41
A project created in Visual Studio is equivalent to a single screen at runtime.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
42
____ a program means writing down in a prescribed manner the instructions for using the program, the way in which the program performs its tasks, and other items that users, other developers, and management might require.

A) Documenting
B) Labeling
C) Indexing
D) Texting
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
43
____ is another name for the user interface.

A) PictureBox
B) Windows Form
C) Presentation layer
D) Application mater
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
44
The contents of the Properties window can be sorted alphabetically by property name.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
45
____ is the last phase of the program development life cycle.

A) Documenting the program
B) Testing the program
C) Discarding the program
D) Maintaining the program
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
46
When creating a new project using Visual Studio, you first must select the programming language to be used.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
47
The size of a GUI object can only be changed by using the Size property.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
48
Rapid application design tools are used to design the user interface quickly.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
49
A Windows Application project will create a program that is designed to run using an Internet browser.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
50
By default, the Properties window is shown in the upper-right section of the Visual Studio window.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
51
Visual Studio 2008 is an integrated development environment.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
52
The Caption property is used to set the contents of the title bar of a Windows Form object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
53
You cannot use the same name for two different GUI objects on a Windows Form object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
54
The Toolbar contains the GUI components that you can use when designing the form.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
55
When the Toolbox is in Dockable mode, it cannot be moved.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
56
A(n) ____ document identifies the purpose of the program being developed, the application title, the procedures to be followed when using the program, any equations and calculations required, any conditions within the program that must be tested, and any notes and restrictions that must be followed by the program.

A) notes
B) requirements
C) restrictions
D) matrix
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
57
When modifying the Text property of a Windows Form object, you cannot use spaces.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
58
When you create a new Visual Basic project, you must add a Windows Form object to get started.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
59
You should ____ as the second phase in the program development life cycle, after the program requirements have been gathered and analyzed.

A) design the program processing objects
B) code the program
C) design the user interface
D) document the program
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
60
The Auto Display button controls whether or not the Toolbox is permanently open.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
61
When you change the size of the font used in a Label object, the Label object will automatically expand to accommodate the changed font.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
62
To change the contents of the text that appears on the face of a Button object, you must use the Caption property.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
63
A GUI object on a Windows Form object can be deleted by selecting it and pressing the ____________________ key on the keyboard.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
64
  Figure 2-3 As shown in the accompanying figure, when a GUI object on a Windows Form object is selected in Visual Studio, ____________________ appear on the outer edges of the object that allow you to change the size of the GUI object. Figure 2-3 As shown in the accompanying figure, when a GUI object on a Windows Form object is selected in Visual Studio, ____________________ appear on the outer edges of the object that allow you to change the size of the GUI object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
65
If the properties in the Properties window do not appear in alphabetical order, click the ____________________ button to place them in alphabetical order.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
66
A(n) ____________________ is a program that will include, as the user interface, a window on the screen of a computer using the Windows operating system with which the user will interact.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
67
When aligning several GUI objects, the first object selected is the controlling object, and the other objects will be aligned with it.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
68
The default contents of a Label object can be changed by using the ____________________ property.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
69
A GUI object must be dragged into position when you want to center it on a Windows Form object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
70
When a Windows Form object has been resized, the exact size in numbers of horizontal and vertical pixels is shown on the ____________________ bar.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
71
  Figure 2-2 As shown in the accompanying figure, the ____________________ contains the .NET components that can be placed on the Windows Form object. Figure 2-2 As shown in the accompanying figure, the ____________________ contains the .NET components that can be placed on the Windows Form object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
72
Visual Studio 2008 is the ____________________ that is used when writing Visual Basic programs.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
73
The Undo button cannot be used to restore a GUI object that has been deleted.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
74
A(n) ____________________ object is used in a graphical user interface to provide information about items on the window.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
75
When you save a Visual Basic project the first time, you must select the location where the project is to be saved.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
76
  Figure 2-3 As shown in the accompanying figure, the mouse pointer changes to a two-headed arrow to indicate that you can drag to change the size of the GUI object. Figure 2-3 As shown in the accompanying figure, the mouse pointer changes to a two-headed arrow to indicate that you can drag to change the size of the GUI object.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
77
  Figure 2-2 When the Pushpin icon on the Auto Hide button is vertical, the part of the Visual Studio window shown in the accompanying figure is said to be in ____________________ mode. Figure 2-2 When the Pushpin icon on the Auto Hide button is vertical, the part of the Visual Studio window shown in the accompanying figure is said to be in ____________________ mode.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
78
You can use the Text property of a Label object to change the size and appearance of the text.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
79
You can add a .NET component to a Windows Form object by double-clicking the .NET component in the Toolbox.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
80
A Label object can only contain one line of text.
Unlock Deck
Unlock for access to all 107 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 107 flashcards in this deck.