Which of the following is NOT true about protected tweets?

A) If your account is configured for protected tweets, you must manually approve each person who wants to view them.
B) Protected tweets are visible if someone finds them by performing a keyword search.
C) Only followers, whom you must approve, can view protected tweets.
D) When a new person wants to become a follower, you are prompted on your Twitter home page that you have a new follower request.

B

Computer Science & Information Technology

You might also like to view...

When you select a control, eight handles appear on its corners and edges. The larger handle in a control’s upper-left corner is its ____ handle.

A. move B. sizing C. dragging D. selecting

Computer Science & Information Technology

What will be displayed when the following lines are executed? Dim x As Double = 3, y As Double = 1 Dim z As Double z = x + (y * x) x = y z = x + z lstBox.Items.Add(x + y + z)

(A) 4 (B) 9 (C) 10 (D) None of the above

Computer Science & Information Technology