正确答案: B
自顶向下渐增式测试方法
题目:集成测试时,能够较早发现高层模块接口错误的测试方法是 ______。
解析:解析:由自顶向下测试的特点可知,该集成测试方法是能够较早发现高层模块接口错误的。
查看原题
举一反三的答案和解析:
[单选题]在关系代数中,对一个关系做投影操作之后,新关系的元组个数( )原来关系的元组个数。
小于或等于
[单选题]In a certain cache system, the modified cache block is written to main memory only when the block is replaced.All of following are used to describe this policy EXCEPT
write-through
[单选题]下面命题的判断正确的是Ⅰ.完全图Kn(n1)都是哈密尔顿图;
全为假
[单选题]以下配置静态路由的命令中,哪项是正确的?______。
R2 (config) ip route 192.168.1.5.0.0.0.255 10.1.1.2
R2 (config) ip route 192.168.1.5 255.255.254.0 10.1.1.2
R2 (config) ip route 192.168.1.5 255.255.255.0 10.1.1.2
R2 (config) ip route 192.168.1.5 255.0.0.0 10.1.1.2
解析:解析:配置静态路由的命令格式如下:ip route目的网络地址>子网掩码>下一跳路由器的IP地址>,故选C。