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

a) how, what
b) when, how
c) what, when
d) what, how


d) what, how

Computer Science & Information Technology

You might also like to view...

____ risk assessments are established by a plan that has to be aligned with business goals and their accompanying strategies.

A. Tactical B. Operational C. Strategic D. Functional

Computer Science & Information Technology

Which of the following statements is false?

a. You can specify the default amount of space between a GridPane’s columns and rows with its Hgap (horizontal gap) and Vgap (vertical gap) properties, respectively. b. You can type in a TextField only if it’s “in focus”—that is, it’s the control that the user is interacting with. c. When you click an interactive control, it prompts for input. d. When you press the Tab key, the focus transfers from the current focusable control to the next one—this occurs in the order the controls were added to the GUI.

Computer Science & Information Technology

The ____ measures how much color information is available for displaying or printing each pixel in an image.

a. bit depth b. color depth c. pixel depth d. all of the above

Computer Science & Information Technology

Line Numbers

13.48 The statement #line 250 a) causes the compiler to ignore everything after line 250. b) causes the compiler to renumber the lines from 250 beginning with the next source code line. c) causes the compiler to renumber the lines from 250 beginning with this statement line. d) causes line number 250 to be replaced by the text following the statement.

Computer Science & Information Technology