Exam 1: An Introduction to Visual Basic 2012

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

Why should you always print out a copy of your application's code?

Free
(Essay)
4.9/5
(36)
Correct Answer:
Verified

You should always print out a copy of your application's code because the printout will help you understand and maintain your code in the future. You should also print out a copy of the user interface.

____ controls are used in an interface to identify the contents of other controls, such as the contents of text boxes and list boxes.

Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
Verified

D

With respect to opening and closing a window in the IDE, describe the use of the auto-hide feature.

Free
(Essay)
4.9/5
(39)
Correct Answer:
Verified

The auto-hide feature offers an alternative to closing the window. You auto-hide a window using the Auto Hide button (vertical pushpin) on the window's Title bar. The Auto Hide button is a toggle button: clicking it once activates it, and clicking it again deactivates it.

In what formats is Visual Basic 2012 available?

(Essay)
5.0/5
(34)

A(n) ____ is an environment that contains all of the tools and features you need to create, run, and test your programs.

(Multiple Choice)
4.9/5
(37)

A method is a predefined Visual Basic procedure that you can call (or invoke) when needed.

(True/False)
4.8/5
(30)

What is a sequence structure?

(Short Answer)
4.8/5
(42)

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 -Used to create a graphical user interface

(Short Answer)
4.7/5
(37)

The ____ list box of the Code Editor window lists the names of the objects included in the user interface.

(Multiple Choice)
4.9/5
(31)

Every object used in an object-oriented program is created from an instance.

(True/False)
4.9/5
(33)

The ____ instruction tells the computer to close the current form.

(Multiple Choice)
4.8/5
(36)

A(n) ____ file refers to a file that contains the code associated with a Windows form.

(Multiple Choice)
4.9/5
(26)

Visual Basic 2012 is a(n) ____ programming language, which is a language that allows the programmer to use objects to accomplish a program's goal.

(Multiple Choice)
4.7/5
(36)

A(n) ____ is a container that stores the projects and files for an entire application.

(Multiple Choice)
4.8/5
(40)

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 block of code that performs a specific task.

(Short Answer)
4.9/5
(30)

In Windows applications, a ____ control is commonly used to perform an immediate action when clicked.

(Multiple Choice)
4.7/5
(33)

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 -The set of Visual Basic instructions that are processed only when the event occurs.

(Short Answer)
4.9/5
(32)

A ____ is the foundation for the user interface in a Windows-based application.

(Multiple Choice)
4.9/5
(37)

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 object, such as a label or button, that is added to a form.

(Short Answer)
4.8/5
(39)

What are the ways to end (or close) a running application?

(Essay)
4.9/5
(27)
Showing 1 - 20 of 50
close modal

Filters

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