参考答案和解析
参考答案:A
更多“In classroom, students () bookish language; after class, it is necessary for them to g ”相关问题
  • 第1题:

    23. The underlined word "gorgeous" means " _______ '.

    A. beautiful

    B. different

    C. important

    D. necessary


    正确答案:A
    23.A【解析】gorgeous意为“绚丽的,极好的”.

  • 第2题:

    Phatic communication refers to( ).

    A.language’s function of the expression of identity
    B.social interaction of language
    C.language′s function of expressing it self
    D.sociological use of language

    答案:B
    解析:
    语言学基本概念。Phatic Communion(交际性谈话)指的是语言的社会交际功能。例如,我们径常说一些诸如God bless you!等礼节性的寒暄之语。

  • 第3题:

    创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65

    A.students[1,'height']

    B.students.loc[2,'height']

    C.students.iloc[1, 1]

    D.students['height'][3]


    students.loc[2,'height'];students.iloc[1, 1]

  • 第4题:

    _____
      A.important
      B.possible
      C.close
      D.necessary


    答案:C
    解析:

  • 第5题:

    声明并创建一个学生类Student的对象s,下列语法格式正确的是()。

    A.Student s = Student();

    B.Student s;

    C.Student s = new Student();

    D.Student s = new ();


    C

  • 第6题:

    创建students对象,_______语句可以选出第二个同学的身高。 students数据如下: age height weight 1 19 170 68 2 20 165 65 3 18 175 65

    A.students.loc[2,'height']

    B.students.iloc[1, 1]

    C.students[1,'height']

    D.students['height'][3]


    students.loc[2,'height'];students.iloc[1, 1]