参考答案和解析
正确答案:AE
更多“The two s of accounting for investments in stock are (). ”相关问题
  • 第1题:

    S9300上配置AAA功能,可以对用户进行()

    A审计(Auditing)

    B计费(Accounting)

    C授权(Authorization)

    D认证(Authentication)


    参考答案CD

  • 第2题:

    有以下程序

    main()

    {char *s[]={"one","two","three"},*p;

    p=s[1];

    printf("%c,%s\n",*(p+1),s[0]);

    }

    执行后输出结果是

    A.n,two

    B.t,one

    C.w,one

    D.O,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过赋值使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句“p=s[1]”,使p指向了字符串“two”,故“*(p+1)”就是字符“w”。

  • 第3题:

    12. About_______ of the workers in the factory were born in the __________.

    A. two- thirds;1970

    B. two- thirds ; 1970s

    C. two-third ; 1970

    D. two-third ; 1970s


    正确答案:B
    12.B【解析】句意:工厂里大约2/3的工人出生在20世纪70年代。分数的表达为分子用基数词,分母用序数词,如果分子大于1,则分母要用复数,排除C、D,年代的表达要在年份后加s.故选B。

  • 第4题:

    有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。

    A.n,two

    B.t,one

    C.w,one

    D.o,two


    正确答案:C
    解析:本题首先定义了一个有3个元素的指针数组s,并通过初始化列表使s[0]指向字符串“one”,s[1]指向字符串“two”,s[2]指向字符串“three”,然后通过赋值语句p=s[1],使p指向了字符串“two”,故*(p+1)就是字符‘w’。所以,C选项为所选。

  • 第5题:

    About ________ of the workers in the factory were born in the ________.

    A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s


    正确答案:B

  • 第6题:

    Many oil companies are now making alternative energy___________ in an effort to remain competitive in future energy markets.

    A.payments
    B.contributions
    C.donations
    D.investments

    答案:D
    解析:
    通过分析句子,空格处应填入“投资对象”的单词。