第1题:
A.0x2100
B.0x2101
C.0x2102
D.0x2124
E.0x2142
第2题:
public class SwitchTest { public static void main(String[] args) { System.out.println(“value = “ + switchIt(4)); } public static int switchIt(int x) { int j = 1; switch (x) { case 1: j++; case 2: j++; case 3: j++; case 4: j++; case 5: j++; default: j++; } return j + x; } } What is the result?()
第3题:
9
8
6
5
4
第4题:
第5题:
6π-2πx
6π-πx2
12π-2πx
36π-2πx
36π-πx2
第6题:
-3
-2
-1
0
1
第7题:
第8题:
-7
-5
1/3
3
10
第9题:
-2
3
-1
0
1
第10题:
第11题:
-25/4
-4
-5/4
-1/5
25
第12题:
第13题:
You are the administrator of the Testking network and you have forgotten the password to one of your routers. After completing the password recovery procedure the router returned to its normal operation. The config-register was set back to the initial default value.What is this value?()
A. 0x2112
B. 0x2104
C. 0x2102
D. 0x2142
E. 0x2100
第14题:
public class SwitchTest { public static void main (String args) { System.out.PrintIn(“value =” +switchIt(4)); } public static int switchIt(int x) { int j = 1; switch (x) { case 1: j++; case 2: j++; case 3: j++; case 4: j++; case 5: j++; default:j++; } return j + x; } } What is the output from line 3? ()
第15题:
第16题:
15°
25°
30°
45°
115°
第17题:
c=d
l and k are parallel
m and l are perpendicular
第18题:
第19题:
-2
4
11
15
17
第20题:
7
6
5
4
3
第21题:
第22题:
第23题:
第24题:
-4
0
2/x
4/x
-x/4