更多“The school_________ of one class of twenty-four boys. A. composedB. in consistedC. is constitutedD. consisted”相关问题
  • 第1题:

    ( 35 )有如下程序:

    #include<iostream>

    using namespace std;

    class ONE{

    int c;

    public:

    ONE ( ) : c ( 0 ) {cout<<1;}

    ONE ( int n ) : c ( n ) {cout<<2;}

    };

    class TWO{

    ONE onel;

    ONE one2;

    public:

    TWO ( int m ) : one2 ( m ) {cout<<3;}

    };

    int main () t

    TWO t ( 4 )

    return 0

    }

    运行时的输出结果是

    A ) 3

    B ) 23

    C ) 123

    D ) 213


    正确答案:C

  • 第2题:

    22.I am in _________ .

    A. Grade One

    B. eight

    C. my friend

    D. Class One


    正确答案:D
    22.D【解析】从文中第四句可知.

  • 第3题:

    Lucy and Lily is both in Class One.()


    参考答案: 错误

  • 第4题:

    有如下程序: include using namespace std; class ONE { public: virtual void f() {

    有如下程序:

    include <iostream>

    using namespace std;

    class ONE

    {

    public:

    virtual void f() { cout << "1"; }

    };

    class TWO: public ONE

    {

    public:

    TWO() { cout << "2"; }

    };

    class THREE: public TWO

    {

    public:

    virtual void f() {TWO::f(); cout << "3"; }

    };

    int main()

    {

    ONE aa, *p;

    TWO bb;

    THREE cc;

    p=&cc;

    P->f();

    return 0;

    }

    执行上面程序的输出是【 】。


    正确答案:2213
    2213

  • 第5题:

    有如下程序:

    #include<iostream>

    using narnespace std;

    class ONE{

    int e;

    public:

    ONE():c(O){cout<<1;)

    ONE(int n):c(13){cout<<2;}

    };

    class TWO{

    ONE oriel;

    ONE one2,

    public:

    TWO(int m):one2(m){cout<<3;}

    };

    int main(){

    TWO t(4);

    return O;

    }

    运行时的输出结果是

    A.3

    B.23

    C.123

    D.213


    正确答案:B
    解析:在主函数中TWO t(4),首先调用TWO类的构造函数TwO(int m):one2(m){eout<<3;},该构造函数使用成员列表初始化,因此在调用函数体前会先给私有成员赋值,然后调用ONE的构造函数ONE(int n):c(n){cout<<2;},因此会先输出2,其次输出3,故本题答案为B)。

  • 第6题:

    类class one 在声明func 成员函数时发生错误,出错原因是【 】。

    Class one

    {

    private:

    int a;

    public:

    void func(two& )

    };

    class two

    {

    private:

    int b;

    friend void one: :func(two & );

    };

    void one: : func(two& r)

    a=r.b;

    }


    正确答案:class one前没有声明语句class two;
    class one前没有声明语句class two; 解析:当一个类作为另一个类的成员函数、成员函数的参数或其他情况的时候,要确保编译器能正确解析。由于在class one之前没有关于class two的任何说明,而在class one的func函数中却用了class two类的参数。因此是错误的。

  • 第7题:

    Classroom language can also be called in-class language, which is the specially used language system by both teachers and students in classroom teaching. Which of the following is not consisted in it?

    A.Spoken language.
    B.Body language.
    C.Spelling language.
    D.Written language.

    答案:C
    解析:
    考查课堂用语。题目的意思是“课堂用语是教师和学生在课堂上实施教学的语言,包含哪些种类 ”课堂用语包含书面语,口语,肢体语言。书面语的英文书写是“written language”。故选C。

  • 第8题:

    The red flower goes from one to()in the class.

    Athe other

    Bothers

    Canother

    Dother


    C

  • 第9题:

    class One {   public One foo() { return this; }  }  class Two extends One {  public One foo() { return this; }  }  class Three extends Two {   // insert method here  }  Which two methods, inserted individually, correctly complete the Three class?()

    • A、 public void foo() { }
    • B、 public int foo() { return 3; }
    • C、 public Two foo() { return this; }
    • D、 public One foo() { return this; }
    • E、 public Object foo() { return this; }

    正确答案:C,D

  • 第10题:

    单选题
    There ______ a basketball match between Class One and Class Three this afternoon.
    A

    is going to be

    B

    will have

    C

    are going to be

    D

    is going to have


    正确答案: B
    解析:
    句意:今天下午在一班和三班之间有一场篮球赛。There be的将来时态是There is going to/ will be…(名词单数),因此选A项。

  • 第11题:

    单选题
    (), which consisted of seven short blasts and one prolonged blast, all passengers have to go to their assembly station.
    A

    When the distress alert is sounded

    B

    When the emergency equipment is switching on

    C

    When the general emergency alarm is sounded

    D

    When the distress broadcast is sounded


    正确答案: D
    解析: 暂无解析

  • 第12题:

    多选题
    class One {   public One foo() { return this; }  }  class Two extends One {  public One foo() { return this; }  }  class Three extends Two {   // insert method here  }  Which two methods, inserted individually, correctly complete the Three class?()
    A

    public void foo() { }

    B

    public int foo() { return 3; }

    C

    public Two foo() { return this; }

    D

    public One foo() { return this; }

    E

    public Object foo() { return this; }


    正确答案: C,D
    解析: 暂无解析

  • 第13题:

    I like the arguments she _______. They sound very convincing.

    A. composed

    B. said

    C. presented

    D. offered


    正确答案:C

  • 第14题:

    Eponyms is a process that puts an existing word of one class into another class.()


    参考答案:错误

  • 第15题:

    The whole book totally()13 chapters.

    A、made up of

    B、consisted of

    C、made up with

    D、consisted in


    正确答案:C
    解析:consist of:由⋯⋯组成be made up of:由⋯⋯组成因此用 consist of

  • 第16题:

    类clasg one在声明func成员函数时发生错误,出错原因是______。

    class one

    private:

    int a;

    public:

    void func(two&);

    };

    class two

    {

    private:

    int b;

    friend vold one::func(two&);

    };

    void one::func(two&r)

    {

    a=r.b;

    }


    正确答案:class one前没有声明语句class two;
    class one前没有声明语句class two; 解析:当一个类作为另一个类的成员函数、成员函数的参数或其他情况的时候,要确保编译器能正确解析。由于在rclass orle之前没有关于class two的任何说明,而在class one的func函数中却用了class two类的参数。因此是错误的。

  • 第17题:

    有下列程序:includeusing namespace std;class ONE{ public:virtual void f(){COUt<<"

    有下列程序:

    include<iostream>

    using namespace std;

    class ONE

    {

    public:

    virtual void f(){COUt<<"1";}

    };

    c1assTWO:public ONE

    {

    public:

    TWO(){cout<<"2";}

    };

    class THREE:public TWO

    {

    pub


    正确答案:2213
    2213 解析: 此题考查的是派生类的构造和析构函数。建立TWO的对象bb时,调用TWO的构造函数,输出“2”;THREE类又派生于TWO类,所以建立THREE类的对象cc时又会输出“2”;ONE类的对象指针p指向了THREE类的ONE类的虚函数f(),输出“1”;最后调用THREE类的f(),输出“3”。故最终的输出结果是2213。

  • 第18题:

    12.

    A. grade one,class four

    B. class four,grade one

    C. Grade One,Class Four

    D. Class Four,Grade One


    正确答案:D
    12.D【解析】英语中表示单位或地址的名词的排列顺序通常是由小及大。同时要注意首字母要大写。

  • 第19题:

    Classroom language can also be called in-class language, which is the specially used language system by both teachers and students in classroom teaching. Which of the following is not consisted in it?

    A.spoken language
    B.body language
    C.spelling language
    D.written language

    答案:C
    解析:
    考查课堂用语。题目的意思是“课堂用语是老师和学生在课堂上实施教学的语言,包含哪些种类 ”课堂用语包含书面语,口语,肢体语言。书面语的英文书写是“written language”。故选C。

  • 第20题:

    class One {  public One() { System.out.print(1); }  }  class Two extends One {  public Two() { System.out.print(2); }  }  class Three extends Two {  public Three() { System.out.print(3); }  }  public class Numbers{  public static void main( String[] argv) { new Three(); }  }  What is the result when this code is executed?() 

    • A、 1
    • B、 3
    • C、 123
    • D、 321
    • E、 The code rims with no output.

    正确答案:C

  • 第21题:

    单选题
    No one except Tom and Mary _____ late for the class.
    A

    are

    B

    is

    C

    were

    D

    was


    正确答案: D
    解析:

  • 第22题:

    单选题
    There are not_____students in Class One as in Class Two.
    A

    so many

    B

    so much

    C

    more

    D

    much more


    正确答案: A
    解析:

  • 第23题:

    单选题
    class One {  public One() { System.out.print(1); }  }  class Two extends One {  public Two() { System.out.print(2); }  }  class Three extends Two {  public Three() { System.out.print(3); }  }  public class Numbers{  public static void main( String[] argv) { new Three(); }  }  What is the result when this code is executed?()
    A

     1

    B

     3

    C

     123

    D

     321

    E

     The code rims with no output.


    正确答案: B
    解析: 暂无解析