在考生文件夹下分别建立KANG1和KANG2两个文件夹。
参考答案:在考生文件夹的空白处单击,选择新建,选择新建文件夹,输入名字KANG1,以同样的方法创建文件夹KANG2。
______ is concerned with the inherent meaning of the linguistic form while _______ deals with the relationship between the linguistic element and non-linguistic world of experience. ( )
A.Reference, sense
B.Sense, referent
C.Sense, reference
D.Referent, sense
假定有如下的Sub过程: Sub sfun(x As Single, y As Single) t=x x=t/y y=t Mod y End Sub 在窗体上添加一个命令按钮(名为Command1),然后编写如下事件过程: Private Sub Command1_Click() Dim a as single Dim b as single a=5 b=4 sfun a, b MsgBox a & chr(10)+chr(13)& b End Sub 打开窗体运行后,单击命令按钮,消息框的两行输出内容分别为______。
A.1和1
B.1.25和1
C.1.25和4
D.5和4