Answer the following statements true (T) or false (F)

1) Functional programming’s filter, map and reduce operations correspond to the IEnumerable<
T> extension methods Where, Select and Aggregate.
2) A Hashtable stores key–value pairs.
3) A class implementing interface IEnumerator must define only methods MoveNext
and Reset, and no properties.
4) A SortedDictionary can contain duplicate keys.
5) A LinkedList can contain duplicate values.

1) True.
2 True
3) False. The class must also implement property Current.
4) False. A SortedDictionary cannot contain duplicate keys.
5) True.

Computer Science & Information Technology

You might also like to view...

A picture of your computer screen is a screen ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

HIS, emergency department, and perioperative are three IS sources of an ADT message

Indicate whether the statement is true or false

Computer Science & Information Technology