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 use of IntelliSense is the standard within the software industry.
(True/False)
4.8/5
(29)
A(n) ____ document consists of a table that specifies an object in the user interface that will cause an event, the action taken by the user to trigger the event, and the event processing that must occur.
(Multiple Choice)
4.8/5
(41)
IntelliSense allows you to type the first few letters of an object name, and then it displays a list of all the entries that can be specified in the statement.
(True/False)
4.9/5
(38)
The Normal attribute of the SizeMode property places the image in the ____ corner of the PictureBox object without any changes.
(Multiple Choice)
4.9/5
(36)
What is the function of line numbers in the coding window? What are the steps to make them display?
(Essay)
4.7/5
(35)
Which of the following is the correct general format for assigning a value to a property?
(Multiple Choice)
4.9/5
(29)
____ comments appear at the beginning of the program, and contain the developer's name, the date, and the purpose of the program.
(Multiple Choice)
4.9/5
(36)
The ____________________ property determines whether or not an object can trigger an event.
(Essay)
4.9/5
(44)
____ automatically create indentations in program code to make it easier to read and understand.
(Multiple Choice)
4.8/5
(37)
In the code editor, ____ is used to indicate the location of an error.
(Multiple Choice)
4.8/5
(39)
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.9/5
(30)
A set of braces at the end of a statement indicates that it is a procedure call statement. _________________________
(True/False)
4.8/5
(36)
The default value of the SizeMode property is CenterImage. _________________________
(True/False)
4.9/5
(42)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The kind of comment that appears on the same line as executable code
(Multiple Choice)
4.8/5
(33)
The AutoSize attribute of the SizeMode property of a PictureBox object may cause distortion of an image. _________________________
(True/False)
4.9/5
(39)
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.9/5
(40)
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
(39)
Showing 81 - 100 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)