All of the following are rules of netiquette EXCEPT ________

A) use acronyms like BRB and LOL to keep emails short
B) avoid sending a flame
C) avoid sarcasm
D) do not type in all capital letters

A

Computer Science & Information Technology

You might also like to view...

A relative cell reference refers to a cell by its fixed position in the worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements declares the studentGrade variable?

A. enum studentGrade {A, B, C, D, F}; B. enum int {A, B, C, D, F} studentGrade; C. enum studentGrade {A, B, C, D, F} grades; D. enum grades {A, B, C, D, F} studentGrade;

Computer Science & Information Technology