A(n) _________________________, also known as a contact group, mailing list, or distribution list, is a list of contacts to which you can refer collectively by a single name and to whom you can easily address a single email.

Fill in the blank(s) with the appropriate word(s).


contact category

Computer Science & Information Technology

You might also like to view...

.bmp is a file extension for ________ files

Fill in the blank(s) with correct word

Computer Science & Information Technology

A reservation transaction in an airline reservation system makes a reservation on a ?ight, reserves a seat on the plane, issues a ticket, and debits the appropriate credit card account. Assume that one of the integrity constraints of the reservation database is that the number of reservations on each ?ight does not exceed the number of seats on the plane. (Of course, many airlines purposely over-book and so do not use this integrity constraint.) Explain howtransactions running on this system might violate

a. Atomicity b. Consistency c. Isolation d. Durability

Computer Science & Information Technology

____ rate is how fast a screen updates the information being displayed.

A. Refresh B. Response C. Image D. Graphics

Computer Science & Information Technology

To change the displayed value of the first item in the gardeningList selection list to "Mulch", enter ____.

A. document.forms[0].gardeningList.options[0].set("Mulch"); B. document.forms[0].gardeningList.options[0].display = "Mulch"; C. document.forms[0].gardeningList.options[0].value = "Mulch"; D. document.forms[0].gardeningList.options[0].text = "Mulch";

Computer Science & Information Technology