编辑需要具备现代化技术与工具的运用能力,这里包括能够使用与出报有关的______
A.现代通讯手段
B.语言工具
C.调研技术
D.交通工具
E.印刷技术
参考答案:A,B,D
驻车制动器和车轮制动器处于一体,制动力作用在()上。
(A)车轮
(B)转向器
(C)车桥
(D)悬架
下列程序的输出结果是( )。 public class ArrayTest public static void main(String args[]) int[]intArray=new int[3] for(int i=0;i<3;i++) intArray[i]=i+2; system.out.println("IntArray["+i+"]"=intArray[i]); System.out.println("----------"); int arrLen=4; IntArray=new int[arrLen]; For(int j=intArray.length;j>=0;j--) intArray[-i]=j*3; system.out.println("hello"+intArray[j]);
A.编译未通过
B.编译通过,但运行错误
C.可以运行,但有错误
D.以上都不对