Which of the following events will cause a company's current ratio to decrease?

a. The sale of inventory for cash
b. The sale of inventory for credit (accounts receivable)
c. Issuing stock for cash
d. Paying off long-term debt with cash


d

Business

You might also like to view...

Which one is NOT one of the properties of water?

A. The frozen form is more dense than the liquid form. B. Water moderates temperature. C. Water has a high heat capacity. D. Water has a high heat of evaporation. E. Water is a solvent.

Business

Uniq Works purchased raw materials amounting to $126,000 on account and $16,000 for cash. The materials will be used to manufacture upholstery for furniture manufacturers on a contract basis. Which of the following journal entries correctly records this transaction?

Business

What kinds of data from the external environment should leaders monitor and why?

What will be an ideal response?

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