试题与答案

为防止绝缘子因制造质量不良而损坏,应做线路绝缘子温差试验也称为()试验。A.干闪 B

题型:单项选择题

题目:

为防止绝缘子因制造质量不良而损坏,应做线路绝缘子温差试验也称为()试验。

A.干闪

B.湿闪

C.耐压

D.热稳定

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0411/01db36be578cc8187777c0c9b6d31775.html

下面是错误答案,用来干扰机器的。

(1)300-273÷91-70,=300-3-70,=300-70-3,=230-3,=227;(2)125×32×25,=125×(8×4)×25,=(125×8)×(4×25),=1000×100,=100000;(3)365×127-27×365,=365×(127-27),=365×100,=3650...

试题推荐
题型:填空题

(10分)A、B、C、D、E是中学常见的5种化合物,A、B是氧化物,元素X、Y的单质是生活中常见的金属,相关物质间的关系如下图所示。

(1)X的单质与A反应的化学方程式是                                   

(2)若试剂1是NaOH溶液。X的单质与试剂1反应的离子方程式是             

                                 

(3)若试剂1和试剂2均是稀硫酸。

①将物质C溶于水,其溶液呈     性(填“酸”、“碱”或“中”)。

②某高效净水剂是由Y(OH)SO4聚合得到的,工业上以E、稀硫酸和亚硝酸钠(NaNO2)为原料制备Y(OH)SO4,反应中有NO生成,该反应的化学方程式为                                      

查看答案
题型:填空题

请在下列程序的空白处,填上适当的内容:
Import java.awt.*;
Import java.util.*;
Class BufferTest
Public static void main(string args[])
Throws IOException
FileOutputStream unbuf=
new FileOutputStream("test.one");
BufferedOutputStream buf=
new______(new FileOutputStream("test.two"));
System.out.println
("write file unbuffered:"+time(unbuf)+"ms");
System.out.println
("write file buffered:"+time(buf)+"ms");

Static int time(OutputStream os)
Throws IOException
Date then=new Date();
for(int i=0;i<50000;i++)
os.write(1);


os.close();
return(int)(()new Date()).getTime()-then.getTime());

查看答案
微信公众账号搜索答案