海船船员考试

单选题The pillar shape that gives the greatest strength for the least weight is the().A octagonal pillarB H Beam pillarC I Beam pillarD circular type pillar

题目
单选题
The pillar shape that gives the greatest strength for the least weight is the().
A

octagonal pillar

B

H Beam pillar

C

I Beam pillar

D

circular type pillar

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

第1题:

Many modern critics of American literature have called Mark Twain, born Samuel Clemens, ______.

A. as America's greatest writer

B. was America's greatest writer

C. America's greatest writer

D. to have been America's greatest writer


正确答案:C
Call sb sth称某人为??。选项 C是正确的。

第2题:

The engine______smoke and steam.

A.gives up

B.gives away

C.gives in

D.gives off


正确答案:D
机器发出烟雾和蒸汽。

第3题:

() , it is always possible to find out its volume.

A.Whatever the shape of a body may be

B.The shape of a body may be whatever

C.May whatever the shape of a body be

D.Whatever may the shape of a body be


参考答案:A

第4题:

下面是类Shape的定义: classShape{ public: virtualvoidDraw( )=0; } 下列关于Shape类的描述中,正确的是( )。

A.类Shape是虚基类

B.类Shape是抽象类

C.类Shape中的Draw函数声明有误

D.语句“ShapeS;”能够建立Shape的一个对象S


正确答案:D
B。【解析】抽象类是类中至少有一个纯虚函数,抽象类是用来被继承的,即是用来生成派生类,它本身不能生成实例。

第5题:

若有如下类定义:class Shape {public:virtual void Draw()=0;};则下列关于Shape类的叙述中,正确的是( )。

A. 类Shape是虚基类

B.类Shape是抽象类

C.类Shape中的Draw函数声明有误

D.“Shape s;”能建立Shape的对象s


参考答案:B

第6题:

下面是类Shape的定义: class Shape{ public: virtual void Draw()=0; } 下列关于Shape类的描述中,正确的是( )。

A.类Shape是虚基类

B.类Shape是抽象类

C.类Shape中的Draw函数声明有误

D.语句“Shape s;”能够建立Shape的一个对象s


正确答案:B
解析:抽象类是类中至少有一个纯虚函数,抽象类是用来被继承的,即是用来生成派生类,它本身不能生成实例。

第7题:

Usetheoperators">",whichstatementsaretrue?()

A.00000100000000000000000000000000<<5gives10000000000000000000000000000000

B.00000100000000000000000000000000<<5gives11111100000000000000000000000000

C.11000000000000000000000000000000>>5gives11111110000000000000000000000000

D.11000000000000000000000000000000>>5gives00000110000000000000000000000000


参考答案:A, C
Java的移位操作符一共有三种,分别是”>>”,”>>>”,”<<”,执行的操作分别是有符号右移,无符号右移,左移,有符号右移的意思是说移入的最高位和原最高符号位相同,无符号右移是移入位始终补零,左移时最低位始终补零,最高位被舍弃。移位操作符另一个非常值得注意的特点是其右操作数是取模运算的,意思是说对于一个int型数据而言,对它移位32位的结果是保持不变而非变成零,即:a>>32的结果是a而不是0,同理,对long型数是对右操作数取64的模,a>>64==a;还有一点需要注意的是移位操作符”>>>”只对int型和long型有效,对byte或者short的操作将导致自动类型转换,而且是带符号的。

第8题:

( 32 )下面是类 Shape 的定义:

class Shape{

public:

virtual void Draw()=0;

};

下列关于 Shape 类的描述中,正确的是

A )类 Shape 是虚基类

B )类 Shape 是抽象类

C )类 Shape 中的 Draw 函数声明有误

D )语句 “ Shape s; ” 能够建立 Shape 的一个对象 s


正确答案:B

第9题:

Other than academic success, what has been your greatest achievement up to date? What do you see as your personal strength, why?


正确答案:

 

 

第10题:

When the fuel oil is burning in the combustion chamber, it _____.

A.gives up large amount of heat

B.gives off large amount of heat

C.gives up large amount of steam

D.gives off large amount of steam


正确答案:B

更多相关问题