键盘与计算机的连接有()等类型
A.5针大DIN口
B.PS/2口
C.串口
D.USB口
参考答案:A, B, D
VB程序设计题。
下列是选择排序法实现对数组a(n)进行升序排序的程序段。要求,请将程序中横线上的内容补充完整。
Sub Sort ()
Dim i as Integer, j as Integer, k as Integer, t as Integer
For i=1 to n-1
k=i
For j=i+1 to n
If a(j)()a(k) then
k=j
End if
Next j
If(k<>j) then
()
a(k)=t
Next i
End Sub
与凝血时间延长有关的因素有()
A.维生素K缺乏症
B.Ⅷ因子缺乏
C.Ⅺ因子缺乏
D.因子Ⅸ
E.Ⅶ因子缺乏