和传统采购相比,准时化采购对供应商的选择注重()。
A.短期合作、多源供应
B.长期合作、多源供应
C.短期合作、单源供应
D.长期合作、单源供应
参考答案:B
在窗体上画一个命令按钮,然后编写如下程序 Private Sub Command4 Click() Dim a As Integer,b As Integer a=1 b=2 Print N(a,b) End Sub Function N(x As Integer,y As Integer)As Integer N=IIf(x>y,x,y) End Function 程序运行后,单击命令按钮,输出结果为( )。
A.l
B.2
C.5
D.8
用鼠标单击第一张表标签,再按住Shift键后单击第五张表标签,则选中()个工作表。
A.0
B.1
C.2
D.5