Which selection tool selects the entire path?
What will be an ideal response?
The Selection tool always selects an entire path. (Alt/Option-clicking the path
with the Direct Selection tool is also an acceptable answer.)
You might also like to view...
Answer the following statements true (T) or false (F)
1. Use decision tables when complex combinations of conditions, actions, and rules are found. 2. Use decision tables when the sequence of conditions and actions is critical. 3. Use decision trees when you require a method that effectively avoids impossible situations, redundancies and contradictions. 4. Use decision trees when not every condition is relevant to every action (the branches are different). 5. Use decision trees when communication to end users is important. 6. The lower half of a decision tree contains the actions to be taken on the left and the rules for executing the actions on the right. 7. Decision trees are useful when it is essential to keep a string of decisions in a particular sequence.
All of the following are commonly used editing commands EXCEPT:
A) changing the sequence of columns. B) inserting a column. C) deleting a column. D) changing the sequence of rows.
To import data from a Word table into an Access table, the data is converted to a delimited text file, then saved as a(n) ________
A) Plain Text file or Rich Text file B) ASCII file or PDF file C) Rich Text file or PDF file D) Plain Text file or Excel file
____ case labels may be contained within a switch statement.
A. Up to 1 B. Up to 10 C. Up to 100 D. Any number of