() the gab is turned off and the door is locked before you leave home.A、It’s sure thatB、Make sure thatC、Certain thatD、I certain that

题目
() the gab is turned off and the door is locked before you leave home.

A、It’s sure that

B、Make sure that

C、Certain that

D、I certain that


相似考题
更多“() the gab is turned off and the door is locked before you leave home. ”相关问题
  • 第1题:

    Don't forget to _________ the key _________ me when you go out.

    A.leave...out

    B.leave...on

    C.leave...for

    D.leave...with


    参考答案:D

  • 第2题:

    They convertde the spare bedroom into an office.

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

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

  • 第3题:

    They converted the spare bedroom into an office.

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

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

  • 第4题:

    整箱货的交接方式有()。

    A.CY-CY

    B.CY-DOOR

    C.DOOR-CY

    D.DOOR-DOOR


    正确答案:ABCD

  • 第5题:

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


    答案:C
    解析:

  • 第6题:

    对下面的代码,哪段描述是错误的?() public class Door{ } public class House{ public House(){ Door door = new Door();}}

    A.Door是一个类。

    B.House是一个从Door继承的类。

    C.House的构造函数中声明了一个名为door的变量。

    D.door是一个对象。


    B