参考答案和解析

答案:A

解析:本句意思:当学生们发现简单的材料可以用来在太阳下烹饪食物时,他们的兴奋之情(令人惊讶),而太阳能烹饪真的吸引了这些有创造力的孩子们。系动词be后是表语,所以不用原形amaze;作表语时,如果主语是事件,多用ing形式,同时表示主动关系;如若主语是人,多用ed形式,同时表示被动关系,所以选A。

更多“It was()to see the students' excitement when they discovered that simple material ”相关问题
  • 第1题:

    Which of the listed conditions can be considered as the single greatest cause of accidents?

    A.Speed

    B.Excessive knowledge or skill

    C.Human error

    D.Excitement


    正确答案:C

  • 第2题:

    在Quidways3026交换机上设置切换低级别用户到高级别用户口令的配置命令是()

    A. enable password [ level level ] \{ simple | cipher } password

    B. password \{ simple | cipher } password

    C. super password [ level level ] \{ simple | cipher } password

    D. password enable password \{ simple | cipher } password


    参考答案:C

  • 第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题:

    Which of the listed conditions can be considered as the single greatest cause of accident?

    A.Speed

    B.Excessive knowledge or skill

    C.Human error

    D.Excitement


    正确答案:C

  • 第5题:

    John felt great __________ about his upcoming trip to Sidney; indeed, he could hardly contain hisenthusiasm.


    A.unrest

    B.uncertainty

    C.anxiety

    D.excitement

    答案:D
    解析:
    考查名词辨析。句意为“对于即将到来的西德尼旅行,John感到________,他几乎不能控制自己的热情”。unrest“不安”,uncertainty“不确定,不可靠”,anxiety“焦虑,渴望”,excitement“兴奋”。根据句意,John无法控制自己的热情,可知应该是对旅行感到兴奋。

  • 第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]