海船船员考试

单选题In order to correctly open a new coil of manila line,you should().A pull the tagged end from the top of the coilB pull the tagged end through the eye of the coilC secure the outside end and unroll the coilD unreel the coil from a spool

题目
单选题
In order to correctly open a new coil of manila line,you should().
A

pull the tagged end from the top of the coil

B

pull the tagged end through the eye of the coil

C

secure the outside end and unroll the coil

D

unreel the coil from a spool

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

第1题:

You are creating a Windows Communication Foundation (WCF) service that is implemented as follows.(Line numbers are included for reference only.)01 [ServiceContract]02 [ServiceBehavior(IncludeExceptionDetailsInFaults = true)]03 public class OrderService04 {05 [OperationContract]06 public void SubmitOrder(Order anOrder)07 {08 try09 {10 ...11 }12 catch(DivideByZeroException ex)13 {14 ...15 }16 }17 }You need to ensure that the stack trace details of the exception are not included in the error information sent to the client.What should you do?()

A. Replace line 14 with the following line: throw;

B. Replace line 14 with the following line: throw new FaultException(anOrder, ex.ToString());

C. After line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw ex;

D. Alter line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw new FaultException(anOrder, "Divide by zero exception");


参考答案:D

第2题:

If you are bunkering and you close off one tank in the line of tanks being filled,the rate of flow to other open tanks on the same line will ______.

A.increase

B.decrease

C.stop

D.remain constant


正确答案:A

第3题:

In order to achieve greater dehumidification with an air conditioning system, you should ____.Ⅰ.reduce the cooling coil Ⅱ.temperature increase the re-heater temperature

A.Ⅰonly

B.Ⅱonly

C.BothⅠandⅡ

D.NeitherⅠnorⅡ


正确答案:C

第4题:

In order to pay out or slack a mooring line which is under strain, you should ______.

A.sluice the line

B.surge the line

C.stopper the line

D.slip the line


正确答案:B
为了松出或放松受力的系泊缆绳,你应放松缆绳。

第5题:

In order to correctly open a new coil of manila line , you should______.

A.pull the tagged end from the top of the coil

B.pull the tagged end through the eye of the coil

C.secure the outside end and unroll the coil

D.unreel the coil from a spool


正确答案:B
为了能正确的打开一卷马尼拉绳,你应该从圆孔处拉出有标记的一端。

第6题:

Given:Which code, inserted at line 16, correctly retrieves a local instance of a Point object?()

A.Point p = Line.getPoint();

B.Line.Point p = Line.getPoint();

C.Point p = (new Line()).getPoint();

D.Line.Point p = (new Line()).getPoint();


参考答案:D

第7题:

A new coil of nylon line should be opened by ______.

A.pulling the end up through the eye of the coil

B.taking a strain on both ends

C.uncoiling from the outside with the coil standing on end

D.unreeling from a spool


正确答案:D
一卷心的尼龙绳通过线轴回卷才能解开。

第8题:

You are working with a Windows Communication Foundation (WCF) client application that has a generated proxy named SampleServiceProxy.When the client application is executing, in line 04 of the following code, the channel faults (Line numbers are included for reference only.)01 SampleServiceProxy proxy = new SampleServiceProxy();02 try03 {04 proxy.ProcessInvoice(invoice);05 }06 catch07 {08 if(proxy.State == CommunicationState.Faulted)09 {10 ...11 }12 }13 proxy.UpdateCustomer(customer);You need to return proxy to a state in which it can successfully execute the call in line 13.Which code segment should you use at line 10?()

A. proxy.Close();

B. proxy = new SampleServiceProxy();

C. proxy.Abort();

D. proxy.Open();


参考答案:B

第9题:

In order to detect rot in manila lines, you should ______.

A.feel the surface of the line for broken fibers

B.measure the reduction in circumference of the line

C.observe any mildew on the outer surface

D.open the strands and examine the inner fibers


正确答案:D
为了检测马尼拉绳的腐烂,你应掰开绳股并检查里面的纤维。

第10题:

10. class Line {  11. public class Point { public int x,y; }  12. public Point getPoint() { return new Point(); }  13. }  14. class Triangle {  15. public Triangle() {  16. // insert code here  17. }  18. }  Which code, inserted at line 16, correctly retrieves a local instance of a Point object?() 

  • A、 Point p = Line.getPoint();
  • B、 Line.Point p = Line.getPoint();
  • C、 Point p = (new Line()).getPoint();
  • D、 Line.Point p = (new Line()).getPoint();

正确答案:D

更多相关问题