1) The integrated development environment (IDE) used to create, edit, and run pr
ID: 3919834 • Letter: 1
Question
1) The integrated development environment (IDE) used to create, edit, and run programs in Visual Basic
is called _________________________________________________.
2) Buttons, labels, and other tools in the toolbox create __________________ when placed on the form.
3) In Visual Basic, a user action, such as dragging a mouse, clicking, or double clicking is called a(n)
_______________________________.
4) The window that contains a list of each object’s properties and their corresponding values is called the
_______________________________ window.
5) One way to change to code view from design view is to _______________________ on the object for
which you want to write code
6) The code to change the background color of a form is ______________________________________.
7) The characteristics of an object, such as its size, color, or name are called ______________________.
8) There are three ways to run a VB application. You can either click on the green arrow on the
toolbar, Select Start Debugging from the Debug menu, or __________________________________.
9) Comments in Visual Basic must be preceded by the ____________________________ character.
10) Visual Basic is (a)n __________________________________ programming language.
Explanation / Answer
2)Answer:
object
Explanation:
Buttons, labels and the other tools in the toolbox create objects on the form.
3)Answer:
events
7)Answer:
Properties
Explanation:
A property is an attribute of an object that defines one of the object's characteristics, such as size, color, or screen location, or an aspect of itsbehavior, such as whether it is enabled or visible
8)Answer:
lick on the Start Debugging button ( ) on the toolbar. o Click Debug on the menubar, then select Select Debugging
10)Answer:
event-driven programming language
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.