(单选题)13: 设窗体上有一个列表框控件 List1 ,且其中含有若干列表项 。则以下能表示当前被选中的列表项内容的是( ) 。 A: List1.List B: List1.ListIndex C: List1.Index D: List1. Text ...
(单选题)1: 常用控件的Style属性值是( ) 。 A: 字符常量 B: 逻辑常量 C: 数值常量 D: 日期常量 ...
(单选题)20: OPTION EXPLICIT语句不可以放在( ) 。 A: 窗体模块的声明段中 B: 标准模块的声明段中 C: 类模块的声明段中 D: 任何事件过程中 ...
(单选题)8: 如果X是一个正的实数,将千分位四舍五入,保留两位小数的表达式是( ) 。 A: 0.01*int(x+0.05 ) B: 0.01*int(100*(x+0.005 ) ) C: 0.01*int(100*(x+0.05 ) ) D: 0.01*int(x+0.005 ) ...
(单选题)2: 货币型数据需( )字节 A: 2 B: 4 C: 6 D: 8 ...
(单选题)21: 表达式A%+B&+C!-D#的结果为( ) A: 整形 B: 长整形 C: 单精度型 D: 双精度型 ...
(单选题)15: 将字符串“hello”添加到列表框的最后,可使用( )请语句 。 A: List1.AddItem“hello”,List1.ListCount-1 B: List1.AddItem“hello”,List1.ListCount C: List1.AddItem“hello”,List1.ListIndex D: List1.AddItem“hello”,List1.ListI...
(单选题)9: 表达式23/5.8、23\5.8、23Mod5.8的运算结果分别是( ) A: 3、3.9655、3 B: 3.9655、3、5 C: 4、4、5 D: 3.9655、4、3 ...
(单选题)3: 为了把窗体上的某个控件变为活动的,应执行的操作是( ) 。 A: 单击窗体的边框 B: 单击该控件的内部 C: 双击该控件 D: 双击窗体 ...
(单选题)25: ---Could I use your dictionary for a moment? ---_________. A: It's well B: It doesn't matter C: By all means D: I have no idea ...