Quiz 7 Flashcards

1
Q

The FIND function is case sensitive.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A___ is a set of validation rules for an XML document.

A

schema

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To extract characters from the beginning side of a text string, use the _____ function.

A

Left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The _____ function returns the serial number of the current date and time.

A

NOW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The _____ function determines the number of characters in a text string.

A

Len

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a database?

A

Set of related data that is stored in tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

_____ is a function that will return the number of years between two dates.

A

YEARFRAC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A _____ is a single characteristic of the entity. Examples include items such as a name, product ID number, or an address.

A

Field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You cannot use the SUBTOTAL function, =SUBTOTAL(…), on data that has been converted to an Excel “Table.”

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The & symbol can be used to join two different text phrases or join a text phrase and the result of a formula.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

To convert lowercase letters in a text string to uppercase, use the ____ function.

A

Upper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

To compare two text strings to determine if they are identical (case sensitive), use the _____ function.

A

Exact

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A set of fields that describes one product or person is a _____.

A

record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The function of _____ returns the serial number of the last day of the month before or after a specified number of months.

A

EOMONTH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

To remove all nonprintable characters from a text string, use the _____ function.

A

Clean

17
Q

Sorting by ascending order is from…?

A

A to Z

18
Q

To convert a value to text in the specified number format, use the _____ function.

A

Text

19
Q

XML stands for extensible ___________.

A

markup language

20
Q

To join two or more text strings into a single string, you can use the _____ function.

A

CONCATENATE

21
Q

What’s the best FUNCTION to use to change all instances of United States of America” to U.S.A. ?

A

SUBSTITUTE

22
Q

The SEARCH function is case sensitive.

A

False

23
Q

_____ 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.

A

XML

24
Q

To remove spaces from a text string, except for spaces between words, use the _____ function.

A

TRIM

25
Q

The _____ function returns the serial number of the date that is the indicated number of months before or after the start_date.

A

EDATE

26
Q

A _____ identifies the end of each record in a comma-delimited file.

A

paragraph mark

27
Q

The TRIM function removes all spaces from a text string, including spaces between words.

A

False

28
Q

Use the _____ function to locate the position of an uppercase letter C in a text string, while ignoring any instance of a lowercase “c”.

A

FIND

29
Q

A _____ identifies the end of each record in a comma-delimited file.

A

paragraph mark