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
The Coding Problem window identifies the number of errors that occurred during compilation and displays a description of each error.
Free
(True/False)
4.9/5
(36)
Correct Answer:
False
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Changes program code statements into instructions that the computer can execute
Responses:
Select Resource
Close
procedure call statement
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.7/5
(29)
Correct Answer:
____ is a choice on the SizeMode list in the Properties window for PictureBox objects.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
A,B,C,D
Identify the letter of the choice that best matches the phrase or definition.
Premises:
The default color of the BackColor of a Windows Form object
Responses:
procedure call statement
introductory
Select Resource
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(33)
The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image. _________________________
(True/False)
4.8/5
(30)
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
(34)
Programming code is the set of rules used to specify how each statement must be written.
(True/False)
4.8/5
(44)
When the ____ property of an object is set to False, the object will appear dimmed on the form.
(Multiple Choice)
4.7/5
(37)
Which of the following color palettes for the BackColor and ForeColor properties is restricted to colors selected in other areas of the computer system?
(Multiple Choice)
4.9/5
(36)
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.9/5
(41)
The developer should not begin to write code until after the events and tasks within the events have been identified.
(True/False)
4.9/5
(33)
A set of braces at the end of a statement indicates that it is a procedure call statement. _________________________
(True/False)
4.8/5
(42)
Lines of code that begin with the ____________________ character are comments.
(Short Answer)
4.8/5
(31)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
The kind of comment that appears on the same line as executable code
Responses:
same-line
Enabled
procedure call statement
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(37)
Procedures written by a developer cannot be stored in a Visual Basic library; only prewritten procedures provided by Microsoft can be stored in a library.
(True/False)
4.9/5
(36)
The Disabled property controls whether an object can trigger an event.
(True/False)
4.9/5
(37)
A Visual Basic 2017 coding statement contains instructions that the computer eventually executes.
(True/False)
4.8/5
(33)
Showing 1 - 20 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)