
【名词&注释】
语法错误(syntactic error)、定时器(timer)、表达式、内存空间(memory space)、查询方法(query method)、从左到右(from left to right)、字符串比较(character string comparison)
[单选题]用黑盒技术测试用例的方法之一为
A. 因果图
B. 逻辑覆盖
C. 循环覆盖
D. 基本路径测试
查看答案&解析
举一反三:
[单选题]在计算机中,算法是指______。
A. 加工方法
B. 解题方案准确而完整的描述
C. 排序方法
D. 查询方法
[单选题]以下程序的输出结果是 ______。 main() { char st[20]="hello'、0\t\\"; printf("%d%d\n",strlen(st),sizeof(st)); }
A. 99
B. 520
C. 1320
D. 2020
[单选题]下面程序输出的结果是______。main (){int i=5, j=9,x;x= (i==j?: (j=7));printf("\n%d, %d", i, j);}
A. 5,7
B. 5,5
C. 语法错误
D. 7,5
[单选题]定时器的Interval属性以( )为单位指定Timer事件之前的时间间隔
A. 分
B. 秒
C. 毫秒
D. 微秒
[单选题]有以下程序:includemain(){int c;while((c=getchar())!='\n'){switch(c-'3'){case 0:c
有以下程序: #includestdio.h> main() {int c; while((c=getchar())!='\n') {switch(c-'3') {case 0: case 1:putchar(c+4); case 2:putchar(c+4);break; case 3:putchar(c+3); case 4:putchar(c+3);break; }} printf("\n");} 从第一列开始输入数据(CR>代表…个回车符):3845CR>,则狴序输出结果为( )。
A. 77889
B. 77868
C. 776810
D. 7.78866e+007
[单选题]以下关系表达式中,其值为假的是: ______。
A. Visual Basic="visual basic"
B. the>"there"
C. Integer>"Int"
[单选题]假设某个表单中有一个命令按钮cmdClose,为了实现当用户单击此按钮时能够关闭该表单的功能,应在该按钮的Click事件中写入语句( )。
A. ThisForm.Close
B. ThisForm.Erase
C. ThisForm.Release
D. ThisForm.Return
本文链接:https://www.zhukaozhuanjia.com/download/30znqd.html