FIGURE EX 1-1
Referring to Figure EX 1-1 above, if you wanted to find an entry for an employee's name which may be misspelled, and you cannot remember if you capitalized the first and last name, you would choose the following search option: ____.
A. Match case
B. Match entire cell contents
C. both a. and b.
D. neither a. nor b.
Answer: D
You might also like to view...
In ____ cryptography, the encryption and decryption operations are the same, but they use different keys.
A. private key B. secret key C. public key D. shared key
Which of the following is most closely associated with the statement, "Occurs for a given node when a drag operation that started in a different node continues over the given node."
a. onMouseDragEntered b. onMouseDragExited c. onMouseDragged d. onMouseDragOver
The following is a legal C++ enumeration type:enum colorType {BLUE, GREEN, PINK, YELLOW, RED};
Answer the following statement true (T) or false (F)
If an insert was in ____, the root is now even balanced.
A. the higher subtree of a tree that was not even balanced B. the shorter subtree of a tree that was not even balanced C. an even balanced tree D. an unbalanced tree