A business makes a payment in cash for advertising expense. Which of the following accounts is debited?

A) Cash
B) Accounts Payable
C) Accounts Receivable
D) Advertising Expense


D

Business

You might also like to view...

Which of the following code fragments correctly uses a record variable to hold the row of data queried for a shopper?

A. DECLARE   rec_shopper bb_shopper%ROWTYPE; BEGIN   SELECT*       INTO rec_shopper       FROM bb_shopper      WHERE idshopper = :g_shopper;   DBMS_OUTPUT.PUT_LINE(rec_shopper.lastname);   DBMS_OUTPUT.PUT_LINE(rec_shopper.address);   DBMS_OUTPUT.PUT_LINE(rec_shopper.email); END; B. DECLARE   rec_shopper bb_shopper%ROW; BEGIN   SELECT*        INTO rec_shopper        FROM bb_shopper        WHERE idshopper = :g_shopper;   DBMS_OUTPUT.PUT_LINE(rec_shopper.lastname);   DBMS_OUTPUT.PUT_LINE(rec_shopper.address);   DBMS_OUTPUT.PUT_LINE(rec_shopper.email); END; C. DECLARE   rec_shopper bb_shopper%TYPE; BEGIN   SELECT*       INTO rec_shopper       FROM bb_shopper      WHERE idshopper = :g_shopper;   DBMS_OUTPUT.PUT_LINE(rec_shopper.lastname);   DBMS_OUTPUT.PUT_LINE(rec_shopper.address);   DBMS_OUTPUT.PUT_LINE(rec_shopper.email); END; D. DECLARE   rec_shopper bb_shopperROWTYPE; BEGIN   SELECT*      INTO rec_shopper      FROM bb_shopper;      WHERE idshopper = :g_shopper; END;

Business

In preparing a statement of cash flows using the indirect method, the Depreciation Expense ________

A) is added back as an adjustment to Net Income in the operating activities section B) is shown as a negative cash flow in the investing activities section C) is added back to Purchases of Plant Assets under investing activities D) is shown as a negative cash flow under operating activities

Business

The profit a seller makes at auction is a function of all of the following except:

A. initial pricing. B. auction length. C. the number of units for auction. D. watch lists.

Business

The stocks and bonds issued by a corporation are the economic capital resources of the

corporation. Indicate whether the statement is true or false

Business