• 2022-06-07
    Fillineachblankwiththeproperwordorphrase,andchangetheformifnecessary.选择单词或短语的适当形式填空。occupationfluentheadachenationalitysinglecatchupwithfallbehindgiveupinaminutefillin1.HehasBritish______.2.I’llbeback______.3.Pleasetellmeyournameand______.4.Youneedto______theformfirst.5.Isthatwoman______ormarried?6.Heis______inEnglish,French,andChinese.7.Ihadabad______,andcouldn’tgotowork.8.Ifyoumissalotofclasses,it’sveryhardto______ yourclassmates.9.Whydon’tyou______smoking?10.Shehurtherlegand ______theothers.
  • nationality# inaminute# occupation# fillin# single# fluent# headache# catchupwith# giveup# fellbehind

    举一反三

    内容

    • 0

      for (int i = 1; i <= 10; i++){ if (i % 5 != 0) continue; Console.WriteLine("{0}", i); }该段程序执行后输出_____。 A: 5 10 B: 1 2 3 4 6 7 8 9 C: 5 D: 1 2 3 4 5 6 7 8 9 10

    • 1

      &gt;&gt;&gt;x= &#91;10, 6, 0, 1, 7, 4, 3, 2, 8, 5, 9&#93;&gt;&gt;&gt;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']

    • 2

      【计算题】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=

    • 3

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

    • 4

      下列数组声明语句中正确的是( )。 A: Dim A(9) As Single = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 } B: Dim A( ) As Single = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 } C: Dim A( ) As Single = { 1, "abc", "ccc", 4, 5, 6, 7, 8, 9, 10 } D: Dim A( , ) As Single = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }