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 Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
Open and close ____ immediately following the name of a procedure identify a Visual Basic statement as a procedure call statement.
(Multiple Choice)
4.9/5
(36)
What is the function of line numbers in the coding window? What are the steps to make them display?
(Essay)
4.9/5
(36)
As shown in the accompanying figure,all characters in a line of code following an apostrophe will not be ____________________ or executed.
(Short Answer)
4.7/5
(35)
The ____ option of the SizeMode property of the PictureBox object does not change the size of the image or the size of the PictureBox object,and places the image in the center of the PictureBox object.
(Multiple Choice)
4.9/5
(39)
The event planning document describes what processing must occur for each event as well as the manner in which to accomplish it.
(True/False)
5.0/5
(30)
An event planning document details each object in the user interface that will trigger an event and what actions will be taken when that event occurs.
(True/False)
4.7/5
(35)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The dialog box used to select images that have been imported
(Multiple Choice)
4.8/5
(28)
Which of the following is the correct general format for assigning a value to a property?
(Multiple Choice)
5.0/5
(32)
The Enabled property has the same effect on a GUI object as the Visible property.
(True/False)
4.7/5
(26)
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.
(Multiple Choice)
5.0/5
(39)
A(n)____ statement is used to set the value of an object's property with the desired value.
(Multiple Choice)
4.9/5
(39)
In order to write the code for an event handler,a developer first must identify the GUI object that will be used to trigger the event.
(True/False)
4.8/5
(35)
When you tap or click the Start Debugging button,the program is ____ and saved,and then is run on the computer.
(Multiple Choice)
4.9/5
(38)
The Coding Problem window identifies the number of errors that occurred during compilation and displays a description of each error.
(True/False)
4.8/5
(39)
The unit of measurement for a selected PictureBox object is ____.
(Multiple Choice)
4.8/5
(31)
A button must be ____ in order for the user to click it and cause an event.
(Multiple Choice)
4.7/5
(26)
The ____ operator is used to separate an object name from the name of the property to set in a Visual Basic code statement.
(Multiple Choice)
5.0/5
(40)
The default value of the SizeMode property is CenterImage._________________________
(True/False)
4.8/5
(33)
Showing 41 - 60 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)