Organizations undertaking a Social CRM initiative should invite employees to engage in the Social Media community regularly. To do so, there should be a clear policy for usage. What are some best practices for a Social Media policy?
What will be an ideal response?
It’s threefold. Legislate, or share why the organization needs the policies.
Communicate, or clearly describe the process for communicating Social Media plans
and strategies. And last. Energize, explaining why it’s valuable. To get started, it’s
good to encourage employees to start building a network on LinkedIn, like the
organization’s Facebook page, and retweet executives’/organization’s Twitter posts.
Executives should set a good example for participation.
You might also like to view...
The ________ property determines the amount of space around a control’s edges.
a) Padding b) Margin c) Space d) Edges
Which set of statements totals the values in two-dimensional int array items?
a.``` int total = 0; for (int subItems : items) { for (int item : subItems) { total += item; } } ``` b. ``` int total = 0; for (int item: int[] subItems : items) { total += item; } ``` c.``` int total = 0; for (int[] subItems : items) { for (int item : items) { total += item; } } ``` d.``` int total = 0; for (int[] subItems : items) { for (int item : subItems) { total += item; } } ```
Exceptions can be used to indicate problems that occur when an object is being constructed. Write a program that shows a constructor passing information about constructor failure to an exception handler. The exception thrown also should contain the arguments sent to the constructor.
What will be an ideal response?
Match the following terms to their meanings:
I. Description II. Macro designer III. Data Mode IV. Open Form V. F1 key A. Displays the Access Help window B. Action that opens a form in Form View by default C. Argument used for forms that opens in Form view or Datasheet view D. Should always be included so the actions that will occur are easily determined E. Allows you to build the list of actions to be carried out when the macro runs