将民族传统体育项目与所属民族连线:1、跳板——()2、东巴跳——()3、抛绣球——()4、彝族——()5、姑娘追——()6、怒族——()7、踩高跷——()8、叼羊——()9、打篾球——()10、抵杠——()11、叉草球——()12、踩芦笙——()13、丢包——()14、竿球——()15、赛牦牛——()16、轮子秋——()17、帕卜孜——()18、采珠球——()19、爬坡杆——()20、打布鲁——()21、叠罗汉——()22、跳伟登——()23、爬竹竿——()24、跳嘎——()
第1题:
1.publicclasstest{
2.publicstaticstringoutput=”
3.
4.publicstaticvoidfoo(inti){
5.try{
6.if(i==1){
7.thrownewException();
8.}
9.output+=1”;
10.}
11.catch(Exceptione){
12.output+=2”;
13.return;
14.}
15.finally(
16.output+=3”;
17.)
18.output+=4”;
19.}
20.
21.publicstaticvoidmain(stringargs[])(
22.foo(0);
23.foo(1);
24.
25.)
26.}
Whatisthevalueofthevariableoutputatline24?()
第2题:
1.publicclassTest{2.publicstaticStringoutput=””;3.4.publicstaticvoidfoo(inti){5.try{6.if(i==1){7.thrownewException();8.}9.output+=“1”;10.}11.catch(Exceptione){12.output+=“2”;13.return;14.}15.finally{16.output+=“3”;17.}18.output+=“4”;19.}20.21.publicstaticvoidmain(Stringargs[]){22.foo(0);23.foo(1);24.25.}26.}Whatisthevalueofthevariableoutputatline23?()
第3题:
设有关键码序列(16,9,4,25,14,1,13,18,17,5,8,24),要按关键码值递增的次序排序,采用直接选择排序法,一趟扫描后的结果为(23)。
A.(14,1,4,18,16,5,8,24,17,9,13,25)
B.(1,9,4,25,14,16,13,18,17,5,8,24)
C.(9,4,16,14,1,13,18,17,5,8,24,25)
D.(9,16,4,25,1,14,13,18,5,17,8,24)
第4题:
第5题:
( )



第6题:
第7题:
第8题:
1/3,2/5,4/9,(),16/23,32/33
第9题:
以下()是斐波那奇数列。
第10题:
10GV2的SD16可插的单板槽位有:()
第11题:
1. public class test { 2. public static string output = “” 3. 4. public static void foo(int i) { 5. try { 6. if(i= =1) { 7. throw new Exception (); 8. } 9. output += “1”; 10.} 11. catch(Exception e) { 12. output += “2”; 13. return; 14.} 15. finally ( 16. output += “3”; 17. ) 18. output += “4”; 19. } 20. 21. public static void main (string args[]) ( 22. foo(0); 23. foo(1); 24. 25. ) 26. } What is the value of the variable output at line 24?()
第12题:
第13题:
1.classTestA{
2.TestBb;
3.TestA(){
4.b=newTestB(this);
5.}
6.}
7.classTestB{
8.TestAa;
9.TestB(TestAa){
10.this.a=a;
11.}
12.}
13.classTestAll{
14.publicstaticvoidmain(Stringargs[]){
15.newTestAll().makeThings();
16.//...codecontinueson
17.}
18.voidmakeThings(){
19.TestAtest=newTestA();
20.}
21.}
Whichtwostatementsaretrueafterline15,beforemaincompletes?()
Thisisatypicalexampleoftheislandofisolation.Online15,thetwoobjectsTestAandTestBhaveareferencetooneanother.Therefore,thecorrectanswersareC.andD.Akeypointtorememberisthatanobjectthatisreferencedbyanotherobjectcanbeeligibleforgarbagecollectionifthetwoobjectsformanislandofisolatedobjects.
第14题:
采用初始增量为4的希尔排序法,对没有关键码序列{15, 10,4,26,14,2,13,19,17,59,23}按照关键码值递增的次序排序,一趟扫描后的结果为( )。A.{14,2,4,19,15,10,13,26,17,59,23}B.{2,9,4,26,14,15,13,19,17,5,9,23}C.{10,4,15,14,2,13,19,16,5,9,23,26}D.{10,15,4,2,14,13,19,16,5,9,23,26}
第15题:
阅读下列说明,回答问题 1 至问题 5,将解答写在答题纸的对应栏内。 【说明】 DES 是一种分组密码,己知 DES 加密算法的某个 S 盒如表 4-1 所示。 表4-1 S盒 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 7 13 14 3 0 6 9 (1) 1 2 8 5 11 12 4 15 1 13 8 11 5 (2) 15 0 3 4 7 2 12 1 10 14 9 2 10 6 9 0 12 11 7 13 15 (3) 3 14 5 2 8 4 3 3 15 0 6 10 1 13 8 9 4 5 (4) 12 7 2 14
【问题1】 (4分) 请补全该 S 盒,填补其中的空(1) - (4),将解答写在答题纸的对应栏内。 【问题 2】 (2分) 如果该 S 盒的输入为 110011,请计算其二进制输出。 【问题3】(6分) DES加密的初始置换表如下: 58 50 42 34 26 18 10 2 60 52 44 36 28 20 12 4 62 54 46 38 30 22 14 6 64 56 48 40 32 24 16 8 57 49 41 33 25 17 9 1 59 51 43 35 27 19 11 3 61 53 45 37 29 21 13 5 63 55 47 39 31 23 15 7 置换时,从左上角的第一个元素开始,表示输入的铭文的第58位置换成输出的第1位,输入明文的第50位置换成输出的第2位,从左至右,从上往下,依次类推。 DES加密时,对输入的64位明文首先进行初始置换操作。 若置换输入的明文M=0123456789ABCDEF(16进制),请计算其输出(16进制表示)。 【问题4】(2分) 如果有简化的DES版本,其明文输入为8比特,初始置换表IP如下: IP:2 6 3 1 4 8 5 7 请给出其逆初始置换表。 【问题5】(2分) DES加密算法存在一些弱点和不足,主要有密钥太短和存在弱密钥。请问,弱密钥的定义是什么?
第16题:
第17题:
第18题:
第19题:

第20题:
除了各式屋顶外,中国传统物业的其他典型元素还有:1.()、2.()、3.()、4.()、5.()、6.()、7.()、8.()、9.()、10.()、11.()、12.()13.()、14.()、15.()、16.()、17.()、18.()、19.()、20.()、21.()。
第21题:
1/2,3/5,7/11,13/17,()
第22题:
1. public class Test { 2. public static String output =””; 3. 4. public static void foo(int i) { 5. try { 6. if(i==1) { 7. throw new Exception(); 8. } 9. output += “1”; 10. } 11. catch(Exception e) { 12. output += “2”; 13. return; 14. } 15. finally { 16. output += “3”;17. } 18. output += “4”; 19. } 20. 21. public static void main(String args[]) { 22. foo(0); 23. foo(1); 24. 25. }26. } What is the value of the variable output at line 23?()
第23题: