niusouti.com
更多“Vessel’s provisions refer to ______ of the vessel.A.Fuel oilB.Vegetable and foodC.Spare pa ”相关问题
  • 第1题:

    Life jackets should be marked with the______.

    A.maximum weight allowed

    B.stowage space assigned

    C.vessel's home port

    D.vessel's name


    正确答案:D
    救生衣必须标记船名。

  • 第2题:

    液体涂料(用于刷涂)的粘度为

    A.0.001 Pa.s

    B.0.1~0.3 Pa.s

    C.约1 Pa.s

    D.1000 Pa.s


    C

  • 第3题:

    执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

    A.&refer_m=n;

    B.*refer_m=*refer_n;

    C.refer_m=refer_n;

    D.&refer_m=&refer_n;


    refer_m=refer_n;

  • 第4题:

    Because objects( ) data and implementation, the user of an object can view the object as a black box that provides services.

    A.encapsulate
    B.inherit
    C.connect
    D.refer

    答案:A
    解析:

  • 第5题:

    水的黏度μ=0.00856 g/(cm·s)

    A.8.56×10^-4 Pa▪s

    B.8.56×10^-3 Pa▪s

    C.8.56×10^-5 Pa▪s

    D.8.56×10^-6 Pa▪s


    0.000856;8 .56*10^-4

  • 第6题:

    3、执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

    A.&refer_m=n;

    B.*refer_m=*refer_n;

    C.refer_m=refer_n;

    D.&refer_m=&refer_n;


    B 解析:考查二维数组的定义和初始化。在选项B)中,因为数组第一维的数目不明确,所以理解会有歧义,可以理解为1行3列,或者2行3列等。