单项选择题

以下叙述正确的是 ______。

A.组合框包含丁列表框的功能
B.列表框包含了组合框的功能
C.列表框和组合框的功能无相近之处
D.列表框和组合框的功能完全相同
<上一题 目录 下一题>
热门 试题

单项选择题
有如下的程序片段,该程序片段的执行完后,共执行循环______次。Private Sub command1_ Click() total =0 Counter = 1 do Print Counter total = total + Counter Print total, 111 Counter = Counter + 1 if total >= 10 then exit do End if Loop while Counter <= 10End Sub
有如下的程序片段,该程序片段的执行完后,共执行循环______次。Private Sub command1_ Click() total =0 Counter = 1 do Print Counter total = total + Counter Print total, "111" Counter = Counter + 1 if total >= 10 then exit do End if Loop while Counter <= 10End Sub
单项选择题
相对于数据库系统,文件系统的主要缺陷有数据关联差、数据不一致性和______。
A.可重用性差
B.安全性差
C.非持久性
D.冗余性
相关试题
  • 有过程如下:Sub fact (m As Integer...
  • 有如下的程序片段,该程序片段的执行完后,...
  • 给出下面的程序:Private Sub Command1...
  • 窗体上画一个命令按钮,然后编写如下代码:...
  • 在窗体中添加一个列表框(listBox1)和一...