What is true about adding a new field to the right side of an existing data table?
A. You must convert the table back to a range, add the field, then recreate the table.
B. You can add it to the right of the data table and Excel will extend the table to include the new field.
C. You cannot add a new field to an existing data table.
D. You must insert the new field somewhere inside the existing table, then move the columns to the order you desire.
Answer: B
You might also like to view...
The code of a regular expression can be directly entered in JavaScript as a _____.
A. regular expression pattern B. regular expression literal C. regular expression match D. regular expression symbol
Which operating systems use the c:\WINNT\ directory?
A. Windows 7 B. Windows Vista Home C. Windows Vista Ultimate D. Windows 2000
Kathleen wants to set up a service to provide information about her organization's users and services using a central, open, vendor-neutral, standards-based system that can be easily queried. Which of the following technologies is her best choice?
A. RADIUS B. LDAP C. Kerberos D. Active Directory
Which of the following will be true when the reference variable curr references the last node in a linear linked list?
a) curr == null b) head == null c) curr.getNext() == null d) head.getNext() == null