Exam 3: Program Design and Coding
Exam 1: Introduction to Visual Basic 2017 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 Structures111 Questions
Exam 6: Loop Structures112 Questions
Select questions type
A set of rules that specify how each code statement must be written is called the ____ of the programming language.
(Multiple Choice)
4.9/5
(37)
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.
(Short Answer)
4.8/5
(39)
An event ____ takes care of the event that a user action triggers by executing code that performs the required processing.
(Multiple Choice)
4.7/5
(41)
You should match a light BackColor with a light ForeColor property for the best usability.
(True/False)
4.8/5
(41)
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.
Your colleague tells you that there is a palette in which you can select your own color by right-clicking a white color chip and then identifying the exact color you want. Which palette does she tell you to use to accomplish this?
(Multiple Choice)
4.8/5
(36)
____________________ is the set of instructions written by the developer that direct the program to accomplish its tasks.
(Short Answer)
4.8/5
(41)
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
(34)
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
(26)
When you see the build errors message in Visual Basic, you should always click the _____ button.
(Multiple Choice)
4.9/5
(42)
Whenever the Visual Basic ____________________ encounters an apostrophe in the code, it ignores the remaining characters on the line.
(Short Answer)
4.8/5
(47)
Good coding practice dictates that elements within a statement should be separated by a space to make the statement easier to read, even though the space is not required.
(True/False)
4.7/5
(40)
Visual Studio 2017 offers three ____ of colors to use for the BackColor and ForeColor properties.
(Multiple Choice)
4.8/5
(38)
The ____ option of the SizeMode property of the PictureBox object will increase or decrease the size of the PictureBox object to accommodate the size of the image.
(Multiple Choice)
4.8/5
(36)
The Image property of the ____ object is used to specify the image that will be displayed.
(Multiple Choice)
4.9/5
(38)
A(n) ____ statement is used to set the value of an object's property with the desired value.
(Multiple Choice)
4.8/5
(39)
In the code editor, ____ is used to indicate the location of an error.
(Multiple Choice)
4.8/5
(31)
Showing 21 - 40 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)