All of the following are true EXCEPT ____.

A. e-mail is based on store-and-forward technology
B. a file that travels with an email message is called an email attachment
C. clicking Reply All sends your message to everyone who received the original message including the Bcc recipients.
D. you can use to send a message to a number of people at the same time.


Answer: C

Computer Science & Information Technology

You might also like to view...

Method _______ returns a new string where all leading and trailing whitespace has been removed.

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

Computer Science & Information Technology

If your video clip has recorded sounds, you can use the ____________________ to set how loudly the audio will play.

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

Computer Science & Information Technology

In the Open Task group, you can mark the task as complete, assign it to one or more people, and send a status report about the task.

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

Computer Science & Information Technology

Assuming grade is an array of ten integers, the statement ____ is invalid.

A. grade = &grade[2]; B. *grade = *(grade + 2); C. *grade = *grade + 2; D. *grade = *(&grade[2]) + 2;

Computer Science & Information Technology