题目内容

公司向其他有限责任公司、股份有限公司投资的,除国务院规定的投资公司和控股公司外,累计投资额不得超过本公司净资产的( )。

A. 20%
B. 25%
C. 40%
D. 50%

查看答案
更多问题

设有命令按钮 Command1 的单击事件过程,代码如下:Private Sub Command1_Click() Dim a(30) As IntegerFor i=1 To 30a(i)=Int(Rnd*100) NextFor Each arrItem In aIf arrItem Mod 7=0 Then Print arrItemIf arrItem>90 Then Exit ForNextEnd Sub 对于该事件过程,以下叙述中错误的是______。

A. a数组中的数据是30个100以内的整数
B. 语句For Each arrItem In a有语法错误
C. If arrItem Mod 7=0……语句的功能是输出数组中能够被7整除的数
D. If arrItem>90……语句的作用是当数组元素的值大于90时退出For循环

()对于U.K相当于美国对于()

A. 德国;C
B. 中国;C
C. 联合国;K
D. 英国;A

下列各控件不包含滚动条的控件是( )。

A. x=4
B. x=8
C. x=6
D. x=12

下列四组控件属性中,属性值的类型不相同的一组是( )。

A. Private Sub Command2_Click( ) CommonDialog1.DialogTitle=“宇宙大爆炸” CommonDialog1.ShowOpen End Sub
B. Private Sub Command2_Click( ) CommonDialog1.DialoTitle=“宇宙大爆炸” CommonDialog1.ShowFont End Sub
C. Private Sub Command2_Click( ) CommonDialog1.DilogTitle=“宇宙大爆炸” CommonDialog1.Show End Sub
D. Private Sub Command2_Click( ) CommonDialog1.DialogTitle=“宇宙大爆炸” CommonDialog1.ShowColor End Sub

答案查题题库