In functional programming, a(n) __________ operation results in a new collection in which each element of the original collection is mapped to a new value (possibly of a different type). The new collection has the same number of elements as the collection that was mapped.
Fill in the blank(s) with the appropriate word(s).
map.
Computer Science & Information Technology
You might also like to view...
Which of the following is often not true about tables used to supply data in a lookup field?
A) It is locked so no additional entries can be made. B) It has no primary key. C) It may just have one field. D) It has no relationship set up.
Computer Science & Information Technology
The ________ function will convert the name Chuck to CHUCK
A) LOWER B) UPPER C) TRANSPOSE D) IF
Computer Science & Information Technology