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
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.
(Short Answer)
4.9/5
(33)
The ____________________ option of the SizeMode property of a PictureBox object will increase or decrease the image size to make it fit into the PictureBox object.
(Short Answer)
4.9/5
(41)
As shown in the accompanying figure,the Image property of the ____ object is used to specify the image that will be displayed. 

(Multiple Choice)
4.9/5
(40)
The Disabled property controls whether an object can trigger an event.
(True/False)
4.9/5
(36)
The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image._________________________
(True/False)
4.9/5
(27)
The ____________________ property determines whether a GUI object is displayed on the Windows Form object.
(Short Answer)
4.9/5
(37)
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
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The kind of comment that appears on the same line as executable code
(Multiple Choice)
4.9/5
(34)
____ error messages indicate coding errors detected by the compiler.
(Multiple Choice)
4.8/5
(28)
In the code editor,____ is used to indicate the location of an error.
(Multiple Choice)
4.8/5
(28)
Which of the following color palettes for the BackColor and ForeColor properties contains colors that are guaranteed to be displayed properly on every computer?
(Multiple Choice)
4.9/5
(38)
A Button object that has been ____________________ will appear as a dimmed button on the form at runtime.
(Short Answer)
4.9/5
(30)
The ____ feature displays all allowable entries you can make in a Visual Basic statement each time a dot,equal sign,or other special character required for the statement is typed.
(Multiple Choice)
4.9/5
(35)
____ is a choice on the SizeMode list in the Properties window for PictureBox objects.
(Multiple Choice)
4.7/5
(35)
The ____________________ of an object is the color that is displayed in its background.
(Short Answer)
4.8/5
(34)
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.8/5
(29)
The only valid procedures are the prewritten procedures included in Visual Studio 2012.
(True/False)
4.9/5
(41)
Use the Print choice on the ____ menu to print the Visual Basic code.
(Multiple Choice)
4.9/5
(37)
The ____________________ feature assists you when entering code by considerably reducing the likelihood of coding errors.
(Short Answer)
4.7/5
(39)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)