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

1) All variables declared in a function are global to the program containing the function.
2) An import statement must be included for every module function used in a program.
3) Function fmod returns the floating-point remainder of its two arguments.
4) The keyword return displays the result of a function.
5) A function’s parameter list is a comma-separated list containing the names of the param-
eters received by the function when it is called.


1) F
2) F
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

Microsoft has moved toward ____ Services for sharing data on company intranets and on the Web.

A. Integrated B. SharePoint C. Data Access D. Macro

Computer Science & Information Technology

What is the meaning of ( ) in the following lambda?

() -> System.out.println("Welcome to lambdas!") a. the lambdas parameters are inferred b. the lambdas parameters are supplied by a method reference c. the lambda has an empty parameter list d. the given expression is not a valid lambda

Computer Science & Information Technology

________ is an appropriate style that could be used for the address area of a business letter

A) Heading 1 B) No Spacing C) Title D) Heading 2

Computer Science & Information Technology

Which of the following statements is true of inline styles?

A) The inline style sheet is a separate document form the XHTML document. B) The style is defined within the Web page's head element. C) Changes to inline styles affect all other elements to which the style is applied. D) The style is contained within an XHTML document and defines the look of an individual element on the Web page using style attributes.

Computer Science & Information Technology