可熔性
参考答案:
金属在常温下是固体,当加热到一定温度时它由固体转变成液体状态,这种性质叫可熔性。
有如下程序: #include <stdio.h> main() float x=2.0,y;if(x<0.0) y=0.0;else if(x>10.0) y=1.0/x;else y=1.0;printf("%f/n",y); 该程序的输出结果是( )。
A.0.000000
B.0.250000
C.0.500000
D.1.000000
教师上课前对教学内容进行解析属于()。
A.学情分析
B.教材分析
C.教法分析
D.教学分析