
【名词&注释】
字符串(string)、执行时间(execution time)
[单选题]算法的有穷性是指( )
A. 算法程序的运行时间是有限的
B. 算法程序所处理的数据是有限的
C. 算法程序的长度是有限的
D. 算法只能被有限的用户使用
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]以下不正确的转义字符是( )。
A. '\\'
B. '\d'
C. '\s'
D. '088'
[单选题]把窗体的KeyPreview属性设置为True,然后编写如下过程: Private SubForm_KeyDown(KeyCode As Integer,Shift As Integer) PrintChr (KeyCode) End Sub Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer) PrintChr(KeyCode+2) End Sub 程序运行后,如果按“A”键,则输出结果为 ______。
A. A A
B. A B
C. A C
D. A D
本文链接:https://www.zhukaozhuanjia.com/download/3zx67r.html