What is not true about using the AND function in a custom conditional formatting rule?
A. All the tests must be of the same data type, for example: all numbers or all text.
B. All the logical tests must be true for the formatting to be applied.
C. You must have at least two tests in the formula.
D. You may have as many tests as you need in the formula.
Answer: A
You might also like to view...
The window in which a JavaFX app’s GUI is displayed is known as the________.
a. main window b. stage c. podium d. rostrum
Are the following array initializations correct? If not, why not?
a)``` int x[4] = {8, 7, 6, 5, 4}; ``` b)``` int x[] = {8, 7, 6, 5, 4}; ``` c)``` int x[4] = {8, 7, 6}; ``` d)``` const int SIZE =4; int x[SIZE]; ``` e)``` const int SIZE =4; int x[SIZE-4]; ```
Keyboard ____ can help you work faster and more efficiently because you can keep your hands on the keyboard.
A. KeyTips B. ScreenTips C. ShortTips D. shortcuts
Is it possible to overcommunicate? For example, in Chapter 4 you learned to avoid leading questions, which might suggest an answer. Can you think of other examples, like newspaper headlines, where “less is more”?
What will be an ideal response?