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

1. When a built-in function is called, the function's name is assigned a value.
2. The following statement will result in an error because the parseInt() method cannot be used with a function call.
```
var num = parseInt(sqrt(84));
```
3. A global variable may be declared outside a function and then used within the function with its original value.
4. Arguments in a call statement may be constants, variables, or general expressions but parameters that are in a function's name must be variables.
5. A function can only return one value.


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

Computer Science & Information Technology

You might also like to view...

The Format Background button is located on the _____ tab on the Ribbon.

A. Home B. Insert C. Design D. Review

Computer Science & Information Technology

Who was the inventor of the relational database model?

A. E. L. Coff B. E. G. Cott C. E. F. Codd D. E. L. Codd?

Computer Science & Information Technology

Pseudorandom numbers are numbers which are not really random, but are sufficiently random for the task at hand.

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

Computer Science & Information Technology

The OpenPgP encryption protocol stands for Open Pretty Good Privacy.

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

Computer Science & Information Technology