The Table Sort feature is located on the following tab:
A. Table Tools Layout
B. Insert
C. Table Tools Design
D. Table Edit
Answer: A
You might also like to view...
The Exists method of class Directory is used to:
a) check if a given directory has sub-directories b) check if a given directory actually exists c) make sure that the List has a beginning and an ending d) check for an actual list by making sure the first and last elements are not the same, meaning the list only has one item in it.
Natural languageis a set of English language constructs designed to resemble the statements in a programming language but that do not actually run on a computer. _________________________
Answer the following statement true (T) or false (F)
List four guidelines you can follow for safe electronic communication.
What will be an ideal response?
If graph holds a Graphics object, which of the following puts "CAT" starting at X = 20, Y = 50?
A. drawString("CAT", 20, 50); B. graph.drawString(20, 50, "CAT"); C. graph.println("CAT"); D. graph.drawString("CAT", 20, 50);