Deck 1: An Introduction to Visual Basic Net
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
Play
Full screen (f)
Deck 1: An Introduction to Visual Basic Net
1
Closing the solution by using the File menu will automatically save all unsaved work on projects and forms.
False
2
The toolbox contains the set of tools that you use when designing a Visual Basic application.
True
3
Only one solution at a time may be open in Visual Basic .NET.
True
4
The name given to a class derived from another class is called the derived class.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
If a solution is already open in the IDE, it is automatically closed before another solution is opened.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
Actions performed by the user such as clicking, double-clicking, and scrolling are known as events.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
When the Blank Solution template is used to create a solution, Visual Studio .NET will always create one folder and two files.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
The Label tool is an appropriate control when you do not want the user to modify data.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
When the form object's MinimizeBox property is set to False, the box is removed from the form's title bar.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
Web-based solutions can be generated using Visual Basic .NET for a company's Internet applications but not for its intranet applications.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
To print the program code, the Code Editor window must be the active, or current window.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
A Windows Form object is the foundation for the user interface in a Windows-based application.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
The title bar on a form cannot be removed from an application in Visual Basic .NET.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
When the ControlBox property is set to False, the icons and buttons are removed but the title bar remains.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
The Make Same Size option of the Format menu can be used to make two controls the same height, or the same width but not both.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
When you auto-hide a window and then move the mouse pointer away from the window, the window is minimized.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
A timer control is used to process code at regular time intervals.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
Web-based applications run on a server and are accessed using a computer's browser.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
Every Visual Basic .NET Windows application should give the user a way to exit the program.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
The function key that opens the Code Editor window in Visual Basic .NET is F9.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
When you want the application to end after the user clicks the Exit button, you use ____.
A) Me.Stop()
B) Me.Close()
C) Me.Terminate()
D) Me.End()
A) Me.Stop()
B) Me.Close()
C) Me.Terminate()
D) Me.End()
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
The Solution Explorer window lists the names of the projects included in the current solution you are creating.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
When an object is created (instantiated), each property must be assigned a value by the programmer.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
The position of the form on the screen when an application first starts is controlled by setting the ____ property.
A) Position
B) Size
C) Location
D) StartPosition
A) Position
B) Size
C) Location
D) StartPosition
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
At the top of the Code Editor window are two list boxes used to select an object and to select the appropriate ____.
A) method
B) function
C) subroutine
D) event
A) method
B) function
C) subroutine
D) event
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
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 ____.
A) left border
B) right border
C) top border
D) bottom border
A) left border
B) right border
C) top border
D) bottom border
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
The function key that opens the Code Editor window is ____.
A) F1
B) F3
C) F5
D) F7
A) F1
B) F3
C) F5
D) F7
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
A Visual Basic .NET application solution will have an extension of ____.
A) .net
B) .app
C) .frm
D) .sln
A) .net
B) .app
C) .frm
D) .sln
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
The location of a control on the screen can be modified by changing the X and Y properties measured in pixels. The Y value is measured from the ____.
A) left border
B) right border
C) top border
D) bottom border
A) left border
B) right border
C) top border
D) bottom border
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
To verify that a solution has been closed, you could look in ____.
A) Class View
B) Server Explorer
C) Start Page
D) Solution Explorer
A) Class View
B) Server Explorer
C) Start Page
D) Solution Explorer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
To align two or more selected controls along their left, right, top, or bottom borders you would use the ____ menu.
A) Edit
B) Format
C) Align
D) View
A) Edit
B) Format
C) Align
D) View
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
The Properties window lists the names of the files included in the application you are creating.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
To save a solution to a disk, you can ____.
A) click the Save button on the Standard toolbar
B) select the form name in the Solution Explorer, then click the Save button on the Standard toolbar
C) select the project name in the Solution Explorer, then click the Save button on the Standard toolbar
D) select the solution name in the Solution Explorer, then click the Save button on the Standard toolbar
A) click the Save button on the Standard toolbar
B) select the form name in the Solution Explorer, then click the Save button on the Standard toolbar
C) select the project name in the Solution Explorer, then click the Save button on the Standard toolbar
D) select the solution name in the Solution Explorer, then click the Save button on the Standard toolbar
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
The set of Visual Basic .NET instructions that tells an object how to behave after an action by the user, for example a button is double-clicked, is referred to as a(n) ____.
A) sub-program
B) event procedure
C) object function
D) subroutine
A) sub-program
B) event procedure
C) object function
D) subroutine
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
When an application is started, Visual Studio .NET will automatically create a file that will execute outside of the IDE and will use the project name and a(n) ____ extension.
A) .dll
B) .exe
C) .sln
D) .suo
A) .dll
B) .exe
C) .sln
D) .suo
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
The References folder contained within the project contains the code written by the programmer.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
MainForm would be a good name following the text's recommended naming convention.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
To start an application using the menu bar you would click ____ and then click Start.
A) Debug
B) Project
C) View
D) Build
A) Debug
B) Project
C) View
D) Build
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
A label control's ____ property determines the value that appears inside the control.
A) Caption
B) Label
C) Text
D) Values
A) Caption
B) Label
C) Text
D) Values
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
The ____ function key will start a Visual Basic .NET application.
A) F2
B) F3
C) F4
D) F5
A) F2
B) F3
C) F4
D) F5
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
The Toolbox window ____.
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
The Class View window ____.
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
Which of the following would be appropriate as an object name?
A) Last.Name
B) FirstName
C) #HoursWorked
D) $PayRate
A) Last.Name
B) FirstName
C) #HoursWorked
D) $PayRate
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
The Server Explorer window ____.
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
The Solution Explorer window ____.
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
A) displays the names of projects and files included in a solution
B) displays data connections and servers
C) displays items that you can use when creating a project
D) displays the classes, methods, and properties included in a solution
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
When you click the ellipsis (...) button in the Settings box, ____.
A) a list of font styles appear
B) a color palette appears
C) a dialog box opens
D) the attribute is removed
A) a list of font styles appear
B) a color palette appears
C) a dialog box opens
D) the attribute is removed
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
To size a form using the keyboard you can select the form and press and hold the ____ key and then press one of the arrow keys on the keyboard.
A) Shift
B) Ctrl
C) Alt
D) Ctrl & Shift
A) Shift
B) Ctrl
C) Alt
D) Ctrl & Shift
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
The set of characteristics that control an object's appearance and behavior is called ____.
A) attributes
B) events
C) global settings
D) properties
A) attributes
B) events
C) global settings
D) properties
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
The ____ window exposes the object's properties to the programmer.
A) Properties
B) Server
C) Solution
D) Designer
A) Properties
B) Server
C) Solution
D) Designer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
The Windows ____ window allows you to design the graphical user interface for your application.
A) Property
B) Solution Designer
C) Designer
D) Form Designer
A) Property
B) Solution Designer
C) Designer
D) Form Designer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck