以下关于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):<循环体>
在Word编辑窗口中要将光标移到文档末尾可用________。 A: Ctrl+<End> B: <End> C: Ctrl+<Home> D: <Home>
在Word编辑窗口中要将光标移到文档末尾可用________。 A: Ctrl+<End> B: <End> C: Ctrl+<Home> D: <Home>
在Word文档中,要选择从光标到文档结尾处的区域,可用( ) A: Ctrl+SHIFT+<End> B: <End> C: Ctrl+<Home> D: <Home>
在Word文档中,要选择从光标到文档结尾处的区域,可用( ) A: Ctrl+SHIFT+<End> B: <End> C: Ctrl+<Home> D: <Home>
若有数组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)
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
比较化合物乙酸(Ⅰ)、乙醇(Ⅱ)、苯酚(Ⅲ)、碳酸(Ⅳ)的酸性大小( ) A: Ⅰ>Ⅲ>Ⅱ>Ⅳ B: Ⅰ>Ⅳ>Ⅲ>Ⅱ C: Ⅰ>Ⅱ>Ⅳ>Ⅲ D: Ⅰ>Ⅲ>Ⅳ>Ⅱ
比较化合物乙酸(Ⅰ)、乙醇(Ⅱ)、苯酚(Ⅲ)、碳酸(Ⅳ)的酸性大小( ) A: Ⅰ>Ⅲ>Ⅱ>Ⅳ B: Ⅰ>Ⅳ>Ⅲ>Ⅱ C: Ⅰ>Ⅱ>Ⅳ>Ⅲ D: Ⅰ>Ⅲ>Ⅳ>Ⅱ
_ 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
语句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
化合物①对甲基苯酚,②对甲氧基苯酚,③对三氟甲基苯酚,④对溴苯酚,⑤苯酚酸性强弱顺序正确的是( ) A: ③>④>>⑤>②>① B: ④>③>>⑤>①>② C: ③>④>>⑤>①>② D: ②>①>⑤>④>③
化合物①对甲基苯酚,②对甲氧基苯酚,③对三氟甲基苯酚,④对溴苯酚,⑤苯酚酸性强弱顺序正确的是( ) A: ③>④>>⑤>②>① B: ④>③>>⑤>①>② C: ③>④>>⑤>①>② D: ②>①>⑤>④>③
比较化合物①乙酸、②乙醚、③苯酚、④碳酸的酸性大小是:() A: ①>③>②>④ B: ①>②>④>③ C: ①>④>③>② D: ①>③>④>②
比较化合物①乙酸、②乙醚、③苯酚、④碳酸的酸性大小是:() A: ①>③>②>④ B: ①>②>④>③ C: ①>④>③>② D: ①>③>④>②