Exam 3: Program Design and Coding
Exam 1: Introduction to Visual Basic 2008 Programming107 Questions
Exam 2: Program and Graphical User Interface Design107 Questions
Exam 3: Program Design and Coding107 Questions
Exam 4: Variables and Arithmetic Operations107 Questions
Exam 5: Mobile Applications Using Decision Structures107 Questions
Exam 6: Loop Structures107 Questions
Select questions type
A button must be ____ in order for the user to click it and cause an event.
(Multiple Choice)
4.9/5
(32)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
The kind of comment that describes the purpose of a program
Responses:
syntax
Select Resource
Click
Correct Answer:
Premises:
Responses:
(Matching)
4.7/5
(28)
When you click the Start Debugging button, the program is first ____ and saved, and then is run on the computer.
(Multiple Choice)
4.8/5
(28)
A(n) ____________________ procedure executes code when triggered by user interaction with GUI objects on the Form object.
(Short Answer)
4.8/5
(40)
The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image.
(True/False)
4.8/5
(37)
Open and close ____ immediately following the name of a procedure identify a Visual Basic statement as a procedure call statement.
(Multiple Choice)
4.7/5
(35)
The ___________________ option of the SizeMode property adjusts the size of the PictureBox object to fit the image precisely.
(Short Answer)
4.9/5
(45)
Critical Thinking Questions Case 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.8/5
(44)
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
(29)
The word, Me, followed by a period will activate the IntelliSense feature.
(True/False)
4.7/5
(41)
Identify the letter of the choice that best matches the phrase or definition.
Premises:
Visual Studio 2008 highlights the incorrect portion of a statement with this kind of error in blue if you double-click anywhere on the line with the error
Responses:
Close
program code
syntax
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(40)
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
(41)
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.8/5
(47)
The ____ option of the SizeMode property of the PictureBox object does not change the size of the image or the size of the PictureBox object, and places the image in the center of the PictureBox object.
(Multiple Choice)
4.9/5
(40)
An event ____ takes care of the event that a user triggers by executing code that performs the required processing.
(Multiple Choice)
4.9/5
(41)
To make an image available for display in a PictureBox object, the image should be imported into the ____ folder in the Visual Studio project.
(Multiple Choice)
4.9/5
(34)
A set of rules that specify how each code statement must be written is called the ____ of the programming language.
(Multiple Choice)
5.0/5
(29)
Showing 61 - 80 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)