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
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
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?
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)
The OpenPgP encryption protocol stands for Open Pretty Good Privacy.
Answer the following statement true (T) or false (F)