• 2021-04-14 问题

    【单选题】下面程序段的输出结果是 () 。 int k,a[3][3]={1,2,3,4,5,6,7,8,9}; for (k=0;k<3;k++) printf(“%d”,a[k][2-k]); ( A ) 3 5 7 ( B ) 3 6 9 ( C ) 1 5 9 ( D ) 1 4 7 A. 3 5 7 B. 3 6 9 C. 1 5 9 D. ( A ) 1 4 7

    【单选题】下面程序段的输出结果是 () 。 int k,a[3][3]={1,2,3,4,5,6,7,8,9}; for (k=0;k<3;k++) printf(“%d”,a[k][2-k]); ( A ) 3 5 7 ( B ) 3 6 9 ( C ) 1 5 9 ( D ) 1 4 7 A. 3 5 7 B. 3 6 9 C. 1 5 9 D. ( A ) 1 4 7

  • 2022-11-02 问题

    5-1,对于下列代码,输入是1 3 5 7 9,那么 a 的值是什么?a = input().split() A: 1 B: 1 3 5 7 9 C: [1, 3, 5, 7, 9] D: ['1', '3', '5', '7', '9']

    5-1,对于下列代码,输入是1 3 5 7 9,那么 a 的值是什么?a = input().split() A: 1 B: 1 3 5 7 9 C: [1, 3, 5, 7, 9] D: ['1', '3', '5', '7', '9']

  • 2022-07-25 问题

    用冒泡法对数列1、9、6、3、7、8进行排序,第一趟排序后的序列应是() A: 1、6、9、7、8、3 B: 1、3、6、7、8、9 C: 1、6、3、7、8、9 D: 9、3、6、7、8、1

    用冒泡法对数列1、9、6、3、7、8进行排序,第一趟排序后的序列应是() A: 1、6、9、7、8、3 B: 1、3、6、7、8、9 C: 1、6、3、7、8、9 D: 9、3、6、7、8、1

  • 2022-06-07 问题

    Block A has mass 1.00 kg and block B has mass 3.00 kg. The blocks collide and stick together on a level, frictionless surface.After the collision, the kinetic energy (KE) of block A is A: 1/9 the KE of block B B: 1/3 the KE of block B C: 3 times the KE of block B D: 9 times the KE of block B E: the same as the KE of block B

    Block A has mass 1.00 kg and block B has mass 3.00 kg. The blocks collide and stick together on a level, frictionless surface.After the collision, the kinetic energy (KE) of block A is A: 1/9 the KE of block B B: 1/3 the KE of block B C: 3 times the KE of block B D: 9 times the KE of block B E: the same as the KE of block B

  • 2021-04-14 问题

    【单选题】请用地点定桩法在4分钟内记忆数字。 4 0 1 3 6 3 5 1 9 8 8 9 7 2 9 3 0 9 5 3 1 7 7 5 2 3 3 0 5 0 1 4 1 3 8 3 5 7 9 7 (5.0分) A. 已背 B. 未背

    【单选题】请用地点定桩法在4分钟内记忆数字。 4 0 1 3 6 3 5 1 9 8 8 9 7 2 9 3 0 9 5 3 1 7 7 5 2 3 3 0 5 0 1 4 1 3 8 3 5 7 9 7 (5.0分) A. 已背 B. 未背

  • 2022-06-07 问题

    10-9.假定对元素序列(7, 3, 5, 9, 1, 12)进行堆排序,并且采用小根堆,则由初始数据构成的初始堆为()。 A: 1, 3, 5, 7, 9, 12 B: 1, 3, 5, 9, 7, 12 C: 1, 5, 3, 7, 9, 12 D: 1, 5, 3, 9, 12, 7

    10-9.假定对元素序列(7, 3, 5, 9, 1, 12)进行堆排序,并且采用小根堆,则由初始数据构成的初始堆为()。 A: 1, 3, 5, 7, 9, 12 B: 1, 3, 5, 9, 7, 12 C: 1, 5, 3, 7, 9, 12 D: 1, 5, 3, 9, 12, 7

  • 2022-06-06 问题

    下列程序段的运行结果是( )。Dim aa = Array(1, 3, 5, 7, 9, 11)For k = 0 To 2Print a(5 - k) - a(k);Next k A: 10 7 4 B: 10 6 2 C: 9 5 3 D: 10 6 3

    下列程序段的运行结果是( )。Dim aa = Array(1, 3, 5, 7, 9, 11)For k = 0 To 2Print a(5 - k) - a(k);Next k A: 10 7 4 B: 10 6 2 C: 9 5 3 D: 10 6 3

  • 2021-04-14 问题

    【计算题】5 ×8= 6×4= 7×7= 9×5= 2×3= 9 ×2= 8×9= 7×8= 5×5= 4×3= 5+8= 6 ×6= 3×7= 4×8= 9×3= 1 ×2= 9×9= 6×8= 8×0= 4×7=

    【计算题】5 ×8= 6×4= 7×7= 9×5= 2×3= 9 ×2= 8×9= 7×8= 5×5= 4×3= 5+8= 6 ×6= 3×7= 4×8= 9×3= 1 ×2= 9×9= 6×8= 8×0= 4×7=

  • 2022-10-29 问题

    以下程序的执行结果是。 L = &#91;1, 3, 5, 7, 9&#93; print(L.pop(-3), end = ) print(L.remove(L&#91;0&#93;), end = ) print(L) A: 5 1 [3, 7, 9] B: 5 1 [1, 3, 7, 9] C: 5 None [3, 7, 9] D: 5 None [1, 3, 7, 9]

    以下程序的执行结果是。 L = &#91;1, 3, 5, 7, 9&#93; print(L.pop(-3), end = ) print(L.remove(L&#91;0&#93;), end = ) print(L) A: 5 1 [3, 7, 9] B: 5 1 [1, 3, 7, 9] C: 5 None [3, 7, 9] D: 5 None [1, 3, 7, 9]

  • 2021-04-14 问题

    输出九九乘法表。 1 2 3 4 5 6 7 8 9 --------------------------------------------------------------------- 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81

    输出九九乘法表。 1 2 3 4 5 6 7 8 9 --------------------------------------------------------------------- 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81

  • 1 2 3 4 5 6 7 8 9 10