• 2022-06-06 问题

    If a metric is not specified for routes that are redistributed into OSPF, the default metric that is assigned to the routes is 20, except for redistributed BGP routes. What is the metric that is assigned to redistributed BGP routes?() A: 0 B: 1 C: 10 D: 200

    If a metric is not specified for routes that are redistributed into OSPF, the default metric that is assigned to the routes is 20, except for redistributed BGP routes. What is the metric that is assigned to redistributed BGP routes?() A: 0 B: 1 C: 10 D: 200

  • 2022-05-29 问题

    中国人民解放军诞生于( )。 A: 1949/8/1 0:00:00 B: 1949/10/1 0:00:00 C: 1927/8/1 0:00:00 D: 1921/7/1 0:00:00

    中国人民解放军诞生于( )。 A: 1949/8/1 0:00:00 B: 1949/10/1 0:00:00 C: 1927/8/1 0:00:00 D: 1921/7/1 0:00:00

  • 2022-06-18 问题

    >>>x= [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9]>>>print(x.sort()) 语句运行结果正确的是( )。 A: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] B: [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9] C: [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0] D: ['2', '4', '0', '6', '10', '7', '8', '3', '9', '1', '5']

    >>>x= [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9]>>>print(x.sort()) 语句运行结果正确的是( )。 A: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] B: [10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9] C: [10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0] D: ['2', '4', '0', '6', '10', '7', '8', '3', '9', '1', '5']

  • 2022-06-08 问题

    以下程序的输出结果是___ main { int x=10,y=10,i; for(i=0;x>8;y=++i) printf("%d,%d ",x--,y);} A)10 ,1 9, 2 B)9, 8 7 ,6 C)10 ,9 9 ,0 D)10, 10 9 ,1

    以下程序的输出结果是___ main { int x=10,y=10,i; for(i=0;x>8;y=++i) printf("%d,%d ",x--,y);} A)10 ,1 9, 2 B)9, 8 7 ,6 C)10 ,9 9 ,0 D)10, 10 9 ,1

  • 2022-06-03 问题

    对序列 {98, 36, -9, 0, 47, 23, 1, 8, 10, 7} 采用希尔排序,下列序列( )是增量为4的一趟排序结果。 A: {-9, 0, 36, 98, 1, 8, 23, 47, 7, 10} B: {36, 98, -9, 0, 23, 47, 1, 8, 7, 10} C: {10, 7, -9, 0, 47, 23, 1, 8, 98, 36}

    对序列 {98, 36, -9, 0, 47, 23, 1, 8, 10, 7} 采用希尔排序,下列序列( )是增量为4的一趟排序结果。 A: {-9, 0, 36, 98, 1, 8, 23, 47, 7, 10} B: {36, 98, -9, 0, 23, 47, 1, 8, 7, 10} C: {10, 7, -9, 0, 47, 23, 1, 8, 98, 36}

  • 2022-06-01 问题

    东京属于东一区,与北京时间相差__小时() A: 9/1 B: 8/0 C: 10/2 D: 8/1

    东京属于东一区,与北京时间相差__小时() A: 9/1 B: 8/0 C: 10/2 D: 8/1

  • 2022-06-11 问题

    八进制转换为十进制,八进制数第0位的权值为:() A: 8的1次方 B: 10的1次方 C: 8的0次方 D: 10的0次方

    八进制转换为十进制,八进制数第0位的权值为:() A: 8的1次方 B: 10的1次方 C: 8的0次方 D: 10的0次方

  • 2021-04-14 问题

    1 1 1 1 10 1 1 1 10 0 1 1 10 0 0 1 10 0 0 0 1

    1 1 1 1 10 1 1 1 10 0 1 1 10 0 0 1 10 0 0 0 1

  • 2022-07-29 问题

    下面是图的拓扑排序的是?(多选)[img=340x240]1802faef6ebcc2a.png[/img] A: 2 8 0 7 1 3 5 6 4 9 10 11 12 B: 2 8 7 0 6 9 11 12 10 1 3 5 4 C: 8 2 7 3 0 6 1 5 4 9 10 11 12 D: 8 2 7 0 6 9 10 11 12 1 3 5 4

    下面是图的拓扑排序的是?(多选)[img=340x240]1802faef6ebcc2a.png[/img] A: 2 8 0 7 1 3 5 6 4 9 10 11 12 B: 2 8 7 0 6 9 11 12 10 1 3 5 4 C: 8 2 7 3 0 6 1 5 4 9 10 11 12 D: 8 2 7 0 6 9 10 11 12 1 3 5 4

  • 2022-06-08 问题

    以下程序的输出结果是______。A) 10 1 9 2 B) 9 8 7 6 C) 10 9 9 0 D) 10 10 9 1main( ){ int x=10,y=10,i; for(i=0;x>8;y=++i) printf("%d,%d ",x--,y);}

    以下程序的输出结果是______。A) 10 1 9 2 B) 9 8 7 6 C) 10 9 9 0 D) 10 10 9 1main( ){ int x=10,y=10,i; for(i=0;x>8;y=++i) printf("%d,%d ",x--,y);}

  • 1 2 3 4 5 6 7 8 9 10