Exam 2: Visual Basic, Controls, and Events

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

The Auto Hide feature of the Toolbox is active when the pushpin is horizontal.

(True/False)
4.8/5
(32)

IntelliSense is a technology built into Visual Basic that assists the programmer by

(Multiple Choice)
4.9/5
(39)

Keywords are also referred to as reserved words.

(True/False)
4.9/5
(32)

Visual Basic responds to events using which of the following?

(Multiple Choice)
4.7/5
(47)

What of the following is a correct statement for specifying the words to appear in the title bar of Form1?

(Multiple Choice)
4.9/5
(37)

Press F4 to

(Multiple Choice)
4.8/5
(40)

In Visual Basic, tooltips assist by showing a small caption about the purpose of each icon on the Toolbar. How do you make a tooltip appear?

(Multiple Choice)
4.8/5
(29)

F5 is the keyboard shortcut used to activate the Properties window.

(True/False)
4.7/5
(31)

Which of the properties in a control's list of properties is used to give the control a meaningful name?

(Multiple Choice)
4.8/5
(30)

The recommended prefix for the name of a button control is btn.

(True/False)
4.8/5
(40)

When will the following event procedure be executed? Private Sub txtBox_TextChanged(...) Handles txtBox.TextChanged

(Multiple Choice)
4.8/5
(39)

The following lines of code are valid. Private Sub Click(...) Handles Click txtBox.Text = "" End Sub

(True/False)
5.0/5
(36)

Which of the following statements will place "Greetings" in the title bar of a form?

(Multiple Choice)
4.8/5
(40)

The Properties window is used to change how objects look and react.

(True/False)
4.9/5
(38)

A user action such as clicking a button is called

(Multiple Choice)
4.9/5
(43)

The statement btnButton = "Press" produces an error message.

(True/False)
4.7/5
(46)

Which of the following is a valid statement in Visual Basic?

(Multiple Choice)
4.8/5
(42)

Sizing Handles make it very easy to resize virtually any control when developing programs with Visual Basic. When working in the Form Designer, how are these sizing handles displayed?

(Multiple Choice)
4.8/5
(35)

The first line of an event procedure must contain both the keyword Sub and Handles.

(True/False)
4.8/5
(36)

Changing a control's Text property also changes how you refer to the control in code.

(True/False)
4.9/5
(36)
Showing 41 - 60 of 61
close modal

Filters

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