更多“How long has Katy been in Nepal?A. eight months B. six months C. four months D. one mo ”相关问题
  • 第1题:

    ______ of the following need NOT be entered in the Official Logbook? _______.

    A.The testing of the internal combustion engine driven emergency generators at least once each month the vessel is navigated

    B.The testing of storage batteries for emergency lighting and power systems once each 6 months the vessel is navigated.

    C.The actual draft when the vessel arrives in salt water after departing a port

    D.The testing of the line-throwing appliance once every 3 months


    正确答案:A

  • 第2题:

    Which______ need NOT be entered in the Official Logbook?

    A.The testing of the internal combustion engine driven emergency generators at least once each month the vessel is navigated

    B.The testing of storage batteries for emergency lighting and power systems once each 6 months the vessel is navigated

    C.The actual draft when the vessel arrives in salt water after departing a port

    D.The testing of the line-throwing appliance once every 3 months


    正确答案:A

  • 第3题:

    In this factory each worker must receive a()training course.

    Atwo-month

    Btwomonths

    Ctwo-months

    Dtwo-months‘


    A

  • 第4题:

    What is the period of validity of the SOLAS required Cargo Ship Safety Construction Certificate?

    A.12 months

    B.24 months

    C.48 months

    D.60 months


    正确答案:D

  • 第5题:

    Under the terms of the contract,you must give 3 months' notice before you leave.

    A: subjects
    B: expressions
    C: words
    D: rules

    答案:D
    解析:
    句意:按合同规定,你离开前必须出示3个月的假条。画线单词term意为“条款,规定”。A项subject意为“主题,科目”;B项expression意为“表达”;C项word意为“单词,命令”; D项rule意为“规定,章程”,与画线单词同义。故本题选D。

  • 第6题:

    【填空题】运行下列程序,输出结果是____。 #include <iostream> using namespace std; enum opt{ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN}op; int main(void) { cout<<ONE; cout<<TWO; cout<<SIX; return 0; }


    B 解析:本题考查循环辅助控制语句break和continue,前者退出整个for循环,后者跳过本次循环没有执行完的若干条语句,开始下一次循环操作,建议读者采用本书推荐的列表法分析。