下列程序的输出结果为()。 A: x=15 B: x=17 C: x=23 D: x=25
下列程序的输出结果为()。 A: x=15 B: x=17 C: x=23 D: x=25
已知随机变量X, Y的方差D(X)=4,,D(Y)=9,协方差Cov(X,Y)=2,则D(2X-Y)= A: 25 B: 13 C: 17 D: 21
已知随机变量X, Y的方差D(X)=4,,D(Y)=9,协方差Cov(X,Y)=2,则D(2X-Y)= A: 25 B: 13 C: 17 D: 21
能正确表示数学关系式 10≤x<25的是( )。 A: (x>=10) & (x<25) B: 10<=x<25 C: (x>=10) && (x<25) D: (x>=10) and (x<25)
能正确表示数学关系式 10≤x<25的是( )。 A: (x>=10) & (x<25) B: 10<=x<25 C: (x>=10) && (x<25) D: (x>=10) and (x<25)
下列哪些语句是错误的( ) A: int x=25; byte b=25;b=x; B: int x=25; byte b=25; x=b; C: int x=25; byte b=25; b=(byte)x; D: double x=25; byte b=25; x=b;
下列哪些语句是错误的( ) A: int x=25; byte b=25;b=x; B: int x=25; byte b=25; x=b; C: int x=25; byte b=25; b=(byte)x; D: double x=25; byte b=25; x=b;
对以下数据序列利用快速排序进行排序,速度最快的是( )。 A: {21, 25 , 5 , 17 , 9 , 23 , 30} B: {21, 9 , 17 , 30 , 25 , 23 , 5} C: {5 , 9 , 17 , 21 , 23 , 25 , 30} D: {25 , 23 , 30 , 17 , 21 , 5 , 9}
对以下数据序列利用快速排序进行排序,速度最快的是( )。 A: {21, 25 , 5 , 17 , 9 , 23 , 30} B: {21, 9 , 17 , 30 , 25 , 23 , 5} C: {5 , 9 , 17 , 21 , 23 , 25 , 30} D: {25 , 23 , 30 , 17 , 21 , 5 , 9}
3×5, 5×7, 7×11, 11×13, 13×17, ( ) A: 17×23 B: 17×19 C: 17×21 D: 17×25
3×5, 5×7, 7×11, 11×13, 13×17, ( ) A: 17×23 B: 17×19 C: 17×21 D: 17×25
强化葡萄酒的酒精含量一般可达到()。 A: 17°~19° B: 17°~21° C: 17°~23° D: 17°~25°
强化葡萄酒的酒精含量一般可达到()。 A: 17°~19° B: 17°~21° C: 17°~23° D: 17°~25°
与XBETWEEN20AND25完全等价的是() A: X>20ANDX<25 B: X≥20ANDX<25 C: X>20ANDX≤25 D: X≥20ANDX≤25
与XBETWEEN20AND25完全等价的是() A: X>20ANDX<25 B: X≥20ANDX<25 C: X>20ANDX≤25 D: X≥20ANDX≤25
我国目前一般纳税人的增值税税率和所得税是 A: 17%、10% B: 13%、10% C: 17%、25% D: 13%、25%
我国目前一般纳税人的增值税税率和所得税是 A: 17%、10% B: 13%、10% C: 17%、25% D: 13%、25%
针对学生表Student(Sno,Sname, Ssex,Sage,Sdept)。要检索学生表中年龄在17至25岁之间(包括17和25)的学生的姓名及年龄,SQL语句正确的是( )。 A: Select * From Student Where Sage between 17 and 25 B: Select Sname, Sage From Student Where Sage between 17 and 25 C: Select Sname, Sage From Student Where Sage >= 17 and Sage<= 25 D: Select Sname, Sage From Student Where Sage >= 17 or Sage<= 25
针对学生表Student(Sno,Sname, Ssex,Sage,Sdept)。要检索学生表中年龄在17至25岁之间(包括17和25)的学生的姓名及年龄,SQL语句正确的是( )。 A: Select * From Student Where Sage between 17 and 25 B: Select Sname, Sage From Student Where Sage between 17 and 25 C: Select Sname, Sage From Student Where Sage >= 17 and Sage<= 25 D: Select Sname, Sage From Student Where Sage >= 17 or Sage<= 25