Exam 21: Collections

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

Which of the following statements about functional programming is false

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

B

Class Enumerable provides static method ________ to produce an IEnumerable< int > containing integer values in sequence.The first argument specifies the starting value and the second specifies the number of values to produce.

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

D

Covariance works only with reference types that are related by a class hierarchy.

Free
(True/False)
4.8/5
(44)
Correct Answer:
Verified

True

All arrays implicitly inherit from which generic interface

(Multiple Choice)
4.9/5
(32)

Which of the following statements is false

(Multiple Choice)
4.8/5
(27)

A _______ is the general term for a collection of key-value pairs.

(Multiple Choice)
4.8/5
(32)

Which of the following statements is false

(Multiple Choice)
4.9/5
(33)

Which of the following statements is false

(Multiple Choice)
4.8/5
(31)

Which of the following statements is false

(Multiple Choice)
5.0/5
(29)

Which of the following is not a collection class in C#

(Multiple Choice)
4.8/5
(27)

The compiler converts LINQ queries into calls to ________,many of which have delegate parameters.

(Multiple Choice)
4.8/5
(31)

Assigning an array of a derived-class type to an array variable of a base-class type is an example of contravariance.

(True/False)
4.8/5
(31)

Which of the following statements is false

(Multiple Choice)
4.8/5
(36)

A _______ is one way to implement a dictionary

(Multiple Choice)
4.8/5
(34)

In functional programming,you specify ________ you want to accomplish in a task,but not ________ to accomplish it.

(Multiple Choice)
4.9/5
(44)

To initiate parallel processing,invoke IEnumerable< T > extension method ________ (from class ParallelEnumerable),which returns a ParallelQuery< T >.

(Multiple Choice)
4.8/5
(43)

Storing everything as objects in a collection will provide a performance boost.

(True/False)
4.9/5
(31)

Which of the following is not a property of LinkedListNode

(Multiple Choice)
4.9/5
(31)

Classes which implement the IEnumerator interface must contain which of the following methods A.MoveNext B.Reset C.Current D.Reverse

(Multiple Choice)
4.7/5
(42)

Which of the following statements is false

(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 35
close modal

Filters

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