niusouti.com
更多“I could hardly contain my curiosity. ”相关问题
  • 第1题:

    I ()have been here, but I()not find the time.

    A. could; could

    B. might; could

    C. should; could

    D. should; would


    参考答案:C

  • 第2题:

    类MyClass的定义如下: class MyClass { public: MyClass(){value=0;} SetVariable(int i){value=i;) private: int value; }; 则对下列语句序列正确的描述是( )。

    A.MyClass*p,my;p=&my;

    B.语句p=&my;是把对象my赋值给指针变量p

    C.语句MyClass*p,my;会调用两次类MyClass的构造函数

    D.对语句*p.SetV ariable(5)与语句my.SetVariable(5)等价


    正确答案:D

  • 第3题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第4题:

    下列程序的输出结果是【 】。 includeclass MyClass{public: int number; void set(in

    下列程序的输出结果是【 】。

    include<iostream. h>

    class MyClass

    {

    public:

    int number;

    void set(int i);

    };

    int number=3;

    void MyClass: :set (int i)

    {

    number=i;

    }

    void main( )

    {

    MyClass my1;

    int number=10;

    my1.set(5),

    cout<<my1, number<<',';

    my1.set(number);

    cout<<my1.number<<',';

    my1.set(: :number);

    cout<<my1.number<<'.';

    }


    正确答案:5103
    5,10,3 解析:本题考查全局变量,局部变量和类的数据成员之间的使用上的差别。使用全局变量时需要用域作用符来限定该变量,否则编译器无法正确区分。

  • 第5题:

    Whatarethefoursteps,intheircorrectorder,tomitigateawormattack?()

    A.contain,inoculate,quarantine,andtreat

    B.inoculate,contain,quarantine,andtreat

    C.quarantine,contain,inoculate,andtreat

    D.preparation,identification,traceback,andpostmortem

    E.preparation,classification,reaction,andtreat

    F.identification,inoculation,postmortem,andreaction


    参考答案:A

  • 第6题:

    I’ll work( )because I don’t want to let him down.

    A.hard
    B.hardest
    C.harder
    D.hardly

    答案:A
    解析:
    考查副词辨析。我要好好学习,因为我不想让他失望。