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

1. If a variable which is declared to be an integer is passed by value to a parameter which is
declared to be a double, an error message will occur at compile time.
2. A function prototype must include the names of the parameters.
3. Constants that are declared to be global are available throughout the program in the main
function and any function that does not redeclare that identifier.
4. The Newton–Raphson method algorithm for locating the root of a function is guaranteed to
locate a root in a known number of iterations.


1. False
2. False
3. True
4. False

Computer Science & Information Technology

You might also like to view...

A variable defined inside a method is referred to as __________.

a. a global variable b. a method variable c. a block variable d. a local variable

Computer Science & Information Technology

Domain controllers download Group Policy settings every five minutes.

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

Computer Science & Information Technology

Match the following terms to their meanings:

I. spreadsheet II. Title bar III. worksheet IV. workbook V. Ribbon A. electronic file that contains a grid of columns and rows B. contains file name and software name C. commands organized into groups D. file containing related worksheets E. spreadsheet that contains formulas, functions, values, etc.

Computer Science & Information Technology

Discuss the nice command.

What will be an ideal response?

Computer Science & Information Technology