Which of the following is NOT something you should do when participating in a social network?

A) Link to additional information. B) Post frequently, but not too frequently.
C) Accept every friend request you receive. D) Use proper spelling.

C

Computer Science & Information Technology

You might also like to view...

When drawing a table, the pointer looks like a ________

A) pen B) vertical bar C) paint brush D) pencil

Computer Science & Information Technology

Which of the following statements are true?

a. All methods in FileInputStream/FileOutputStream are inherited from InputStream/OutputStream. b. You can create a FileInputStream/FileOutputStream from a File object or a file name using FileInputStream/FileOutputStream constructors. c. The return value -1 from the read() method signifies the end of file. d. A java.io.FileNotFoundException would occur if you attempt to create a FileInputStream with a nonexistent file. e. A java.io.FileNotFoundException would occur if you attempt to create a FileOutputStream with a nonexistent file.

Computer Science & Information Technology