1. What version of Visual Basic
have you been working with in your labs on this course?
[a]
The Enterprise Edition
[b]
The Learning Edition
[c]
The Licensed Edition
[d]
None of the above
2. A GUI:
[a]
uses buttons, menus, and icons.
[b]
should be easy for a user to manipulate.
[c]
stands for Graphic Use Interaction.
[d]
Both a and b.
3. What does IDE stand for?
[a]
Integrated Development Environment
[b]
Integrated Design Environment
[c]
Interior Development Environment
[d]
Interior Design Environment
4. Which is not a main component
of the Visual Studio IDE?
[a]
Solution Explorer
[b]
Tool Box
[c]
Start Menu
[d]
Designer Window
[e]
Properties Window
5. Which does the solution
explorer not display?
[a]
Form Properties
[b]
Reference Folder
[c]
Form File
[d]
Assemble File
[e]
All are part of the solution explorer.
6. Which is not a feature of a
GUI that makes learning a program easy for users?
[a]
Online help
[b]
WYSIWYG formatting
[c]
Dialog boxes
[d]
Detailed key strokes and commands
[e]
Icons
7. An object is composed of:
[a]
properties.
[b]
methods.
[c]
events.
[d]
Both a and b.
[e]
All of the above.
- Event-driven languages are:
[a] FORTRAN based
[b] Are used to write procedural languages
[c] OOP
[d] Designed to
make programming GUI easier
- Which of the following is not part of the IDE:
[a] Code editor
window
[b] Properties
window
[c]
Form
layout window
[d] General
window
- The application name always appears in the:
[a] Properties
window
[b] Intermediate
window
[c]
Code
window
[d] Title bar
- The color of a button is:
[a] One of its
properties
[b] Not
updateable
[c]
Defined
in the project
[d] Defined in
the Intermediate window
- Code is:
[a] Updateable in
the form editor
[b] Instructions
[c]
Seldom
used
[d] An object
- Controls are:
[a] Code
[b] Part of the
menus
[c]
Rules
[d] Objects
- In the IDE, which of following is used to design the layout of an application?
[a] Form Designer
window
[b] Project
Explorer window
[c]
Context
Menu
[d] Form Layout
window
- The location of the form on the desktop during execution is determined by the:
[a] Form Designer
window
[b] Project
Explorer window
[c]
Context
Menu
[d] Form Layout
window
- The Object Browser:
[a] Displays the
command buttons and textboxes, etc.
[b] Shows
frequently used shortcuts as objects
[c]
Is
a Context Menu
[d] Displays the
object libraries and their combinations of data and code
- The location of the form on the desktop during execution is determined by the:
[a] Form Designer
window
[b] Project
Explorer window
[c]
Context
Menu
[d] Form Layout
window
- Visual Basic projects are identified by a:
[a] “.vbp” suffix
[b] “.mak” suffix
[c]
“.vbg”
suffix
[d] All the above
- Visual Basic forms are identified by a:
[a] “.frm” suffix
[b] “.mak” suffix
[c]
“.for”
suffix
[d] A special
icon
- To run an application in Visual Basic:
[a] Click on the
start button (blue arrow)
[b] Use the File
Menu
[c]
Use
the Project Menu to select Run
[d] None of the
above
- To exit Visual Basic:
[a] Click Alt-Q
[b] Use the File
Menu to select Quit
[c]
Use
the Window Menu to select Exit
[d] Click on the
diskette icon
- The reference library of Visual Basic books is called:
[a] MSDN Library
[b] Help Library
[c]
Contents
[d] Topic pane
[e] Java