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

A) Don't post anything that could possibly be used against you.
B) Keep your posts short and sweet.
C) Don't post your constant whereabouts.
D) Don't post if you don't have anything interesting to say.


B

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true?

a. Inner classes can make programs simple and concise. b. An inner class can be declared public or private subject to the same visibility rules applied to a member of the class. c. An inner class can be declared static. A static inner class can be accessed using the outer class name. A static inner class cannot access nonstatic members of the outer class. d. An inner class supports the work of its containing outer class and is compiled into a class named OuterClassName$InnerClassName.class.

Computer Science & Information Technology

Semi-selection is often called ________ because you use the mouse to select cells as you build the formula

Fill in the blank(s) with correct word

Computer Science & Information Technology

Click item D in the figure above to see more suffix options.

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

Computer Science & Information Technology

WHich method is used to find GPS enabled or disabled pro-grammatically in android?

A - finish() B - getGPSStatus() C - onProviderDisable() D - getGPS().

Computer Science & Information Technology