Quiz 7 Flashcards
The FIND function is case sensitive.
TRUE
A___ is a set of validation rules for an XML document.
schema
To extract characters from the beginning side of a text string, use the _____ function.
Left
The _____ function returns the serial number of the current date and time.
NOW
The _____ function determines the number of characters in a text string.
Len
What is a database?
Set of related data that is stored in tables
_____ is a function that will return the number of years between two dates.
YEARFRAC
A common way of storing data so that it is usable in other programs is to save it in a comma-separated values (CSV) file.
True
A _____ is a single characteristic of the entity. Examples include items such as a name, product ID number, or an address.
Field
You cannot use the SUBTOTAL function, =SUBTOTAL(…), on data that has been converted to an Excel “Table.”
False
The & symbol can be used to join two different text phrases or join a text phrase and the result of a formula.
True
To convert lowercase letters in a text string to uppercase, use the ____ function.
Upper
To compare two text strings to determine if they are identical (case sensitive), use the _____ function.
Exact
A set of fields that describes one product or person is a _____.
record
The function of _____ returns the serial number of the last day of the month before or after a specified number of months.
EOMONTH
To remove all nonprintable characters from a text string, use the _____ function.
Clean
Sorting by ascending order is from…?
A to Z
To convert a value to text in the specified number format, use the _____ function.
Text
XML stands for extensible ___________.
markup language
To join two or more text strings into a single string, you can use the _____ function.
CONCATENATE
What’s the best FUNCTION to use to change all instances of United States of America” to U.S.A. ?
SUBSTITUTE
The SEARCH function is case sensitive.
False
_____ can be used as a method to share data and a description of that data in an open nonproprietary format for use by different programs.
XML
To remove spaces from a text string, except for spaces between words, use the _____ function.
TRIM