Exam 2: An Introduction to Visual Basic 2015

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The ____ form is the form that the computer automatically displays each time the application is started.

(Multiple Choice)
4.8/5
(41)

How can you assign a value to a property?

(Essay)
4.7/5
(38)
Match each item with a statement below.
A block of code that performs a specific task.
sub procedure
When the computer processes the instructions shown in a procedure one after another in the order in which they appear in the procedure.
object
Used to create a graphical user interface
event procedure
Correct Answer:
Verified
Premises:
Responses:
A block of code that performs a specific task.
sub procedure
When the computer processes the instructions shown in a procedure one after another in the order in which they appear in the procedure.
object
Used to create a graphical user interface
event procedure
An object, such as a label or button, that is added to a form.
event
A pattern used to create an object
dot member access operator
Indicates a hierarchy of namespaces.
class
The set of Visual Basic instructions that are processed only when the event occurs.
sequential processing
An action of the user, such as clicking, double-clicking, and scrolling.
Windows Form Designer window
Anything that can be seen, touched, or used
control
(Matching)
4.9/5
(36)

A procedure footer contains the keywords ____.

(Multiple Choice)
4.9/5
(38)

The ____ instruction tells the computer to close the current form.

(Multiple Choice)
4.8/5
(31)

A method is a predefined Visual Basic procedure that you can call (or invoke) when needed.

(True/False)
4.8/5
(30)

A(n) ____ is a container that stores the projects and files for an entire application.

(Multiple Choice)
4.7/5
(33)

The ____ menu provides options for aligning and sizing two or more controls, as well as centering one or more controls on the form.

(Multiple Choice)
4.9/5
(34)

The ____________________ window displays a list of the projects contained in the current solution and the items contained in each project.

(Short Answer)
5.0/5
(36)

Each namespace in Visual Studio 2015 contains the code that defines a group of related ____.

(Multiple Choice)
4.8/5
(31)

What are the ways to end (or close) a running application?

(Essay)
4.8/5
(38)

Each object has a set of ____ that determine its appearance and behavior.

(Multiple Choice)
4.9/5
(44)

In Windows applications, a ____ control is commonly used to perform an immediate action when clicked.

(Multiple Choice)
4.7/5
(37)

Every object used in an object-oriented program is created from an instance.

(True/False)
4.9/5
(41)

The assignment operator is ____.

(Multiple Choice)
4.9/5
(36)

The ____ is a set of Visual Basic instructions that are processed only when the event occurs.

(Multiple Choice)
5.0/5
(41)

What are the ways to start an application?

(Essay)
4.8/5
(46)

____ controls are used in an interface to identify the contents of other controls, such as the contents of text boxes and list boxes.

(Multiple Choice)
4.8/5
(45)

Why should you always print out a copy of your application's code?

(Essay)
4.9/5
(29)

What are two ways you can find more information on syntax errors in a program?

(Essay)
4.9/5
(33)
Showing 21 - 40 of 42
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)