消除采空区密闭及其他地点超过()℃的高温点(因地温和水温影响除外)。 A.35 B.

题型:单项选择题

问题:

消除采空区密闭及其他地点超过()℃的高温点(因地温和水温影响除外)。

A.35

B.34

C.30

D.26

考点:通风班组长通风班组长题库
题型:单项选择题

(8分)现有常见金属单质A、B、C和气体甲、乙、丙及物质D、E、F、G、H,它们之间存在如下转化关系(图中有些反应的产物和反应的条件没有全部标出)。其中B是地壳中含量居第一的金属元素。

请回答下列问题:

⑴写出金属B和气体丙的化学式                         

⑵写出反应①的化学反应方程式                                       

⑶写出反应⑥的离子方程式                                           

题型:单项选择题

阅读以下说明和Java程序,将应填入 (n) 处的字句写在对应栏内
[说明]
以下程序的功能时三角形、矩形和正方形的面积输出。
程序由5个类组成:areatest是主类,类Triangle,Rectangle和Square分别表示三角形、矩形和正方形,抽象类Figure提供了一个计算面积的抽象方法。
[Java程序]
public class areatest {
public static viod main(string args[]){
Figure[]Figures={
New triangle(2,3,3),new rectangle(5,8),new square(5)
};
for(int i=0; i<Figures.length;i++){
system.out.println(Figures+"area="+Figures.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)
}
}
public class square exends (3)
{
public square(double width){
(4) ;
}
public string tostring(){
return"square:width="+width":";
}
}
public class triangle entends (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 get area(){
double s=(la+lb+lc)/2.0;
return math.sqrt(s*(s-la)*(s-lb)*(s-lc));
}
}

题型:单项选择题

激励是促使人力资源发挥效用的关键手段。

题型:单项选择题

什么是社会现代化?它的基本内涵包括哪些方面?

题型:单项选择题

下面程序段中的循环体的执行次数是( )。
for(i=4;i<0;i--)
for(j=1;j<=4;j++)
sum=sum+j;

A.4

B.0

C.12

D.16

更多题库