Answer:
<em>Playback</em>
<em>Preview</em>
<em>Slide show</em>
<em>From Current Slide</em>
Explanation:
Answer: False
Explanation:Customer relationship management (CRM) is the management system for improving of the business ethics like relationship with customers and interactions etc.Analytical CRM is the analysis system for the customer data.Operational CRM consist of the business process in the front office phase and thus taking care of the customer.
Both the CRM system are considered equal in their operation. Generally, operational CRM helps in contributing to the analytical CRM as the input .So, the statement given is false.
C) team leader is the answer
Answer:

Explanation:
d(x) = -2x - 6
to find the inverse of a function, you need to follow these steps:
1. set d(x) = y
2. interchange the variables, so y becomes x and x becomes y
3. solve the equation for y
<u>step 1:</u> set d(x) = y
y = -2x -6
<u>step 2:</u> interchanging the variables
y = -2x - 6 turns into x = -2y - 6
<u>step 3:</u> solving for y
x = -2y - 6 < add 6 to both sides to get rid of it on the right
x + 6 = -2y < divide both sides by -2 to get y alone
x + 6 / -2 = 
-2y / -2 = y
= y
so the inverse of the function is 
Answer:
This is correct. And to remove the confusion, I am adding the meaning of the Pseudocode. You need to begin with the algo that you are working upon, and then you need it to phrase the algo with the words which are easy to be transcribed in the form of the computer instructions. Now you need to indent the instructions properly inside the loop or within the conditional clauses. And while doing this, you need to not use the words which are used in certain forms of computer language. However, IF and THEN and ELSE and ENDIF are very frequently used as pseudo-code. Hence, your answer is correct.
Explanation:
Please check the answer section.