填空题

测试的目的是暴露错误,评价程序的可靠性,而______的目的是发现错误的位置,并改正错误。

【参考答案】

调试
<上一题 目录 下一题>
热门 试题

填空题
3所示的软件系统结构图的宽度为______。
单项选择题
单击命令按钮时,下列程序的执行结果是 Private Sub Command1_Click() Dima As Integer,b As Integer,c As Integer a=3:b=4:c=5 Print SecProc(c,b,a) End Sub Function FirProc(x As Integer,y As Integer,z As Integer) FirProc=2*x+y+3*z+2 End Function Function SecProc(x As Integer,y As Integer,z As Integer) SecProc=FirProc(z,x,y) +x+7 End Function A) 20 B) 25 C) 37 D) 32
单击命令按钮时,下列程序的执行结果是
Private Sub Command1_Click()
Dima As Integer,b As Integer,c As Integer
a=3:b=4:c=5
Print SecProc(c,b,a)
End Sub
Function FirProc(x As Integer,y As Integer,z As Integer)
FirProc=2*x+y+3*z+2
End Function
Function SecProc(x As Integer,y As Integer,z As Integer)
SecProc=FirProc(z,x,y) +x+7
End Function
A) 20 B) 25 C) 37 D) 32
相关试题
  • 下列程序段的执行结果为______。 Di...
  • 下列程序计算Sn的值。Sn=a+aa+aaa+…+...
  • 长度为n的顺序存储线性表中,当在任何位置...
  • 函数Str$(256.36)的值是____...
  • 新建一个工程,内有两个窗体,名称分别为Fo...