单项选择题

对长度为n的线性表进行顺序查找,在最坏情况下需要比较的次数为( )。

A.125
B.n/2
C.n
D.n+1
<上一题 目录 下一题>
热门 试题

单项选择题
下列( )事件过程可以将打开文件对话框的标题改变为“new Caption”。
A.Prirate Sub Commandl Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowFont
End Sub
B.Private Sub Commandl+Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowOpen
End Sub
C.Private Sub Commandl_Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowHelp
End Sub
D.Private Sub Commandl_Click()
CommonDialogl.DialogTitle="new Caption"
CommonDialogl.ShowColor
End Sub
单项选择题
表达式Str(Len( 123 ))+Str(77.7)的值是( )。
A.377.7
B.377.7
C.80.7
D.12377.7
相关试题
  • 在窗体上画一个名称为“Command1”,标题...
  • 下列事件过程的功能是:建立一个名为Datal...
  • 下列程序代码实现生成20个0~100之间...
  • 在C盘当前文件夹下建立一个名为SDat.txt的...
  • 有如下函数过程: Function funl(ByVal...