某10kV用户线路电流为40A,线路电阻为2Ω,则线路损耗为9.6kW。
参考答案:对
一电磁铁的线圈有5510匝,每匝导线的平均长度为0.108m,铜导线的直径为0.16mm,求线(20℃)的电阻。(ρ=0.0175Ω•mm2/m)
窗体上没有任何控件,编写下列程序: Option Base 1 Private Sub Form_KeyPress(KeyAscii As Integer) a = Array(5, 2, 7, 6, 9) x = a(1) y = 1 If KeyAscii = 13 ThenFor i = 2 To 5If a(i)>m1 Then x = a (i) y= iEnd IfNext i End If Print x; y End Sub 执行程序后,按下回车键后输出的结果为
A.5 1
B.9 5
C.2 2
D.7 3