List the advantages of personalization from the viewpoint of a company. Do these advantages benefit users as well? Explain.
What will be an ideal response?
By making a site more convenient through personalization, companies see the benefit of more people buying their goods or services. They can more tightly focus advertising, with the hopes that if the advertising is relevant to users, they may buy more. Further, personalization information is valuable in its own right.
From the user’s viewpoint, these aspects of personalization are a mixed bag. Users do welcome the convenience, but they may not welcome advertising and most of them become concerned that their information is being disseminated to others.
You might also like to view...
Given the function prototype:float test(int, int, int);which of the following statements is legal?
A. cout << test(7, test(14, 23)); B. cout << test(test(7, 14), 23); C. cout << test(14, 23); D. cout << test(7, 14, 23);
Adding 1 to a pointer causes the pointer to point to the ____.
A. next element of the type pointed to B. first element of the type pointed to C. next byte D. next block