• 2021-04-14
    Write out the following fractions, decimals and percentages. 1/2 , 1/3, 2/3, 1/4, 3/4 , 1/5 , 4/5, 9/10, 19/56, 31/144, 9⅔ ,
  • a/one half, a/one third, two thirds, a quarter /one fourth, three quarters, a/one fifth, four fifths, nine tenths, nineteen over fifty-six, thirty-one over one four four, nine and two thirds,

    举一反三

    内容

    • 0

      输出九九乘法表。 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

    • 1

      The output of the following code is ____.<br/>count = 1; /* initialize count */ while (count &lt;= 10) { printf("%d ",count); count++; /* increment count */ } A: 1 1 1 1 1 1 1 1 … B: 1 2 3 4 5 6 7 8 9 C: 1 2 3 4 5 6 7 8 9 10 D: 1 2 3 4 5 6 7 8 9 10 11

    • 2

      以下程序的输出结果是___________。for i in range(1,11): print(i, end = " ") A: 1 2 3 4 5 6 7 8 9 B: 1 2 3 4 5 6 7 8 9 10 C: 1 2 3 4 5 D: 1 3 5 7 9

    • 3

      一个待排序的数据元素序列为{5, 4, 3, 2, 1},采用基本插入排序对其进行排序,以下( )是插入排序每一趟的结果。 A: 4 5 3 2 1 3 4 5 2 1 2 3 4 5 1 1 2 3 4 5 B: 5 4 3 1 2 5 4 1 2 3 5 1 2 3 4 1 2 3 4 5 C: 4 3 2 1 5 3 2 1 5 4 2 1 5 4 3 1 5 4 3 2 D: 4 5 3 2 1 2 3 4 5 1 3 4 5 2 1 1 2 3 4 5

    • 4

      A=[1 2 3 4 5 6 7 8 9]A(5)=[]A=1 4 7 5 8 3 6 9