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
An event ____ takes care of the event that a user triggers by executing code that performs the required processing.
(Multiple Choice)
4.7/5
(33)
-As shown in the accompanying figure, ____________________ 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.

(Essay)
4.9/5
(37)
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
(38)
To use an image in a program, the image first must be ____ into the program.
(Multiple Choice)
4.8/5
(35)
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)
When you type the first few letters of the ____ name, IntelliSense displays a list of all the entries that can be specified in the statement.
(Multiple Choice)
4.8/5
(40)
When you enter a statement using IntelliSense, by default, IntelliSense will format the statement after you press the ___________________ key.
(Essay)
4.9/5
(30)
The ____ property of an object controls the color of text that appears in the object.
(Multiple Choice)
4.8/5
(41)
____________________ are statements inside the code to help readers understand the code and how it accomplishes its tasks.
(Essay)
4.8/5
(28)
A set of rules that specify how each code statement must be written is called the ____ of the programming language.
(Multiple Choice)
4.7/5
(38)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The location of this is noted by a blue squiggly line
(Multiple Choice)
4.8/5
(41)
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
(31)
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)
4.9/5
(37)
____________________ is the set of instructions written by the developer that direct the program to accomplish its tasks.
(Essay)
4.8/5
(34)
As shown in the accompanying figure, all characters in a line of code following an apostrophe will not be ____________________ or executed.
(Essay)
4.8/5
(43)
Case 3-1
You are in the process of selecting the BackColors and ForeColors for your new application. When you originally learned to use Visual Studio, you were only aware of one of the palettes that was available to you, but your developer colleague informs you that you have more choices. You ask for some quick guidance to help sort through your options.
-It is very important to you that the colors you choose for your application be absolutely certain to display properly on every computer where your application is used. To which of the following palettes does your colleague direct you?
(Multiple Choice)
4.9/5
(33)
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
(40)
Which of the following color palettes for the BackColor and ForeColor properties is restricted to colors selected in other areas of the computer system?
(Multiple Choice)
4.7/5
(35)
Showing 41 - 60 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)