参考答案和解析
参考答案:C
更多“This kind of thing can be turned into a ( ) weapon. ”相关问题
  • 第1题:

    Please stop when the lights __________ red.

    A.turn

    B.turns

    C.turning

    D.turned


    答案:B

  • 第2题:

      A. moved
      B.changed
      C. belonged
      D.turned


    答案:C
    解析:

  • 第3题:

    They converted the spare bedroom into an office.

    A:reduced
    B:moved
    C:reformed
    D:turned

    答案:D
    解析:
    本句意思:他们把闲余的卧室改成了办公室。convert意为“转变,变换”,与turn (变成) 意思相近。reduce减少;move移动;reform改革。

  • 第4题:

    They convertde the spare bedroom into an office.

    A:reduced
    B:moved
    C:reformed
    D:turned

    答案:D
    解析:
    本句意思:他们把那个空卧室变成了办公室。convert …into…意为“把……转变 成……”,turn的用法与convert一样。

  • 第5题:

    The ship__________from behind the fog.

    A.drove
    B.emerged
    C.passed
    D.turned

    答案:B
    解析:
    【考情点拨】考查动词词义辨析。【应试指导】句意:船从雾里露了出来。emerge显现,浮现;drive,pass,turn一般不直接与from连用。

  • 第6题:

    pandas中也有专门针对数据框x的绘图函数pandas.DataFrame.plot(),如绘制条形图的是_______。

    A.import pandas as pd x.plot(kind='pie',ax=axes[0])

    B.import pandas as pd x.plot(kind='boxplot',ax=axes[0])

    C.import pandas as pd x.plot(kind='scatter',ax=axes[0])

    D.import pandas as pd x.plot(kind='bar',ax=axes[0])


    D