Which of the following is NOT true about Facebook fan pages?

A) Most companies and celebrities use their Facebook Pages to keep their customers or fans informed of news and events.
B) If you're the manager of a local band, you can, with or without the band's permission, create a Page for the band.
C) A Facebook Page can be created only by an authorized representative of a company, organization, or celebrity.
D) Most celebrities and companies do not have personal pages on Facebook, and thus you cannot become friends with those entities.


B

Computer Science & Information Technology

You might also like to view...

What will be the output of the following code?

``` #include using namespace std; int j = 1; int main() { int i = 2; cout << "i is " << i << " j is " << j << endl; } ``` A. i is 1 j is 2 B. i is 2 j is 2 C. i is 1 j is 1 D. i is 2 j is 1

Computer Science & Information Technology

Constructors never return a value, so they are always Function procedures.

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

Computer Science & Information Technology

Which of the following operators has the highest precedence?

A. ! B. * C. % D. =

Computer Science & Information Technology

Why is DHCP necessary for IPv6?

What will be an ideal response?

Computer Science & Information Technology