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

1. A user-defined function cannot be used in an expression.
2. Function names should be suggestive of the role performed. The names also must conform
to the rules for naming variables.
3. Each argument in a calling statement must have the same name as the corresponding
parameter in the header of the called procedure.
4. Both constants and expressions can be used as arguments in calling statements.
5. Both constants and expressions can be used as parameters in Sub statements.


1. F
2. T
3. F
4. T
5. F

Computer Science & Information Technology

You might also like to view...

The free online storage provided by Microsoft is called ________

A) OneDrive B) CloudDrive C) iCloud D) LiveDrive

Computer Science & Information Technology

Consider an enterprise in which di?erent projects use parts supplied by various suppliers. De?ne the appropriate tables along with the corresponding foreign-key constraints. De?ne triggers that ?re when a project changes a supplier for a part; when a supplier discontinues a part; or when a project stops using a part.

What will be an ideal response?

Computer Science & Information Technology

The ________ function is used to capitalize the first letter of each word of text

A) PASTE B) CONCATENATE C) PROPER D) TEXT

Computer Science & Information Technology

Dynamic Hypertext Markup Language (DHTML) is a combination of all of the following except ____.

A. Cascading Style Sheets B. JavaScript C. HTML D. NCSA Mosaic

Computer Science & Information Technology