Exam 1: An Introduction to Visual Basic 2012
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
The ____________________ contains the tools you use when creating your application's user interface.
(Short Answer)
4.9/5
(37)
When you start a Visual Basic application, the computer automatically creates a file, called a(n) ____ file, that can be run outside of the IDE.
(Multiple Choice)
4.9/5
(18)
What are two ways you can find more information on syntax errors in a program?
(Essay)
4.9/5
(32)
A set of parentheses are required when calling some Visual Basic methods.
(True/False)
4.7/5
(38)
The ____ form is the form that the computer automatically displays each time the application is started.
(Multiple Choice)
4.7/5
(48)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-A pattern used to create an object
(Short Answer)
4.8/5
(33)
How do you prevent controls on a form from being moved inadvertently?
(Essay)
4.9/5
(40)
A(n) ____ file is a file that contains program instructions, called code.
(Multiple Choice)
4.9/5
(34)
Visual Basic 2012 is an object-oriented programming language, which is a language that allows the programmer to use ____________________ to accomplish a program's goal.
(Short Answer)
4.7/5
(38)
Windows applications created in Visual Studio 2012 are composed of solutions, projects, instructions, and files.
(True/False)
4.8/5
(39)
A(n) ____ is what the user sees and interacts with while an application is running.
(Multiple Choice)
4.8/5
(34)
The first line in the code template is called the ____________________.
(Short Answer)
4.9/5
(24)
An application that has a Web user interface and runs on a server is called a(n) ____________________ application.
(Short Answer)
5.0/5
(34)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-When the computer processes the instructions shown in a procedure one after another in the order in which they appear in the procedure.
(Short Answer)
4.9/5
(45)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-Anything that can be seen, touched, or used
(Short Answer)
4.8/5
(31)
An index is a word that has a special meaning in a programming language.
(True/False)
4.9/5
(34)
Match each item with a statement below.
a.event
f.dot member access operator
b.class
g.sequential processing
c.control
h.sub procedure
d.Windows Form Designer window
i.object
e.event procedure
-An action of the user, such as clicking, double-clicking, and scrolling.
(Short Answer)
4.8/5
(39)
The extension ____ on a filename indicates that the file is a Visual Basic source file.
(Multiple Choice)
4.8/5
(32)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)