People and businesses create ____ lists to keep track of people that are important to them or to their business.

A. people
B. individual
C. record
D. contact


Answer: D

Computer Science & Information Technology

You might also like to view...

What word(s) will appear in the list box when the button is clicked?

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim num As Integer = 5 If num = 2 Then lstBox.Items.Add("Two") ElseIf num > 3 Then lstBox.Items.Add("Great") ElseIf num = 5 Then lstBox.Items.Add("Equal") End If End Sub``` ``` (A) Two, Great, and Equal (B) Great and Equal (C) Great (D) Equal

Computer Science & Information Technology

Press ________ to temporarily remove the Mini toolbar when it appears beside a selection

A) Delete B) Tab C) Esc D) Ctrl

Computer Science & Information Technology

The first page of a proposal should be the:

a. executive summary. b. budget. c. timeline. d. project plan. e. terms and conditions.

Computer Science & Information Technology

List three examples of events triggered by a push-button input where the one-shot instruction can be applied.

What will be an ideal response?

Computer Science & Information Technology