outboard guy()

题目
单选题
outboard guy()
A

稳索

B

外牵索

C

顶索

D

支索

参考答案和解析
正确答案: D
解析: 暂无解析
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

In a married falls rig at the after end of a hatch,a boom is rigged in a fore and aft line through its heel.Stresses on the outboard guy will be LEAST if the guy is made fast at a point ______.

A.Abreast the heel

B.At right angles to the boom when viewed from above

C.Aft of the heel

D.Forward of the spiderband


正确答案:B

第2题:

If the cargo gear on your vessel is equipped with a regular guy and a preventer guy,you should ______.

A.Let the schooner guy take most of the strain,thus transferring the load to the opposite boom

B.Leave the preventer guy slack

C.Secure them as close together as possible on deck

D.Secure them so the angle between them is 90° at the boom head


正确答案:C

第3题:

A band or collar on the top end of a boom to which the topping lift,midships guy,and outboard guys are secured,is called the ______.

A.collar band

B.guy band

C.pad eye collar

D.spider band


正确答案:D
一个结在吊杆顶端的末端,千斤索、中稳索、边稳索系固处,被叫做蜘蛛结。

第4题:

单选题
The purpose of a preventer as it is used on a conventional yard and stay cargo rig is to().
A

allow greater than normal loads to be handled by the gear

B

act as an inboard guy in the event the inboard guy parts during cargo handling

C

assist the outboard guy in supporting stresses during cargo handling

D

prevent the inboard guy from parting due to stresses during cargo handling


正确答案: A
解析: 暂无解析

第5题:

outboard guy()

  • A、稳索
  • B、外牵索
  • C、顶索
  • D、支索

正确答案:B

第6题:

The safest procedure used to rig a guy and preventer is to have the guy ______.

A.and preventer have equal stress

B.stronger than the preventer to minimize the danger of separation

C.take a lighter load than the preventer as a safety factor

D.take the stress in case the preventer parts


正确答案:A

第7题:

That guy is intelligent but a bit dull.

A:strange
B:special
C:quiet
D:boring

答案:D
解析:
dull和boring都有“枯燥乏味的、无聊的、沉闷的”意思,因此可以替换。strange“奇怪的”; special“特殊的”; quiet“安静的”。

第8题:

How should the lifeboat sea painter be rigged?

A.Spliced into the ring on the stem post

B.Secured by a toggle around the outboard side of a forward thwart

C.Secured to the inboard side of a forward thwart and led inboard of the falls

D.Secured by a toggle to the stem post and led outboard of the falls


正确答案:C

第9题:

现有:  class Guy {String greet()    {return "hi";  }  }  class Cowboy extends Guy  (  String greet()    (  return "howdy  ¨;    )  )  class Surfer extends Guy  (String greet()    (return "dude! ";)) class Greetings  {  public static void main (String  []  args)    {  Guy  []  guys =  ( new Guy(), new Cowboy(), new Surfer()  );  for (Guy g:  guys) System.out.print (g.greet()};  }  }  结果为:() 

  • A、 hi howdy dude!
  • B、运行时异常被抛出。
  • C、第7行出现一个错误,编译失败。
  • D、第8行出现一个错误,编译失败。

正确答案:A

第10题:

单选题
class Guy{String greet(){return “hi“}}   class Cowboy extends Guy {String greet(){return“howdy”}}   class Surfer extends Guy {String greet(){return“dudel”}}  class Greetings{   public static void main (string[]args){   Guy[] guy= {new Guy(),new Cowboy(),new Surfer()};   for(Guy 0: guys)   System.out.print(g.green());  }   }   结果为:
A

运行时异常被输出

B

第7行出现一个错误,编译失败

C

第8行出现一个错误,编译失败

D

hi hi hi

E

hi hawdy doude


正确答案: C
解析: 暂无解析

更多相关问题