Exam 3: Program Design and Coding
Exam 1: Introduction to Visual Basic 2017 Programming103 Questions
Exam 2: Program and Graphical User Interface Design103 Questions
Exam 3: Program Design and Coding103 Questions
Exam 4: Variables and Arithmetic Operations103 Questions
Exam 5: Decision Structures103 Questions
Exam 6: Loop Structures103 Questions
Exam 7: Using Procedures and Exception Handling103 Questions
Exam 8: Using Arrays and File Handling103 Questions
Exam 9: Creating Web Applications103 Questions
Exam 10: Incorporating Databases With Adonet103 Questions
Exam 11: Multiple Classes and Inheritance103 Questions
Select questions type
When using an assignment statement to set the value of an object's property, the property will be set to the value that appears on the ____________________ side of the equal sign.
Free
(Short Answer)
4.8/5
(41)
Correct Answer:
left
A(n) ____ statement is used to set the value of an object's property with the desired value.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
C
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. ____ comments appear at the beginning of the program and contain the developer's name, the date, and the purpose of the program.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
The Image property of the ____ object is used to specify the image that will be displayed.
(Multiple Choice)
4.8/5
(37)
In an assignment statement, the value appearing on the right of the equal sign receives the value of the object appearing to the left of the equal sign.
(True/False)
4.7/5
(45)
The ___________________ option of the SizeMode property adjusts the size of the PictureBox object to fit the image precisely.
(Short Answer)
4.9/5
(36)
The CenterImage attribute for the SizeMode property of a PictureBox object centers the image and stretches it to fit the PictureBox.
(True/False)
4.8/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)
5.0/5
(32)
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
(41)
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.9/5
(41)
____ is a choice on the SizeMode list in the Properties window for PictureBox objects.
(Multiple Choice)
4.8/5
(35)
A Button object that has been ____________________ will appear as a dimmed button on the form at runtime.
(Short Answer)
4.9/5
(41)
The only valid procedures are the prewritten procedures included in Visual Studio 2015.
(True/False)
4.9/5
(39)
The ____________________ property determines whether or not an object can trigger an event.
(Short Answer)
4.7/5
(37)
The developer should not begin to write code until after the events and tasks within the events have been identified.
(True/False)
4.8/5
(36)
A comment can exist on the same line as a code statement if the comment is placed first and then followed by another apostrophe.
(True/False)
4.7/5
(32)
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.7/5
(36)
Programming code is the set of rules used to specify how each statement must be written.
(True/False)
4.9/5
(35)
____________________ is the set of instructions written by the developer that direct the program to accomplish its tasks.
(Short Answer)
4.9/5
(37)
Showing 1 - 20 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)