Student Center
|
Instructor Center
|
Information Center
|
Home
Intro to VB.NET
Projects
Comprehensive Projects
Choose a Chapter
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center
Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester
Creating Simple Visual Basic .NET Windows Applications
Multiple Choice Quiz
1
Which of the following is
not
one of Visual Basic .NET's three modes of operation:
A)
Design Mode
B)
Run Mode
C)
Break Mode
D)
None of the above
2
The term ____ ____ is often used to describe the set of instructions written in Visual Basic .NET's language that will be run by the computer.
A)
source code
B)
code lines
C)
machine code
D)
binary data
3
When a developer's program does not execute as expected, they often need to use the ______ mode of Visual Basic .NET to ______ their code.
A)
break, restructure
B)
run, test
C)
break, debug
D)
design, rebuild
4
Visual Basic .NET's ____ ____ tool offers a quick look at the files associated with a given solution.
A)
Solution Explorer
B)
Properties Editor
C)
Task List
D)
None of the above
5
If you wanted to modify the characteristics of a control that you have used in your Visual Basic .NET project, you would use this tool:
A)
Control editor
B)
Properties editor
C)
Characteristics detail
D)
Status bar
6
Which of the following items is
not
contained in the Code Window tool of Visual Basic.Net's IDE:
A)
Method Name
B)
Class Name
C)
Visual Basic source code
D)
None of the above
7
A _______ _______ is a container that holds all of the GUI controls that make up your Visual Basic .NET program.
A)
Windows form
B)
control group
C)
top-level group
D)
tool box
8
Which control is used to give the user a way to trigger a processing event via a Click event?
A)
Label
B)
Text box
C)
Button
D)
Selection list
9
The Label control is used in a Visual Basic .NET application to display this in a window:
A)
a piece of text
B)
A pop-up help box for other controls
C)
the information contained in the program's title bar at the top of the window
D)
None of the above
10
This statement provides an alternate way of displaying information to the user, and is a good choice to use when it is important that the user reads your message.
A)
InputBox()
B)
MsgBox
C)
AlertWindow()
D)
PromptUser()
2003 McGraw-Hill Higher Education
Any use is subject to the
Terms of Use
and
Privacy Policy
.
McGraw-Hill Higher Education
is one of the many fine businesses of
The McGraw-Hill Companies
.