itgle.com

The primary purpose of a stock split is to ( )A. increase paid-in capitalB. reduce the market price of the stock per shareC. increase the market price of the stock per shareD. increase retained earnings

题目

The primary purpose of a stock split is to ( )

A. increase paid-in capital

B. reduce the market price of the stock per share

C. increase the market price of the stock per share

D. increase retained earnings


相似考题
更多“The primary purpose of a stock split is to ( )A. increase paid-in capitalB. reduce the ”相关问题
  • 第1题:

    67 In general, attempts to smooth out period to period resources will _____ the scheduled time and _____ project costs.

    A. Increase, decrease.

    B. Increase, increase

    C. Increase, increase or decrease.

    D. Decrease, decrease.

    E. Decrease, increase


    正确答案:B

  • 第2题:

    ______(increase),new technology is making it easier for us to find alternative methods of testing.


    正确答案:
    Increasingly[解析] 插入语。

  • 第3题:

    The government is trying to do something to ________ better understanding between the two countries.

    A) raise            B) promote           C) heighten            D) increase

     


    B

    promote:to help sth happen or devolope.一般用于促进(经济)发展,(政治)关系等。

  • 第4题:

    88 Management reserves are normally defined as a % of the total budget. As a project progresses, the project manager wants the $ value of management reserve to _____, whereas the customer wants the management reserve to _____.

    A. Increase, increase.

    B. Increase, decrease.

    C. Decrease, decrease.

    D. Decrease, increase.

    E. Remain the same, return to customer


    正确答案:E

  • 第5题:

    ClicktheExhibitbutton.Assumingthetaglibraryintheexhibitisimportedwiththeprefixstock,whichcustomtaginvocationoutputsthecontentsofthevariableexposedbythequotetag?()

    A.<;stock:quote&ensp;symbol=";SUNW";&ensp;/>;${var}

    B.${var}.&ensp;<;stock:quote&ensp;symbol=";SUNW";&ensp;/>;

    C.<;stock:quote&ensp;symbol=";SUNW";>;.&ensp;${var}.&ensp;<;/stock:quote>;

    D.<;stock:quote&ensp;symbol=";SUNW";&ensp;var=";quote";&ensp;/>;${quote}


    参考答案:D

  • 第6题:

    MapReduce计算文件词频的例子中描述不正确的是

    A.包括了Split,Map,Shuffle,Reduce几个过程。在计算过程中数据始终以键值对的形式存在。

    B.Split就是将输入文件中的内容按行分割为key和value的形式。Map阶段对每块的每一个单词为key,单词个数作为value排序进行输出。

    C.在Shuffle阶段,会对map的输出按照key进行合并和排序。

    D.Reduce的过程将所属key下的value进行了叠加,计算出单词key的次数。


    Split 就是将输入文件中的内容按行分割为 key 和 value 的形式。 Map 阶段对每块的每一个单词为 key ,单词个数作为 value 排序进行输出。