第23题: [单项选择]在窗体上画一个命令按钮,然后编写下列程序:
Private Sub Command3_Click( )
Tcl 2
Tcl 3
Tel 4
End Sub
Sub Tcl(a As Integer)
Static x As Integer
x=x + a
Print x;
End Sub
程序运行后,单击命令按钮,输出结果为( )。
A. 2 3 4 B. 2 5 9 C. 3 5 4 D. 2 4 3 参考答案:B 答案解析:在过程TCL中,将Integer型变量x定义为静态变量(Static),Static语句的格式与Dim语句完全一样,但Static语句只能出现在事件过程,Sub过程或Func- tion过程中,在过程
第26题: [单项选择]Digging the garden with a spade is a very ______ task. I am exhausted after such two-hour's work. A. industrious B. manual C. conscientious D. laborious 参考答案:D 答案解析:industrious勤勉的,刻苦的;manual手工的,手动的;conscientious尽责的;laborious(工作)艰苦的,费力的。