风险分解结构中,属于外部风险的有()。
A、资金
B、沟通
C、客户
D、市场
参考答案:C, D
执行以下语句过程,在窗体上显示的内容是( )。 Option Base 0 Private Sub Command3_Click( ) Dim d d=Array("a","b","c","d") Print d(1);d(3) End Sub
A. ab
B. bd
C. ac
D. 出错