To use an application or play a game on Facebook, you have to allow the application access to your ________

A) profile
B) photos
C) Timeline
D) messages


A

Computer Science & Information Technology

You might also like to view...

Which of the following are likely to be poor choices for an identifier in a program? Why?

a. x b. RATE c. data d. _abc e. A

Computer Science & Information Technology

Assume int[] scores = {1, 20, 30, 40, 50}, what value does java.util.Arrays.binarySearch(scores, 3) return?

a. 0 b. -1 c. 1 d. 2 e. -2

Computer Science & Information Technology

When interior walls only partially reach to the next floor, leaving a space above the ceiling, the space is called a(n) __________.

A. kneespace B. attic C. plenum D. padding

Computer Science & Information Technology

To open a file in the update mode, the mode parameter is appended with a plus sign (+).

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

Computer Science & Information Technology