logo - 刷刷题
下载APP
【单选题】

软件的( )是指软件在所给的环境条件下和给定的时间内,能完成所要求功能的性质。

A.
健壮性
B.
正确性
C.
可靠性
D.
可维护性
举报
题目标签:软件功能时间内
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...

A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub

【单选题】用户可以在广达工程计价软件的用户数据管理器中编辑()

A.
用户清单、用户定额和用户工料机
B.
选择定额数据库
C.
设置经济指标
D.
自定义市场信息

【多选题】在计算特定时间内试剂盒的用量时,应考虑哪些因素?()

A.
在特定时间里将要检测的标本数量
B.
需要重做的初次反应性标本数量
C.
所用的室间或室内质控品数量
D.
试验失败的次数

【多选题】监控平台有哪些功能?

A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动

【单选题】精馏塔的汽液平衡是指单位时间内()。

A.
精馏塔的进料摩尔数等于气相物料的摩尔数
B.
精馏塔的进料摩尔数等于液相物料的摩尔数
C.
由液相进入气相的物料摩尔数与由气相进入液相物料的摩尔数相等
D.
气相物料与液相物料的质量相等