Visual Studio Mcq's
Visual Studio Mcq's
1 CORRECT
2 CORRECT
3 CORRECT
Programmer preference
Projects, solutions, and procedures
Classes, actions, and disciplines
Properties, methods, and events
When you plan a Visual Basic program, you follow a three-step process that
should end with _______.
A)
B)
C)
D)
5
INCORRECT
After the steps for planning a Visual Basic project are competed, you can
begin actually constructing a program by _______.
A)
B)
C)
D)
6 CORRECT
Which of the following shows the correct order for creating a Visual Basic
program?
A)
B)
C)
D)
7 CORRECT
The _______ holds information about the solution and the projects it
contains. This is the file that you open to work on or run your project
A)
B)
C)
D)
8
INCORRECT
Each Visual Basic project contains a text file that defines all resources used
by the form. This file has a _______ extension
A)
B)
Resx
Designer.vb
C)
D)
9
INCORRECT
vb
10
INCORRECT
sln
The Toolbox
The Solution window
The Properties window
The Form Designer window
Which window do you open if you want to see all of the objects that you can
add to a form?
A)
B)
C)
D)
The Toolbox
The Solution window
The Properties window
The Form Designer
With Visual
Basic, you
can write
computer
programs
that run in
the
Microsoft
Windows
environment
A)
B)
True
False
2 CORRECT
B)
True
False
5
INCORRECT
False
4
INCORRECT
True
True
False
When creating a project in Visual Basic, you should always begin by writing
the Basic code
A)
B)
True
False
6 CORRECT
A .vb file is a text file that can be opened with any text editor and it holds the
code procedures that you write
A)
B)
True
False
7 CORRECT
The .resx file is a text file that defines all resources used by the form
including any graphics that are displayed on the form
A)
B)
True
False
8 CORRECT
The Properties window is used to set the properties for the objects on your
form
A)
B)
9
INCORRECT
False
The Solution Explorer window is used to design a form that makes up your
user interface
A)
B)
10
INCORRECT
True
True
False
You are in run time when you design the user interface
A)
B)
True
False