Exam 3: Program Design and Coding
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding111 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Select questions type
The only valid procedures are the prewritten procedures included in Visual Studio 2012.
(True/False)
4.8/5
(38)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The kind of comment that describes the purpose of a program
(Multiple Choice)
4.9/5
(35)
The Disabled property controls whether an object can trigger an event.
(True/False)
4.9/5
(39)
Good coding practice dictates that elements within a statement should be separated by a space to make the statement easier to read, even though the space is not required.
(True/False)
4.7/5
(41)
A(n) ____________________ procedure executes code when triggered by user interaction with GUI objects on the Form object.
(Essay)
4.9/5
(39)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The default color of the BackColor of a Windows Form object
(Multiple Choice)
4.8/5
(33)
The Error List window will display the ____ number where the error was detected.
(Multiple Choice)
4.8/5
(39)
When a user activates a Button object on a form, the Button's ____ event occurs.
(Multiple Choice)
4.7/5
(29)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A set of instructions written by the developer that tells the program how to operate
(Multiple Choice)
4.9/5
(40)
The ____________________ property of the PictureBox object determines the manner in which an image is displayed in a PictureBox object.
(Essay)
4.8/5
(38)
The ____________________ property determines whether a GUI object is displayed on the Windows Form object.
(Essay)
4.9/5
(40)
In an assignment statement, the value appearing on the right of the equal sign receives the value of the object appearing to the left of the equal sign.
(True/False)
5.0/5
(37)
The ImageCollection folder holds all the images that the program uses.
(True/False)
4.8/5
(33)
A(n) ___________________ means the user has initiated an action that causes the program to perform the type of processing called for by the user's action.
(Essay)
4.8/5
(37)
A code handler is a section of the program that handles user actions by executing code.
(True/False)
4.8/5
(44)
The event planning document describes what processing must occur for each event as well as the manner in which to accomplish it.
(True/False)
4.9/5
(42)
-In the accompanying figure, clicking the ellipsis button at the end of the Image property of the PictureBox object will display the ____ dialog box.

(Multiple Choice)
4.9/5
(38)
A Button object that has been ____________________ will appear as a dimmed button on the form at runtime.
(Essay)
4.8/5
(34)
Showing 61 - 80 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)