相关考题

未知题型 设有如下程序: Option Base 0 Private Sub Form Click() Dim a Dim i As Integer a = Array(1, 2, 3, 4, 5, 6, 7, 8, 9) For i = 0 To 3 Print a(5 - i); Next End Sub 程序运行后,单击窗体,则在窗体上显示的是A.4 3 21B.543 2C.6 54 3D.7 6 54

单项选择题 Fe3C有可能分解成铁和石墨稳定相,但该过程在室温下是非常缓慢的。 A、正确 B、错误

未知题型 设有如下通用过程: Public Sub Fun(a(), ByVal x As Integer) For i=1 To 5 x = x + a(i) Next End Sub 在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下的事件过程: Private Sub Commandl Click() Dim arr(5) As Variant For i=1 To 5 arr(i) =i Next n = 10 Call Fun(arr(), n) Text1.Text=n End Sub 程序运行后,单击命令按钮,则在文本框中显示的内容是A.10B.15C.25D.24

未知题型 在窗体上画一个名称为Commandl的命令按钮,然后编写如下代码: Option Base 1 Prirate Sub Command1 Click() d = 0 c = 10 x=Array(10, 12, 21, 32,24) For i=1 To 5 If x(i) > c Then d = d + x(i) c = x(i) Else d = d - c End If Next i Print d End Sub 程序运行后,如果单击命令按钮,则在窗体上输出的内容为D.77

单项选择题 在使用国外燃油时其相对密度指( )。A. 20℃燃油密度与4℃水密度之比B. 20℃燃油密度与20℃水密度之比C. 15℃燃油密度与4℃水密度之比D. 15℃燃油密度与15℃水密度之比

单项选择题 位于左、右肾前内侧的内分泌腺是(2011 真题上33) A. 垂体 B. 松果体 C. 肾上腺 D. 甲状腺 E. 甲状旁腺

未知题型 在窗体上画一个名称为Command1的命令按钮,然后编写如下通用过程和命令按钮的事件过程: Private Function f(m As Integer) If m Mod 2 = 0 Then f = m Else f = 1 End If End Function Private Sub Commandl Click() Dim i As Integer S = 0 For i=1 To 5 s = s + f(i) Next Print s End Sub 程序运行后,单击命令按钮,在窗体上显示的是D.8

未知题型 在窗体上面一个名称为Commandl的命令按钮,然后编写如下程序: Option.Base 1 Private Sub Command1_Click() Dim a As Variant a=Array(1,2,3,4,5) Sum = 0 For i = 1 To 5 Sum=Sum+a(i) Next i x=Sum/5 For i=1 To 5 If a(i) >x Then Print a(i); Next i End Sub 程序运行后,单击命令按钮,在窗体上显示的内容是A.1 2B.1 2 3C.3 4 5D.4 5

未知题型 'Carr didn't forget where she came from' (Line 3, ParA.3) means that Cart ______.A.would not forget where her hometown wasB.kept in mind her friends who had once helped herC.remembered what she used to beD.remembered all the places she had been to

判断题 时间标准分为同比、环比、定基比