niusouti.com

Ocean Passages for the World and Routeing Charts should be______for transoceanic information.A.lookedB.consultedC.seenD.Reviewed

题目

Ocean Passages for the World and Routeing Charts should be______for transoceanic information.

A.looked

B.consulted

C.seen

D.Reviewed


相似考题
更多“Ocean Passages for the World and Routeing Charts should be______for transoceanic informati ”相关问题
  • 第1题:

    下列字符型常量Hello,world!表示方法中,错误的是______。

    A.[Hello,world!]

    B.'Hello,wOrld!'

    C.Hello,world!,

    D.{Hello,world!}


    正确答案:D

  • 第2题:

    ________ the vessel have no safety radiotelegraphy certificate at the time of her delivery,she ________ be held to be unseaworthy.

    A.If/may

    B.Will/shall

    C.Should/would

    D.Would/should


    正确答案:C

  • 第3题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第4题:

    GSM current channel窗口内的字段修改步骤是()

    A.右键--Cellcontent--Properties

    B.右键--Properties--Cellcontent

    C.右键--Properties--双击Charts1选项进行参数选择

    D.Properties--右键--双击Charts1选项进行参数选择


    参考答案:C

  • 第5题:

    ______ it rain tomorrow moring, the loading ______.

    A.Should / will be postponed

    B.If / shall be postponed

    C.Should / would be postponed

    D.If / has to be postponed


    正确答案:C
    一旦明天早上下雨,装货将被延迟。

  • 第6题:

    13、Java程序向显示器输出信息“Hello, World”,下列哪种写法是错误的?

    A.System.out.print(“Hello, world” );

    B.System.out.println(“Hello, world” );

    C.System.out.print(“Hello, world\n” );

    D.printf(“Hello, world\n” );


    public class test{public static void main(String[] args){System.out.println('Hello!');}}