Exam 1: An Introduction to Visual Basic 2012
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
Why should you always print out a copy of your application's code?
Free
(Essay)
4.9/5
(36)
Correct Answer:
You should always print out a copy of your application's code because the printout will help you understand and maintain your code in the future. You should also print out a copy of the user interface.
____ controls are used in an interface to identify the contents of other controls, such as the contents of text boxes and list boxes.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
D
With respect to opening and closing a window in the IDE, describe the use of the auto-hide feature.
Free
(Essay)
4.9/5
(39)
Correct Answer:
The auto-hide feature offers an alternative to closing the window. You auto-hide a window using the Auto Hide button (vertical pushpin) on the window's Title bar. The Auto Hide button is a toggle button: clicking it once activates it, and clicking it again deactivates it.
A(n) ____ is an environment that contains all of the tools and features you need to create, run, and test your programs.
(Multiple Choice)
4.9/5
(37)
A method is a predefined Visual Basic procedure that you can call (or invoke) when needed.
(True/False)
4.8/5
(30)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-Used to create a graphical user interface
(Short Answer)
4.7/5
(37)
The ____ list box of the Code Editor window lists the names of the objects included in the user interface.
(Multiple Choice)
4.9/5
(31)
Every object used in an object-oriented program is created from an instance.
(True/False)
4.9/5
(33)
The ____ instruction tells the computer to close the current form.
(Multiple Choice)
4.8/5
(36)
A(n) ____ file refers to a file that contains the code associated with a Windows form.
(Multiple Choice)
4.9/5
(26)
Visual Basic 2012 is a(n) ____ programming language, which is a language that allows the programmer to use objects to accomplish a program's goal.
(Multiple Choice)
4.7/5
(36)
A(n) ____ is a container that stores the projects and files for an entire application.
(Multiple Choice)
4.8/5
(40)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-A block of code that performs a specific task.
(Short Answer)
4.9/5
(30)
In Windows applications, a ____ control is commonly used to perform an immediate action when clicked.
(Multiple Choice)
4.7/5
(33)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-The set of Visual Basic instructions that are processed only when the event occurs.
(Short Answer)
4.9/5
(32)
A ____ is the foundation for the user interface in a Windows-based application.
(Multiple Choice)
4.9/5
(37)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-An object, such as a label or button, that is added to a form.
(Short Answer)
4.8/5
(39)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)