Exam 8: Manipulating Strings

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

Windows standards suggest that menu title captions be one word with the first letter capitalized.

(True/False)
4.9/5
(41)

When searching for value within string , if the IndexOf method does not find the value , it returns the number 0.

(True/False)
4.8/5
(32)

The Trim, TrimStart, and TrimEnd methods can remove one or more characters on a single instruction.

(True/False)
5.0/5
(40)

____ keys appear to the right of a menu item and allow you to select an item without opening the menu.

(Multiple Choice)
4.8/5
(35)

A menu item can be selected by pressing the menu item's shortcut key.

(True/False)
4.9/5
(32)

In Visual Basic .NET, the Insert method is used to insert characters into a string.

(True/False)
4.9/5
(35)

The following instruction will remove which character from the string first? Dim myString as string = "ABCDEFGH" myString = myString.Remove(2, 3)

(Multiple Choice)
4.9/5
(34)

Which of the following is an access key combination?

(Multiple Choice)
4.8/5
(37)

A menu item can have either an access key or shortcut key but not both.

(True/False)
4.8/5
(31)

The StartsWith method can check only one character starting on the left side of the string.

(True/False)
4.8/5
(27)
Showing 41 - 50 of 50
close modal

Filters

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