The ingredient of the marketing mix concerned with both base prices and various kinds of discounts is

A. quality.
B. promotion.
C. pricing.
D. product.
E. distribution.


Answer: C

Business

You might also like to view...

Information technology impedes the turning of knowledge into routine.

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

Business

Interest on a 180-day, 10 percent, $10,000 note receivable is

A) $5,001.54. B) $576.76. C) $493.15. D) $2001.26.

Business

Opportunity costs are ignored for decision making

Indicate whether the statement is true or false

Business

Which of the following code fragments would not raise an error?

A. BEGIN    LOOP       DBMS_OUTPUT.PUT_LINE( lv_cnt_num );       lv_cnt_num := lv_cnt_num + 1;    END LOOP; END; B. BEGIN    LOOP        DBMS_OUTPUT.PUT_LINE( lv_cnt_num );       EXIT WHEN lv_cnt_num >= 5;       lv_cnt_num := lv_cnt_num + 1; END; C. BEGIN    LOOP       DBMS_OUTPUT.PUT_LINE( lv_cnt_num );       EXIT WHEN lv_cnt_num >= 5;       lv_cnt_num := lv_cnt_num + 1    END LOOP END D. BEGIN    LOOP       DBMS_OUTPUT.PUT_LINE( lv_cnt_num );       EXIT WHEN lv_cnt_num >= 5;       lv_cnt_num := lv_cnt_num + 1;    END LOOP; END;

Business