国标规定外螺纹的基本偏差是下偏差ei,内螺纹的基本偏差是上偏差Es。
第1题:
偏差包括实际偏差与极限偏差,极限偏差分为上偏差和下偏差,国标规定:轴的上偏差用代号( )表示。
A.ES
B.ei
C.EI
D.es
第2题:
下面程序的输出结果是【 】。
Private Sub Form_Click()
i=0
Do Until 0
i=i+1
if i>10 then Exit Do
Loop
Print i
End Sub
第3题:
国标规定的外螺纹基本偏差是(),内螺纹的基本偏差是()。
第4题:
class Super { public int i = 0; public Super(String text) { i = 1; } } public class Sub extends Super { public Sub(String text) { i = 2; } public static void main(String args[]) { Sub sub = new Sub(“Hello”); System.out.println(sub.i); } } What is the result?()
第5题:
国标规定,外螺纹()偏差和内螺纹的()偏差为基本偏差。
第6题:
国标规定,“公差带大小”由基本偏差来确定
第7题:
螺纹得基本偏差,对于内螺纹,基本偏差是()用代号()表示;对于外螺纹,基本偏差是(),用代号()表示。
第8题:
偏差包括实际偏差与极限偏差,极限偏差分为上偏差和下偏差,国标规定:轴的上偏差用代号()表示。
第9题:
第10题:
第11题:
Compilation will fail.
Compilation will succeed and the program will print “0”
Compilation will succeed and the program will print “1”
Compilation will succeed and the program will print “2”
第12题:
第13题:
Ae
Bf
Cg
Dh
Ejs
第14题:
以下能够正确计算n!的程序是( )。
A.Private Sub Commandl_C1ick()
B.hiVate Sub Commandl_C1ick() n=5:x=1 n=5:x=1:i=1 DO DO X=x*1 X=X*1 i=i+1 i=i+1 Loop while i<n Loop While<n Print x Ptinte x End Sub End Sub
C.Private Sub Commandl_Click ()
D.Pdvate Sub Commandl C1ick() n=5:X=1:i=1 n=5=:x=1:i=1 DO DO X=X*1 X=X*1 i=i+1 i=i+1 Loop While i>n Print x Print x End Sub End Sub
第15题:
对内、外螺纹得基本偏差H、h得基本偏差为(),G的基本偏差为(),e、f、g的基本偏差为()值。
第16题:
基本偏差是标准所列的用以确定公差带相对于零线位置的上偏差或下偏差,一般指靠近零线的那个偏差。国标规定了28个基本偏差。
第17题:
普通外螺纹的基本偏差是()。
第18题:
新国标规定的基准孔下偏差为零,上偏差为正值
第19题:
国标中对内螺纹只规定了()种基本偏差。
第20题:
对
错
第21题:
0
1
2
Compilation fails.
第22题:
第23题: