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
Visual Studio 2012 provides a tool to print the user interface designed in the application.
(True/False)
4.8/5
(30)
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. 

(Short Answer)
4.9/5
(32)
When build errors occur,Visual Studio will display the errors in the ____ window.
(Multiple Choice)
4.8/5
(37)
When using an assignment statement to set the value of an object's property,the property will be set to the value which appears on the ____________________ side of the equal sign.
(Short Answer)
4.8/5
(39)
The ImageCollection folder holds all the images that the program uses.
(True/False)
4.8/5
(25)
The Normal attribute of the SizeMode property places the image in the ____ corner of the PictureBox object without any changes.
(Multiple Choice)
4.9/5
(36)
A(n)____ document consists of a table that specifies an object in the user interface that will cause an event,the action taken by the user to trigger the event,and the event processing that must occur.
(Multiple Choice)
4.8/5
(34)
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 first image,you want the entire image to be visible and to fit precisely in the PictureBox object.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
(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.8/5
(26)
The forward slash (/)is used to identify a statement as a comment._________________________
(True/False)
4.9/5
(31)
Showing 101 - 112 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)