Exam 17: Strings and Characters: a Deeper Look

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

Another way to concatenate a String is to place the dot operator (. )between the two Strings.

(True/False)
4.9/5
(32)

You can find patterns in Strings by using classes Regex and Match.

(True/False)
4.8/5
(36)

Structures are like classes in that they encapsulate reference types.

(True/False)
4.8/5
(32)

String indexers treat strings as:

(Multiple Choice)
4.8/5
(26)

Method Append allows various data-type values to be added to the end of a StringBuilder.

(True/False)
4.8/5
(33)

Method Remove can be used to delete any part of a StringBuilder.

(True/False)
4.9/5
(32)

If a method's arguments cause it to access an index of the String that's beyond its length,the program will retrieve whatever is in that memory location.

(True/False)
4.8/5
(36)

String.Concat(string1,string2)has the same result as string1 & string2.

(True/False)
4.9/5
(34)

If an index goes beyond the bounds of an array:

(Multiple Choice)
4.7/5
(36)

If an IndexOfAny method is passed a string it:

(Multiple Choice)
4.9/5
(31)

In regular expressions,a word character is considered to be any alphanumeric character.

(True/False)
4.8/5
(30)

A structure in Visual Basic is similar to:

(Multiple Choice)
5.0/5
(29)

One String is less than another String if the first comes before the second alphabetically.

(True/False)
5.0/5
(28)

Method AppendFormat can be used to format objects with spaces or using proper mathematical notations

(True/False)
4.8/5
(32)

String objects are ________ and StringBuilders are __________.

(Multiple Choice)
4.9/5
(32)

Strings cannot be changed.

(True/False)
4.9/5
(30)

The String method xe "CopyTo method of class String"CopyTo copies a specified number of characters from a:

(Multiple Choice)
4.8/5
(37)

Method Insert can be used to insert various data types into a given position of a StringBuilder.

(True/False)
4.8/5
(41)

Method Matches can be used to get a list of all matches with a character.

(True/False)
4.9/5
(37)

Characters can be:

(Multiple Choice)
4.8/5
(31)
Showing 61 - 80 of 116
close modal

Filters

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