题目内容

电算操作员对计算机判断有错的会计凭证不必退回原传递者,可自行修改会计凭证。

A. 正确
B. 错误

查看答案
更多问题

有下列程序,程序运行后单击命令按钮,则输出的结果是()。
Private Sub Command1_Click()
Dim a%(1 To 4),b%(3 To 6),i%,s1#,s2#
For i=1 To 4
a(i)=i
Next i
For i=3 To 6
b(i)=i
Next i
s1=Factorial(A)
s2=Factorial(B)Print"s1=";s1;"s2=";s2
End Sub
Function Factorial(a() As Integer)
Dim t#,i%
t=1
For i=LBound(A)To UBound(A)
t=t*a(i)
Next i
Factorial=t
End Function

A. s1=360 s2=24
B. s1=24 s2=360
C. s1=24 s2=24
D. s1=360 s2=360

计算机的软件,根据功能可以分为系统软件和应用软件两大类。

A. 正确
B. 错误

相对地址的表示形式为行号在前,列号在后的为一般地址。

A. 正确
B. 错误

In the author's view, businesses would place a high emphasis on honest dealing because in

A. international cooperation would be much more enhanced
B. consumers could easily seek government protection
C. a good reputation is a great advantage in competition
D. it would be easy for consumers to complain

答案查题题库