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
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).
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).
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)
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;