平均偏差比标准偏差能更灵敏地反映出偏差的大小。
参考答案:错
有如下程序: #include<iostream.h> int func(int a, int b) { return(a+b) ;} void main( ) { int x=2,y=5,z=8,r;r=func(func(x,y) ,z) ; cout < < r; } 该程序的输出的结果是
A.12
B.13
C.14
D.15
在计算机的磁盘存储器中,字节是磁盘地址的最小单位。 ( )