Match the words or phrases (1−9) with the definitions (A−I),according to the English meanings of the words.
查看答案
Match thewords or phrases(1-10) with the definitions(A-J).
在调用过程时,下列说法中正确的是___________。
A. 只能使用Call语句调用Sub过程
B. 调用Sub过程时,实际参数必须用括号括起来
C. 在表达式中调用Function过程时,可以不用括号把实际参数括起来
D. Function过程也可以使用Call语句调用
在语句Public Sub Sort(I As Integer)中,I是一个按___________传递的参数。
A. 地址
B. 值
C. 变量
D. 常量
VB中可以使用自己定义的Sub过程和Function过程,其中___________ 过程称为函数,这种过程可以返回值。
A. 事件
B. 通用
C. Function
D. 属性