Exam 10: String Manipulation and Menus

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

Explain what the Like operator does.

(Essay)
4.9/5
(33)

To specify a different starting location in the IndexOf method, you use the optional ____ argument.

(Multiple Choice)
4.8/5
(29)

The Substring method accesses one or more characters contained in a string.

(True/False)
4.9/5
(35)

Match each term with the correct statement below. -Removes any space characters from both the beginning and end of a string

(Short Answer)
4.9/5
(45)

Discuss why applications might need to work with strings.

(Essay)
4.8/5
(45)

To represent a single digit in a pattern, you use the ____ character.

(Multiple Choice)
4.7/5
(27)

Match each term with the correct statement below. -Removes a specified number of characters located anywhere in a string

(Short Answer)
4.8/5
(34)

What does the Substring method return?

(Essay)
4.8/5
(35)

To insert the value at the beginning of a string, you use a startIndex of 1.

(True/False)
4.8/5
(26)

Match each term with the correct statement below. -Displays a list of options when clicked

(Short Answer)
4.9/5
(40)

____ is the syntax for inserting characters into a string.

(Multiple Choice)
4.9/5
(35)

If you need to determine whether a string contains a specific sequence of characters, you can use the ____ method.

(Multiple Choice)
5.0/5
(37)

Describe menu title captions.

(Short Answer)
4.8/5
(36)

Match each term with the correct statement below. -Returns a -1 if the subString is not contained in the string

(Short Answer)
4.8/5
(41)

Discuss the purpose of the access key.

(Essay)
4.9/5
(34)

What is the Windows standard for the capitalization of menu item captions?

(Essay)
4.8/5
(42)

Match each term with the correct statement below. -Appears to the right of the menu item and allow the user to select the item without opening the menu

(Short Answer)
4.9/5
(33)

Match each term with the correct statement below. -Aligns the characters in a string

(Short Answer)
4.8/5
(39)

____ is the syntax for removing the characters from a string.

(Multiple Choice)
4.7/5
(30)

The number of characters contained in a string is stored as an integer in the string's ____________________ property.

(Short Answer)
4.8/5
(37)
Showing 21 - 40 of 50
close modal

Filters

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