Exam 8: More About Processing Data

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

____________ are spaces that appear at the beginning of a string.

(Multiple Choice)
4.8/5
(36)

The fields contained in structure must all be of the same data type.

(True/False)
4.8/5
(45)

Which one of the following is not a valid enumerated type declaration?

(Multiple Choice)
4.8/5
(36)

The ____________ methods return an int value indicating the position of the substring being searched for in the string object.

(Multiple Choice)
4.8/5
(45)

When you double-click the ImageList tool in the Toolbox, an ImageList control is created in the component tray area, at the bottom of the Designer.

(True/False)
4.7/5
(32)

Look at the following code sample: Look at the following code sample:    Which one of the following strings will be displayed in the message box? Which one of the following strings will be displayed in the message box?

(Multiple Choice)
4.9/5
(37)

The ____________ methods remove specified characters from a string.

(Multiple Choice)
4.8/5
(33)

Assuming that cat1 and cat2 are both instances of the Pet structure, which one of the following statements assigns cat1 to cat2?

(Multiple Choice)
4.7/5
(35)

The ____________ data type is used to store individual characters.

(Multiple Choice)
4.9/5
(31)

When working with strings, you can use a subscript expression to change the value of a character.

(True/False)
4.9/5
(41)

String subscripts must be at least 0, and they must be less than the length of the string.

(True/False)
4.8/5
(37)

When the items in two data structures are related by their indexes, it is said that a(n) ____________ exists between the data structures.

(Multiple Choice)
4.9/5
(39)

When you create a structure object with a simple declaration, the object's fields are initialized to their default values.

(True/False)
4.9/5
(39)

The Substring method returns a string.

(True/False)
4.8/5
(34)

The process of breaking a string into tokens is known as ____________.

(Multiple Choice)
4.9/5
(34)

Character testing methods, such as char.IsLetter, return a Boolean value of.

(True/False)
4.8/5
(44)

A string within a string is called a(n) ____________.

(Multiple Choice)
4.9/5
(35)

Like strings, enumerators must be enclosed in quotation marks.

(True/False)
4.8/5
(30)

You can convert an enumerator to its underlying integer type by using a(n) ____________.

(Multiple Choice)
4.9/5
(39)

Unlike other types of objects, you cannot pass a structure object as an argument to a method.

(True/False)
4.7/5
(26)
Showing 41 - 60 of 87
close modal

Filters

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