更多“The mother grew _________ when his son did not return home early at night. ”相关问题
  • 第1题:

    37_______

    A.brave B.excited C.eurious D.grew


    正确答案:A

  • 第2题:

    Son (in the kitchen): Shall I turn on the burner?

    Mother: ______________. I haven ’t finished peeling the pota toes.

    A: No, not just

    B: No, not yet

    C: No, not still

    D: No, not already


    参考答案:B

  • 第3题:

    --Was it not until last week__________he decided to give up smoking?
    --No, he began __________ he saw the new film last month.

    A.when; as soon
    B.that; immediately
    C.did; that
    D.that; till

    答案:B
    解析:
    考查强调句和连词辨析。前者说“他不是上周才决定戒烟吗?”本句是it is(was)not until… that…强调句型,所以第一个空填that;后者说“不,他上个月刚看完新电影就开始(戒烟)了”,这里immediately是连词,表示“一……就……”。故选B。

  • 第4题:

    The thief snatched both John's ( ) handbags.

    A、mother-in-law’s and his sister-in-law's

    B、mother’s-in-law’s and his sister's-in-law’s

    C、mother’s-in-law and his sister’s-in-law

    D、mother-in-laws’ and his sister-in-laws’


    参考答案:A

  • 第5题:

    有如下程序: include using namespace std; class PARENT { public: PARENT() { cout

    有如下程序:

    include <iostream>

    using namespace std;

    class PARENT

    {

    public:

    PARENT() { cout <<"PARENT"; }

    };

    class SON : public PARENT

    {

    public:

    SON() {cout << "SON"; }

    };

    int main()

    {

    SON son;

    PARENT *p;

    p = &son;

    return 0;

    }

    执行上面程序的输出是______。


    正确答案:PARENTSON
    PARENTSON 解析:此题考查的是派生类的构造。主函数开始在定义SON类的对象son时,会先执行PARENT类的构造函数再执行SON类的构造函数,输出 “PAKENTSON”;接下来的语句定义PARENT和让指针p指向son对象,都并未创建任何对象,所以不会调用构造函数。故最终的输出结果是:PARENTSON。

  • 第6题:

    By investing wisely she accumulated a lot of books.

    A:increased
    B:spread
    C:collected
    D:grew

    答案:C
    解析:
    本句意思:她投资精明,积累了一笔财富。accumulate意为“积累,积聚”,与collect(收集,积聚)意思相近。increase增加;spread展开,蔓延;grow成长,发育。