Exam 1: An Introduction to Visual Basic 2012

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The ____________________ contains the tools you use when creating your application's user interface.

(Short Answer)
4.9/5
(37)

A procedure footer contains the keywords ____.

(Multiple Choice)
4.9/5
(42)

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)

What is the difference between a solution and a project?

(Essay)
4.9/5
(44)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)