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
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
(36)
Programming code is the set of rules used to specify how each statement must be written.
(True/False)
4.8/5
(29)
The Enabled property has the same effect on a GUI object as the Visible property.
(True/False)
4.8/5
(25)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-If this object property has a value of False, the object will not trigger an event
(Multiple Choice)
4.7/5
(38)
Using the ____________________ option of the SizeMode property of a PictureBox object may result in some distortion of the image.
(Essay)
4.7/5
(22)
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
(45)
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.8/5
(38)
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.9/5
(42)
Lines of code that begin with the ____________________ character are comments.
(Essay)
4.8/5
(30)
You should match a light BackColor with a light ForeColor property for the best usability.
(True/False)
4.8/5
(40)
Showing 101 - 111 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)