Identify the letter of the choice that best matches the phrase or definition.

A. Accepts field values containing letters, numbers, spaces, and certain symbols.
B. Accepts monetary values and displays them with a dollar sign and decimal point.
C. Stores dates, times, or a combination of both.
D. Stores Yes/No, True/False, or On/Off values.
E. Stores long passages of text.


A. Text
B. Currency
C. Date/Time
D. Yes/No
E. Memo

Computer Science & Information Technology

You might also like to view...

Which of the following represents a negated condition?

A. if (daysOverdue > 10 || fineOwed > 0.00) {    document.write("Please call the library immediately!"    + BR); } B. if (!(daysOverdue > 10 || fineOwed > 0.00)) {    document.write("Your account is in good standing." + BR); } C. if (age >= 18 && age <= 65) {    document.write("The age is between 18 and 65." + BR); } D. function inquiry(balance) {    document.write("Your current balance is: $" +    balance.toFixed(2) + BR); }

Computer Science & Information Technology

The chart element that identifies the patterns or colors that are assigned to the categories in the chart is the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ping –l option changes the size of the packet you can send

Indicate whether the statement is true or false.

Computer Science & Information Technology

Standard terminologies can be used to do all the following EXCEPT:

- design user interfaces using terminologies - support data retrieval and exchange - monitor quality of care - decrease system-wide susceptibility to malware and hacking

Computer Science & Information Technology