海船船员考试

单选题A Class S EPIRB is a().A submarine EPIRBB safety EPIRBC ship EPIRBD survival craft EPIRB

题目
单选题
A Class S EPIRB is a().
A

submarine EPIRB

B

safety EPIRB

C

ship EPIRB

D

survival craft EPIRB

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Mia is absent() today’s writing class

A、of

B、to

C、from

D、with


参考答案:C

第2题:

( 33 ) 创建一个名为 student 的新类 , 保存新类的类库名称是 mylib, 新类的 父 类是 P erson, 正确的命令是

A ) CREATE CLASS mylib OF student A s P erson

B ) CREATE CLASS student OF P erson A s mylib

C ) CREATE CLASS student OF mylib A s P erson

D ) CREATE CLASS P erson OF mylib A s student


正确答案:C

第3题:

船到船的遇险报警应该用作()。

A、INMARSAT-A/INMARSAT-C

B、VHFDSC/MF DSC

C、SART/VHF DSC

D、S-EPIRB/VHF EPIRB


参考答案:B

第4题:

class Mineral {   static String shiny() { return "1"; }   }   class Granite extends Mineral {   public static void main(String [] args) {   String s = shiny() + getShiny();   s = s + super.shiny();   System.out.println(s);   }   static String getShiny() { return shiny(); }   }   结果为:()  

  • A、3
  • B、12
  • C、111
  • D、编译失败

正确答案:D

第5题:

class A {  A() { }  }  class B extends A {  }  Which two statements are true?()

  • A、 Class B’s constructor is public.
  • B、 Class B’s constructor has no arguments.
  • C、 Class B’s constructor includes a call to this().
  • D、 Class B’s constructor includes a call to super().

正确答案:B,D

第6题:

public class Something {

void doSomething () {

private String s = "";

int l = s.length();

}

}

有错吗?


正确答案:

 

错。局部变量前不能放置任何访问修饰符 (private,public,和protected)。final 可以

用来修饰局部变量

(final 如同abstract 和strictfp,都是非访问修饰符,strictfp 只能修饰class 和method 而非

variable)。

第7题:

Which step should be taken,if possible,when the vessel must be abandoned because of a distress situation ________.

A.Alert the Coast Guard by using the survival craft's portable INMARSAT unit

B.Program the SART and EPIRB to transmit the vessel's location and situation

C.Place the SART and EPIRB in the“ON”position and secure them to the survival craft

D.No additional steps are needed as the SART and EPIRB will both automatically float free and operate properly


正确答案:C

第8题:

406MHz EPIRB,每50s发射时间为_____。

A.5s

B.0.5s

C.10s

D.25s


正确答案:B

第9题:

Which two allow the class Thing to be instantiated using new Thing()?

  • A、 public class Thing { }
  • B、 public class Thing { public Thing() {} }
  • C、 public class Thing { public Thing(void) {} }
  • D、 public class Thing { public Thing(String s) {} }
  • E、 public class Thing { public void Thing() {} public Thing(String s) {} }

正确答案:A,B

第10题:

VHF/70 CHEPIRB S-EPIRB发射遇险报警时,其电波采用()传播

  • A、天波
  • B、地波
  • C、空间波
  • D、波导

正确答案:C

更多相关问题