The Date function has the form ____.

A. Date()
B. Date:
C. [Date]
D. (Date)


Answer: A

Computer Science & Information Technology

You might also like to view...

Any text entered into a cell of the worksheet is called a(n) _____.

A. label B. value C. entry D. string

Computer Science & Information Technology

The __________ attribute of the anchor element can cause the new web page to open in its own browser window.

a. target b. window c. id d. name

Computer Science & Information Technology

________ is a standard for creating read-only documents

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. Without a break statement in a switch, execution falls through to the next case. A case label can be of type double. 2."Decision step" is one way to refer to an if statement 3. Suppose you had the following if statement: if ((a != a) && (b > c)) cout << "Yes, sir"; 4. Using the short circuit evaluation method, (b > c) would be evaluated some of the time, not all the time. 5. C++ will automatically display the floating-point result of the product $1.25 x $2.35 accurately to two decimal places.

Computer Science & Information Technology