一个长方形的长和宽都增加5厘米,它的面积增加25平方厘米。[ ]

题型:判断题

问题:

一个长方形的长和宽都增加5厘米,它的面积增加25平方厘米。[ ]

考点:长方形的面积正方形的面积
题型:判断题

在常见建筑结构体系中,()是比较理想的大跨度结构形式之一,在桥梁中被广泛应用。

A.悬索结构

B.薄壁空间结构

C.网架结构

D.拱式结构

题型:判断题
a
b
c
是非零向量,则下列说法中正确是(  )
A.(
a
b
)•
c
=(
c
b
)•
a
B.|
a
-
b
|≤|
a
+
b
|
C.若
a
b
=
a
c
,则
b
=
c
D.若
a
b
a
c
,则
b
c
题型:判断题

[说明]
以下程序的功能是计算三角形、矩形和正方形的面积并输出,程序由5个类组成:AreaTest是主类,类Trianlge、Rectangle和Square分别表示三角形、矩形和正方形,抽象类Figure提供了一个计算面积的抽象方法。
[程序]
public class AreaTest
public static void main(String args [])
Figure [] figures= new Triangle (2,3,3) ,new Rectangle (5,8) ,new Square (5) ;
for (int i=0; 1< figures .length; i++)
System. out .println (figures [i] +"area=" +figures [i]. getArea ());



public abstract class Figure
public abstract double getArea() ;

public class Rectangle extends (1)
double height;
double width;
public Rectangle(double height, double width)
this .height=height;
this.width=width;

public String toString ()
return "Rectangle: height= "+height+" , width= "+width+":";

public double getArea ()
return (2) ;

class Square extends (3)
public Square(double width)
(4) ;

public string toString ()
return "Square: width= "+width+" : " ;


class Triangle extends (5)
double la;
double lb;
double lc;
public Triangle(double la,double lb, double lc)
this.la=la; this.lb=lb; this.lc=lc;

public String toString()
return "Triangle : sides= "+la+" , "+lb+" , " +lc+" : " ;

public double getArea ()
double s= (la+lb+lc)/2.0;
return Math. sqrt (s* (s-la) * (s-lb) * (s-lc)) ;

题型:判断题

颅骨弥漫性"竖发"表现,最常见于下列哪种疾病()

A.颅骨成骨肉瘤

B.颅骨血管瘤

C.先天性溶血性贫血

D.白血病

E.红细胞增多症

题型:判断题

在电动机的继电器接触器控制电路中,热继电器的功能是实现______。

A.短路保护
B.零压保护
C.过载保护
D.限位保护

更多题库