Exam 8: More About Processing Data

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

A variable of the char data type can hold up to 256 characters at a time.

(True/False)
4.9/5
(41)

The character that separates tokens is known as a(n) ____________.

(Multiple Choice)
4.9/5
(41)

Subscript notation provides ____________ access to individual characters in a string.

(Multiple Choice)
4.8/5
(36)

A structure declaration does not create anything in memory until you create a new instance of the structure.

(True/False)
4.8/5
(36)

In C#, string objects have a method named ____________ that is used to tokenize strings.

(Multiple Choice)
4.8/5
(34)

Assume the following declarations: enum Days { Mon, Tue, Wed, Thur, Fri, Sat }; Days day1 = Days.Tue; Days day2 = Days.Thur; The following Boolean expression is valid: day1 < Days.Mon

(True/False)
4.8/5
(35)

In order to compare two structure objects, you must compare the individual ____________ of each object.

(Multiple Choice)
4.7/5
(31)

Enumerators and enum variables can be compared directly with ____________ values.

(Multiple Choice)
4.8/5
(32)

The Substring method returns a string.

(True/False)
4.9/5
(38)

When you add a structure instance to a List, the List will contain a copy of the object.

(True/False)
4.8/5
(34)
Showing 81 - 90 of 90
close modal

Filters

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