You are on page 1of 5

The correct answer for each question is indicated by a .

1 CORRECT
Microsoft Windows uses a GUI environment. GUI (pronounced "gooey")
stands for _______.
Geographical User Interchange
A)
Graphical User Interface
B)
Geometrical Upper Intelligence
C)
Grammatical User Incorporation
D)
2 CORRECT
Visual Basic is a(n) _______.
Procedural programming language
A)
Object-oriented programming language
B)
Hyperlink programming language
C)
Sequential programming language
D)
3 CORRECT
In Visual Basic, we work with objects that have _______.
Programmer preference
A)
Projects, solutions, and procedures
B)
Classes, actions, and disciplines
C)
Properties, methods, and events
D)
4
INCORRECT When you plan a Visual Basic program, you follow a three-step process that
should end with _______.
Setting the properties
A)
Writing the Basic code
B)
Coding all of the remark statements
C)
Defining the user interface
D)
5
INCORRECT After the steps for planning a Visual Basic project are competed, you can
begin actually constructing a program by _______.
Setting the properties
A)
Creating the interface
B)
Writing the code
C)
Executing the next step based on the programmer's preference
D)
6 CORRECT
Which of the following shows the correct order for creating a Visual Basic
program?
Set the properties, create the interface, write the code
A)
Create the interface, set the properties, write the code
B)
Create the interface, write the code, set the properties
C)
Write the code, set the properties, create the interface
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
The project file
A)
The resource file
B)
The solution file
C)
The .vb file
D)
8
INCORRECT Each Visual Basic project contains a text file that defines all resources used
by the form. This file has a _______ extension
Resx
A)
Designer.vb
B)
sln
C)
vb
D)
9
INCORRECT The Visual Studio environment contains many different windows. Which
window will be the user interface when the project is running?
The Toolbox
A)
The Solution window
B)
The Properties window
C)
The Form Designer window
D)
10
INCORRECT Which window do you open if you want to see all of the objects that you can
add to a form?
The Toolbox
A)
The Solution window
B)
The Properties window
C)
The Form Designer
D)
With Visual
Basic, you
can write
computer
programs
that run in
the
Microsoft
Windows
environment
True
A)
False
B)
2 CORRECT
Visual Basic is an object-oriented programming language
True
A)
False
B)
3
INCORRECT In Form1.Text, the word Text is referring to a method
True
A)
False
B)
4
INCORRECT Writing a program in Visual Basic is so easy that it is not necessary to do any
planning
True
A)
False
B)
5
INCORRECT When creating a project in Visual Basic, you should always begin by writing
the Basic code
True
A)
False
B)
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
True
A)
False
B)
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
True
A)
False
B)
8 CORRECT
The Properties window is used to set the properties for the objects on your
form
True
A)
False
B)
9
INCORRECT The Solution Explorer window is used to design a form that makes up your
user interface
True
A)
False
B)
10
INCORRECT You are in run time when you design the user interface
True
A)
False
B)

You might also like