The procedural paradigm focuses on an algorithm that describes a solution, whereas the _____________ paradigm focuses on describing the problem.

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


declarative

Computer Science & Information Technology

You might also like to view...

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

1. The keyword static is used in a static function declaration in a class but not in the function definition. 2. Vector assignment is well behaved. 3. The functions or data members declared in the private: section of a class can be accessed only in the definition those functions declared in that class. Note that friend functions are also declared (but not defined) in the class to which they are friends, so they also have access to private as well as public members. 4. The set of integers ranging from -MAXINT to MAXINT make up the int data type.

Computer Science & Information Technology

____ is/are used to place worksheet, column, and row titles on a worksheet.

A. Color B. Text C. Links D. Tabs

Computer Science & Information Technology

For a basic mathematical expression it is best to use

A) functions such as SUM (B4:C4). B) the midpoint value in a set of values. C) the arithmetic mean or average of values. D) formulas such as =B4+C4.

Computer Science & Information Technology

If an exception occurs and a exception handler cannot be found to handle it, what happens?

A. An error message is displayed and the program terminates B. An error message is displayed and the program continues its execution C. An error message is displayed, prompted the user to continue or terminate the program D. Program executes stops and no error is generated.

Computer Science & Information Technology