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
The Coding Problem window identifies the number of errors that occurred during compilation and displays a description of each error.
(True/False)
4.8/5
(39)
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 aligns the center of the image with the center of the PictureBox object.
(Multiple Choice)
4.7/5
(28)
The ____________________ property controls whether a GUI object is displayed on the Windows Form object.
(Short Answer)
4.9/5
(35)
A(n) ____________________ is a set of prewritten code that can be called by a statement in the Visual Basic program.
(Short Answer)
4.9/5
(43)
Visual Studio 2015 provides a tool to print the user interface designed in the application.
(True/False)
4.7/5
(35)
Programs written using a GUI normally are event-driven programs.
(True/False)
4.9/5
(41)
Changing the value of the Enabled property of an object in code statements can be used to make an object appear on the form during program execution. _________________________
(True/False)
4.8/5
(32)
To use an image in a program, the image first must be ____ into the Resources folder.
(Multiple Choice)
4.8/5
(41)
The ____ operator separates the name of the object from the next entry in the statement.
(Multiple Choice)
4.8/5
(32)
Lines of code that begin with the ____________________ character are comments.
(Short Answer)
4.9/5
(41)
The ____ feature displays all allowable entries you can make in a Visual Basic statement each time a dot, equal sign, or other special character required for the statement is typed.
(Multiple Choice)
4.8/5
(32)
When build errors occur, Visual Studio will display the errors in the ____ window.
(Multiple Choice)
5.0/5
(26)
The ____________________ feature assists you when entering code by considerably reducing the likelihood of coding errors.
(Short Answer)
4.9/5
(41)
A Label can be hidden by setting the ____ property to False.
(Multiple Choice)
4.9/5
(38)
A(n) ___________________ means the user has initiated an action that causes the program to perform the type of processing called for by the user's action.
(Short Answer)
4.9/5
(34)
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.8/5
(44)
Identify the letter of the choice that best matches the phrase or definition.
Correct Answer:
Premises:
Responses:
(Matching)
4.8/5
(39)
The ____________________ option of the SizeMode property of a PictureBox object will increase or decrease the image size to make it fit into the PictureBox object.
(Short Answer)
4.9/5
(28)
The event-planning document describes what processing must occur for each event as well as the manner in which to accomplish it.
(True/False)
4.7/5
(32)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)