更多“国标规定外螺纹的基本偏差是下偏差e<sub>i</sub>,内螺”相关问题
  • 第1题:

    偏差包括实际偏差与极限偏差,极限偏差分为上偏差和下偏差,国标规定:轴的上偏差用代号( )表示。

    A.ES

    B.ei

    C.EI

    D.es


    正确答案:D

  • 第2题:

    下面程序的输出结果是【 】。

    Private Sub Form_Click()

    i=0

    Do Until 0

    i=i+1

    if i>10 then Exit Do

    Loop

    Print i

    End Sub


    正确答案:11
    11 解析:这题主要考察的是Do循环语句。看循环条件Do Until 0,得到这是一个无限循环,要跳出此循环,只有在循环体里面使用相关的语句。这里用的是Exit Do
    从程序上看出,跳出循环的条件足i>10,而i是从0开始,每次循环加1。所以,跳出循环时i的值应该为 11。

  • 第3题:

    国标规定的外螺纹基本偏差是(),内螺纹的基本偏差是()。


    正确答案:上偏差es;下偏差EI

  • 第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?()  

    • A、 0
    • B、 1
    • C、 2
    • D、 Compilation fails.

    正确答案:C

  • 第5题:

    国标规定,外螺纹()偏差和内螺纹的()偏差为基本偏差。


    正确答案:上、下

  • 第6题:

    国标规定,“公差带大小”由基本偏差来确定


    正确答案:错误

  • 第7题:

    螺纹得基本偏差,对于内螺纹,基本偏差是()用代号()表示;对于外螺纹,基本偏差是(),用代号()表示。


    正确答案:下偏差;EI;上偏差;es

  • 第8题:

    偏差包括实际偏差与极限偏差,极限偏差分为上偏差和下偏差,国标规定:轴的上偏差用代号()表示。

    • A、ES
    • B、ei
    • C、EI
    • D、es

    正确答案:D

  • 第9题:

    填空题
    标中对外螺纹规定了()种基本偏差。

    正确答案:
    解析: 暂无解析

  • 第10题:

    填空题
    国标规定的外螺纹基本偏差是(),内螺纹的基本偏差是()。

    正确答案: 上偏差es,下偏差EI
    解析: 暂无解析

  • 第11题:

    单选题
    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 (straing args) (  sub sub = new sub (“Hello”);   system.out. PrintIn(sub.i);  )   )   What is the result?()
    A

     Compilation will fail.

    B

     Compilation will succeed and the program will print “0”

    C

     Compilation will succeed and the program will print “1”

    D

     Compilation will succeed and the program will print “2”


    正确答案: D
    解析: 暂无解析

  • 第12题:

    填空题
    螺纹得基本偏差,对于内螺纹,基本偏差是()用代号()表示;对于外螺纹,基本偏差是(),用代号()表示。

    正确答案: 下偏差,EI,上偏差,es
    解析: 暂无解析

  • 第13题:

    普通螺纹公差配合国家标准规定的外螺纹的基本偏差代号有( )。

    Ae

    Bf

    Cg

    Dh

    Ejs


    正确答案:ABCD

  • 第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


    正确答案:C
    解析:本题考查DoWhile语句的用法。首先我们知道n!=1×2×3×……×(n-1)×n,由于是累乘,因此x和i的初值都必须为l;其次就是循环执行条件的确定,由于使用的是While型循环,表示在满足条件时执行循环体中的代码,这里满足执行循环的条件应该是i=n。选项A和B的循环条件都是in,少了i=n的一次循环,实际上只执行了n-1次;而选项D则从i>n时才开始执行,不合题意;同时,选项B没有指定i的初值,系统会默认i;0,这也不合题意。本题正确答案为选项C。

  • 第15题:

    对内、外螺纹得基本偏差H、h得基本偏差为(),G的基本偏差为(),e、f、g的基本偏差为()值。


    正确答案:零;正值;负

  • 第16题:

    基本偏差是标准所列的用以确定公差带相对于零线位置的上偏差或下偏差,一般指靠近零线的那个偏差。国标规定了28个基本偏差。


    正确答案:正确

  • 第17题:

    普通外螺纹的基本偏差是()。

    • A、ES
    • B、EI
    • C、es
    • D、ei

    正确答案:C

  • 第18题:

    新国标规定的基准孔下偏差为零,上偏差为正值


    正确答案:正确

  • 第19题:

    国标中对内螺纹只规定了()种基本偏差。


    正确答案:

  • 第20题:

    判断题
    新国标规定的基准孔下偏差为零,上偏差为正值
    A

    B


    正确答案:
    解析: 暂无解析

  • 第21题:

    单选题
    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?()
    A

     0

    B

     1

    C

     2

    D

     Compilation fails.


    正确答案: B
    解析: This code is perfectly legal and the answer is C. 

  • 第22题:

    填空题
    国标中对内螺纹只规定了()种基本偏差。

    正确答案:
    解析: 暂无解析

  • 第23题:

    填空题
    对内、外螺纹得基本偏差H、h得基本偏差为(),G的基本偏差为(),e、f、g的基本偏差为()值。

    正确答案: 零,正值,负
    解析: 暂无解析