A to-do list is any Outlook item such as a(n) ____.

A. task
B. email message
C. data set
D. contact


Answer:
A. task
B. email message
D. contact

Computer Science & Information Technology

You might also like to view...

Filter arrows appear in the lower-right corners of the column heading cells.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following acts is also widely known as the Gramm-Leach-Bliley Act?

A. Financial Services Modernization Act B. Communications Act C. Computer Security Act D. Health Insurance Portability and Accountability Act

Computer Science & Information Technology

Line 5 in the function below can be replaced with ____. 1 void strcopy (char string1[], char string2[]) 2 { 3   int i = 0; 4 5   while (string2[i] != '\0') 6   { 7     string1[i] = string2[i]; 8     i++; 9   }10   string1[i] = '\0';11 }

A. while (string2[i]) B. while (!string2[i]) C. while (string2[i] < '\0') D. while (string2[i] != '\n')

Computer Science & Information Technology

A letterhead should contain all of the following EXCEPT ____.

A. the complete legal name of the individual or company B. the telephone number C. the mailing address D. the company's objective

Computer Science & Information Technology