Which of the following statements is false?

a. Prior to functional programming, you typically determined what you wanted to accomplish, then specified the precise steps to accomplish that task.
b. Using a loop to iterate over a collection of elements is known as external iteration and requires accessing the elements sequentially. Such iteration also requires mutable variables. External iteration is easier to parallelize.
c. Letting the library determine how to iterate over a collection of elements is known as internal iteration.
d. Functional programming focuses on immutability—not modifying the data source being processed or any other program state.


b. Using a loop to iterate over a collection of elements is known as external iteration and requires accessing the elements sequentially. Such iteration also requires mutable variables. External iteration is easier to parallelize.

Computer Science & Information Technology

You might also like to view...

Output from a monitor is considered ________ copy because it is not tangible

Fill in the blank(s) with correct word

Computer Science & Information Technology

An area of memory reserved to temporarily hold selections that have been cut or copied from a document is known as the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which is an input box with upward-pointing and downward-pointing arrows that enable you to move through a set of values by clicking?

A) Value B) Spin C) Number D) Text

Computer Science & Information Technology

The ability of one person to share a document or spreadsheet on his desktop and pass the control of the application to someone else in the meeting is a feature of _____.

a. Web conferencing b. podcasts c. Really Simple Syndication feeds d. wikis

Computer Science & Information Technology