A recognize ;
B be recognizing ;
C be recognized
第1题:
下面程序的输出结果是( )。 public class Sun { public static void main(String args[ ]) { int i = 1; switch (i) { case 0: System.but.println("zero"); break; case 1: System.out.println("one"); case 2: System.out.println("two"); default: System.out.println ("default"); } } }
A.one
B.one, default
C.one, two, default
D.default
第2题:
Software Engineering is best described as ( ).
A.the practice of designing, building, and maintaining off-the-shelf software from prefabricated parts
B.the practice of designing, building, and maintaining ad-hoc software without the use of formal methods
C.the practice of designing, building, and maintaining reliable and cost-effective software using standard techniques
D.the practice of designing, building, and maintaining fast and flexible software specifically for engineering applications
第3题:
Being a good leader,one ______ to think more of others. A. must B. may C. ought D. should
第4题:
编译和执行以下代码,输出结果是( )。 int i=1; switch (i) { case 0: System.out.print("zero,"); break; case 1: System.out.print("one,"); case 2: System.out.print("two,"); default: System.out.println("default"); }
A.one,
B.one,two,
C.one,two,default
D.default
第5题:
A.Win.ini
B.Control.ini
C.System.ini
D.System.DAT
第6题:
A.New
B.One-Way
C.Initializing
D.Up