C architecture photograph
Explanation:
1 Ms word - b. Word processing software
2 Pagemaker - c desktop publishing
3 Ms excel - f finance and data analyses
4 dbase - a database management system
6 Mcafee/Norton - d anti-virus software
7 virus - h computer program that can replicate itself
8 inbox, compose,.............. - parts of an email account
def cookie_Recipe(recipe):
sugar=(0.03125*recipe)
butter=(0.02083333333*recipe)
flour=(0.05729166666*recipe)
LF1=round(sugar, 2)
LF2=round(butter,2)
LF3=round(flour, 2)
print("You will need:")
print(LF1, "cups of sugar")
print(LF2, "cups of butter")
print(LF3, "cups of flour")
print("To make", recipe, 'cookies')
recipe=int(input("How many cookies do you want to make?\n"))
cookie_Recipe(recipe)
Answer:
customer service and support
Explanation:
-Loyalty programs for current customers refer to incentives companies provide to existing customers to encourage them to keep buying their products or services.
-Customer service and support refers to the assistance companies provide to their existing customers to help them solve issues or provide information about their current products or services and other options.
-Profitability for the company refers to actions that will increase the financial gains of the company.
-Acquisition of new customers refers to actions implemented to attract clients.
According to this, the answer is that this is a typical example of CRM that focuses on customer service and support because you call the company to get assistance with options to change your current products.
The other options are not right because the situation is not about incentives for the customer or actions the company implements to increase its revenue. Also, you are not a new customer.