• 2022-05-29 问题

    以下关于Python循环结构的描述选项中,正确的是:( ) A: for <varivable> in list (begin,end,step);<循环体> B: for <varivable> in list (begin,end,step)<循环体> C: for <varivable> by list (begin,end,step): <循环体> D: for <varivable> in range (begin,end,step):<循环体>

    以下关于Python循环结构的描述选项中,正确的是:( ) A: for <varivable> in list (begin,end,step);<循环体> B: for <varivable> in list (begin,end,step)<循环体> C: for <varivable> by list (begin,end,step): <循环体> D: for <varivable> in range (begin,end,step):<循环体>

  • 2022-06-11 问题

    在Word编辑窗口中要将光标移到文档末尾可用________。 A: Ctrl+<End> B: <End> C: Ctrl+<Home> D: <Home>

    在Word编辑窗口中要将光标移到文档末尾可用________。 A: Ctrl+<End> B: <End> C: Ctrl+<Home> D: <Home>

  • 2022-06-14 问题

    在Word文档中,要选择从光标到文档结尾处的区域,可用( ) A: Ctrl+SHIFT+<End> B: <End> C: Ctrl+<Home> D: <Home>

    在Word文档中,要选择从光标到文档结尾处的区域,可用( ) A: Ctrl+SHIFT+<End> B: <End> C: Ctrl+<Home> D: <Home>

  • 2022-06-09 问题

    若有数组Dim a%(10)且每个元素有值,统计前一个元素大于后一个元素的次数,结果存放在变量n中。则下列语句正确的是___________。 A: Dim i%, n% For i = 1 To 10 If a(i) > a(i + 1) Then n = n + 1 End If Next MsgBox(n) B: Dim i%, n% For i = 1 To 10 If a(i) > a(i + 1) Then n = a(i) End If Next MsgBox(n) C: Dim i%, n% For i = 0 To 9 If a(i) > a(i + 1) Then a(i) = n + 1 End If Next MsgBox(n) D: Dim i%, n% For i = 0 To 9 If a(i) > a(i + 1) Then n = n +1 End If Next MsgBox(n)

    若有数组Dim a%(10)且每个元素有值,统计前一个元素大于后一个元素的次数,结果存放在变量n中。则下列语句正确的是___________。 A: Dim i%, n% For i = 1 To 10 If a(i) > a(i + 1) Then n = n + 1 End If Next MsgBox(n) B: Dim i%, n% For i = 1 To 10 If a(i) > a(i + 1) Then n = a(i) End If Next MsgBox(n) C: Dim i%, n% For i = 0 To 9 If a(i) > a(i + 1) Then a(i) = n + 1 End If Next MsgBox(n) D: Dim i%, n% For i = 0 To 9 If a(i) > a(i + 1) Then n = n +1 End If Next MsgBox(n)

  • 2022-06-06 问题

    There is a bank __________ the street. A: on the end of B: in the end of C: at the end of D: by the end of

    There is a bank __________ the street. A: on the end of B: in the end of C: at the end of D: by the end of

  • 2022-07-25 问题

    比较化合物乙酸(Ⅰ)、乙醇(Ⅱ)、苯酚(Ⅲ)、碳酸(Ⅳ)的酸性大小( ) A: Ⅰ>Ⅲ>Ⅱ>Ⅳ B: Ⅰ>Ⅳ>Ⅲ>Ⅱ C: Ⅰ>Ⅱ>Ⅳ>Ⅲ D: Ⅰ>Ⅲ>Ⅳ>Ⅱ

    比较化合物乙酸(Ⅰ)、乙醇(Ⅱ)、苯酚(Ⅲ)、碳酸(Ⅳ)的酸性大小( ) A: Ⅰ>Ⅲ>Ⅱ>Ⅳ B: Ⅰ>Ⅳ>Ⅲ>Ⅱ C: Ⅰ>Ⅱ>Ⅳ>Ⅲ D: Ⅰ>Ⅲ>Ⅳ>Ⅱ

  • 2022-06-07 问题

    _ we won the war. A: In the end B: On the end C: By the end D: At the end

    _ we won the war. A: In the end B: On the end C: By the end D: At the end

  • 2022-06-16 问题

    语句while(!end);中的条件!end等价于() A: end==0 B: end!=1 C: end!=0 D: -end

    语句while(!end);中的条件!end等价于() A: end==0 B: end!=1 C: end!=0 D: -end

  • 2022-07-23 问题

    化合物①对甲基苯酚,②对甲氧基苯酚,③对三氟甲基苯酚,④对溴苯酚,⑤苯酚酸性强弱顺序正确的是( ) A: ③>④>>⑤>②>① B: ④>③>>⑤>①>② C: ③>④>>⑤>①>② D: ②>①>⑤>④>③

    化合物①对甲基苯酚,②对甲氧基苯酚,③对三氟甲基苯酚,④对溴苯酚,⑤苯酚酸性强弱顺序正确的是( ) A: ③>④>>⑤>②>① B: ④>③>>⑤>①>② C: ③>④>>⑤>①>② D: ②>①>⑤>④>③

  • 2022-07-25 问题

    比较化合物①乙酸、②乙醚、③苯酚、④碳酸的酸性大小是:() A: ①>③>②>④ B: ①>②>④>③ C: ①>④>③>② D: ①>③>④>②

    比较化合物①乙酸、②乙醚、③苯酚、④碳酸的酸性大小是:() A: ①>③>②>④ B: ①>②>④>③ C: ①>④>③>② D: ①>③>④>②

  • 1 2 3 4 5 6 7 8 9 10