Exam 10: String Manipulation and Menus

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

____ is the syntax to access characters in a string.

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

B

The ____ argument in the syntax of the PadRight method is an integer that represents the total number of characters you want the string's copy to contain.

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

B

Visual Basic provides the ____ method for accessing any number of characters in a string.

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
Verified

C

What happens when you omit the numCharsToAccess argument from the Substring method?

(Essay)
4.7/5
(38)

The ____________________ method pads the string on the left, which means it inserts the padded characters at the beginning of the string.

(Short Answer)
4.8/5
(37)

When processing the PadLeft and PadRight methods, the computer first makes a temporary copy of the string in memory; it then pads the copy only.

(True/False)
4.7/5
(39)

You specify a menu item's shortcut keys in the ShortcutKeys property in the ____ window.

(Multiple Choice)
4.8/5
(32)

The ____ method pads the string on the right, which means it inserts the padded characters at the end of the string.

(Multiple Choice)
4.9/5
(42)

The Contains method always begins the search with ____.

(Multiple Choice)
4.9/5
(44)

Explain how the PadLeft and PadRight methods work.

(Essay)
4.8/5
(35)

The most commonly used properties for a menu element are the ____ properties.

(Multiple Choice)
4.9/5
(36)

A ____ character forces a literal constant to assume a data type other than the one its form indicates.

(Multiple Choice)
4.9/5
(39)

Match each term with the correct statement below. -Allows you to use pattern-matching characters to determine whether one string is equal to another string

(Short Answer)
4.8/5
(38)

In Windows applications that have an Edit menu, ____ is used to select the Cut command when the Edit menu is closed.

(Multiple Choice)
4.7/5
(39)

A menu item's ____ key can be used only when the menu is open.

(Multiple Choice)
4.9/5
(38)

Visual Basic's ____________________ method allows you to insert characters anywhere in a string.

(Short Answer)
4.9/5
(35)

Explain how the Contains method works.

(Essay)
4.7/5
(40)

When an expression contains more than one method, the computer processes the methods from right to left.

(True/False)
4.7/5
(37)

Commonly used menu items should be assigned ____.

(Multiple Choice)
4.9/5
(38)

In Windows applications that have an Edit menu, ____ is used to select the Paste command when the Edit menu is closed.

(Multiple Choice)
4.7/5
(30)
Showing 1 - 20 of 50
close modal

Filters

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