Exam 3: Program Design and Coding
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
A(n) ____ document is a table that specifies objects in the user interface that will cause events, the actions taken by the user to trigger the events, and the event processing that must occur.
(Multiple Choice)
4.8/5
(35)
You should match a light BackColor with a light ForeColor property for the best usability.
(True/False)
4.9/5
(33)
To make an image available for display in a PictureBox object, the image should be imported into the ____ folder.
(Multiple Choice)
4.9/5
(30)
A Visual Basic 2017 coding statement contains instructions that the computer eventually executes.
(True/False)
4.8/5
(48)
An event-planning document specifies objects in the user interface that will cause events, the actions taken by the user to trigger the events, and the event processing that must occur.
(True/False)
4.8/5
(31)
An event ____ takes care of the event that a user action triggers by executing code that performs the required processing.
(Multiple Choice)
4.8/5
(31)
When you enter a statement using IntelliSense, by default, the feature will format the statement after you press the ___________________ key.
(Short Answer)
5.0/5
(33)
The property value specified in an assignment statement must be a valid value for the property identified on the left side of the equal sign.
(True/False)
4.8/5
(42)
The Normal attribute of the SizeMode property places the image in the ____ corner of the PictureBox object without any changes.
(Multiple Choice)
4.8/5
(37)
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.8/5
(34)
The ____________________ of an object is the color that is displayed in its background.
(Short Answer)
4.9/5
(28)
When you see the build errors message in Visual Basic, you should always click the _____ button.
(Multiple Choice)
4.9/5
(33)
A code handler is a section of the program that handles user actions by executing code.
(True/False)
4.9/5
(46)
What is the function of line numbers in the coding window? What are the steps to make them display?
(Essay)
4.8/5
(37)
The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image. _________________________
(True/False)
4.8/5
(35)
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
(30)
____________________ is a feature of Visual Studio that displays all allowable entries when you type a period, equal sign, or other special character required in a statement.
(Short Answer)
4.9/5
(37)
Showing 21 - 40 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)