
【名词&注释】
数据表(data table)、表达式、同心圆(concentric circles)、文本框(text box)、第一个(first)、滚动条、列表框(list box)、测试法、复选框
[单选题]下述各描述中不属于白盒测试法概念的是
A. 至少执行一次模块中的所有独立路径
B. 执行边界条件下的所有循环
C. 所有判断的每一分支至少执行一次
D. 执行边界条件下的所有接口
查看答案&解析
点击获取本科目所有试题
举一反三:
[单选题]下列程序的输出结果为( )。 public class Reentrant { public synchronized void a() { b(); System.out.println("here I am,in a()"); } public synchronized void b() { System.out.println("here I am,in b()"); } public static void main(String args[]) { Reentrant r=new Reentrant(); r.a(); } }
A. here I am,in a()/here I am,in b()
B. here I am,in b()/here I am,in a()
C. here I am,in a()
D. here I am,in b()
[单选题]默认属性是Value的控件是 ( )。
A. 标签框
B. 文本框
C. 列表框(list box)
D. 单选框
[单选题]语句“Circle(1000,1000),800,,-3.1415926/3,-3.1415926/2”绘制的是( ) 。
A. 弧
B. 椭圆
C. 扇形
D. 同心圆
[单选题]表达式("周""刘")返回的是
A. 假
B. 真
C. -1
D. 1
[单选题]下列程序段 int a=10.b=4,c=20,d=6; System.out.printlna++*b+c* - d); 的结果为 ( )
A. 144
B. 28
C. 140
D. 不能执行
[单选题]有SQL语句: SELECT DISTINCT 系号 FROM 教师 WHERE 工资>=; ALL (SELECT 工资 FROM 教师 WHERE 系号="02") 该语句的执行结果是系号
A. 01和"02"
B. 01和"03"
C. 01和"04"
D. 02和"03"
[单选题]以下程序的输出结果是includelong fun(int n){ long s;if(n==1||1n==2) s=2;else s
以下程序的输出结果是 #includeiostream.h> long fun(int n) { long s; if(n==1 | | 1n==2) s=2; else s=n-fun(n-1) ; return s; } void main( ) {cout fun(3) ;}
A. 1
B. 2
C. 3
D. 4
本文链接:https://www.zhukaozhuanjia.com/download/yvgj0o.html