参考答案和解析
参考答案B
更多“Concern was expressed about the greater ________ of work being imposed on teachers.A ”相关问题
  • 第1题:

    在HTML文件中,( )标记在页面中显示work为斜体字。

    A.<pre>work</pre>
    B.<u>work</u>
    C.<i>work</i>
    D.<b>work</b>

    答案:C
    解析:
    本题考查HTML的基础知识。
    在HTML中,<u></u>标记定义在页面中显示文字为带下划线样式,<i></i>标记定义在页面中显示文字为斜体字样式,<b></b>标记定义在页面中显示文字为加粗样式。<pre></pre>标记的作用是可定义预格式化的文本。被包围在pre标记中的文本通常会保留空格和换行符,而文本也会呈现为等宽字体。

  • 第2题:

    The high-speed trains can have a major impact on our lives.

    A:effort
    B:problem
    C:influence
    D:concern

    答案:C
    解析:
    本句意思:高铁对我们的生活有很大的影响。impact意为“影响”,与influence(影响)意 思相同。effort努力;problem问题;concern关心。

  • 第3题:

    In his time he enjoyed a reputation_______.

    A.as great as Mozart,if not greater than
    B.as great as,if not greater than,Mozart
    C.as great,if not greater,as Mozart
    D.greater,if not as great as Mozart

    答案:B
    解析:

  • 第4题:

    On Thursday, lawmakers introduced a bill to ______ harsher penalties for sexual assault in the military.

    A.integrate
    B.invade
    C.impose
    D.impair

    答案:C
    解析:
    题目意为“周四,议员们提出了一项法案,要求对军队中的性侵行为施加更严厉的惩罚。”选项A意为“合并”,选项B意为“侵略”,选项C意为“强加”,选项D意为“损害,削弱”。
      

  • 第5题:

    A. sung B. showed C. played D. expressed


    答案:C
    解析:

  • 第6题:

    #函数greater()返回两个是数中的最大值 def greater(x, y): if x > y: ######FILL###### _____ else: ######FILL###### _____ x = 4 y = 5 g = greater(x, y) print(g)


    x > y##%_YZPRLFH_%##x>y