Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

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







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 1 > Multiple Choice Quiz