niusouti.com
更多“The computer doesn't work. You should get it_____A. to repairB. repairingC. repaired ”相关问题
  • 第1题:

    Between labor and play______(stand)work.


    正确答案:
     stands[解析] between…and…两者之间,故用第三人称单数。

  • 第2题:

    You ________ show more respect for your elders.

    A. can

    B. could

    C. might

    D. should


    参考答案:D

  • 第3题:

    A:I have got a pain in my chest. B:You ( )see the doctor.

    A. have

    B. need

    C. should


    正确答案:C

  • 第4题:

    A: Have you seen my camera? I can't find it.

    B: Just now I have seen it. You_____ have put it in the bag.

    A. must

    B. would

    C. should


    参考答案:A

  • 第5题:

    你有两台运行Windows7的计算机Computer1和Computer2。Computer1被用来远程管理Computer2。在Computer1上,你需要验证Computer2上的远程管理(WinRM)服务已经启动。你该怎么做?()

    A.在命令提示符中,运行WinrsCr.computer2query

    B.在命令提示符中,运行WinrmidCremote.computer2

    C.在WindowsPowerShell中,运行Get-PSSessionComputer2

    D.在WindowsPowerShell中,运行Get-PSSessionConfigurationComputer2


    参考答案:A

  • 第6题:

    如下函数的作用是以双倍行距输出文件: void double_space(ifstream &f,ofstream &t){ char c; while(______){ ______; if(c=='\n')t.put(c); } } 画线处缺失的部分是

    A.f.get(c)与t.put(c)

    B.f.put(c)与t.get(c)

    C.t.get(c)与f.put(c)

    D.t.put(c)与f.get(c)


    正确答案:A