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
When build errors occur, Visual Studio will display the errors in the ____ window.
(Multiple Choice)
4.8/5
(37)
The ____________________ feature assists you when entering code by considerably reducing the likelihood of coding errors.
(Essay)
4.9/5
(33)
The ____ option of the SizeMode property of the PictureBox object will adjust the size of the image to match the size of the PictureBox object.
(Multiple Choice)
4.8/5
(40)
Visual Studio 2012 offers three ____ of colors to use for the BackColor and ForeColor properties.
(Multiple Choice)
4.9/5
(30)
Changing the value of the Enabled property of an object in code statements can be used to make an object appear on the form during program execution. _________________________
(True/False)
4.9/5
(35)
The forward slash (/) is used to identify a statement as a comment. _________________________
(True/False)
4.8/5
(37)
Case 3-2
You are having a lot of trouble placing images in your Visual Basic application. You ask your programming partner Siobhan what might be going on
-With your second image, you want no changes made to the image size or the size of the PictureBox object and you want Visual Studio to place the image in the PictureBox object with the upper-left corner of the image and the upper-left corner of the PictureBox object aligned. To which of the following SizeMode list options in the Properties window for the PictureBox object does Siobhan direct you?
(Multiple Choice)
4.8/5
(34)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Procedure used to close the application
(Multiple Choice)
4.7/5
(41)
When the ____ property of an object is set to False, the object will not appear on the form when the program starts.
(Multiple Choice)
4.9/5
(31)
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
(37)
The ____________________ of an object is the color that is displayed in its background.
(Essay)
4.8/5
(39)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-A statement that executes a specific prewritten procedure
(Multiple Choice)
4.8/5
(42)
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
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Changes program code statements into instructions that the computer can execute
(Multiple Choice)
4.7/5
(42)
Programs written using a graphical user interface normally are event-driven programs.
(True/False)
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.7/5
(42)
A button must be ____ in order for the user to click it and cause an event.
(Multiple Choice)
4.9/5
(37)
A(n) ____________________ is a set of prewritten code that can be called by a program statement.
(Essay)
4.8/5
(48)
A(n) ____ statement is used to set the value of an object's property with the desired value.
(Multiple Choice)
4.9/5
(28)
Showing 21 - 40 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)