试题详情

试题内容

以下关于系统原型的叙述中,不正确的是( )。
A、可以帮助导出系统需求并验证需求的有效性
B、可以用来探索特殊的软件解决方案
C、可以用来指导代码优化
D、可以用来支持用户界面设计
查看答案

软题库参考答案:C(仅供参考)

软题库解析:正在加载....

你可能感兴趣的试题

36题:

(1)设计模式允许一个对象在其状态改变时,通知依赖它的所有对象。该设计模式的类图如下图,其中,  (2)在其状态发生改变时,向它的各个观察者发出通知。



(1)A.命令(Command)
B.责任链(Chain of Responsibility)
C.观察者(Observer)
D.迭代器(Iterator)
(2)A.Subject
B.ConcreteSubject
C.Observer
D.ConcreteObserver

40题:

在MVC(模型/视图/控制器)模式中,视图部分描述的是( )。
A、将应用问题域中包含的抽象领域知识呈现给用户的方式
B、应用问题域中所包含的抽象类
C、用户界面对用户输入的响应方式
D、应用问题域中包含的抽象领域知识

37题:

( )设计模式最适合用于发布/订阅消息模型,即当订阅者注册一个主题后,此主题有新消息到来时订阅者就会收到通知。
A.适配器(Adapter)
B.通知(Notifier)
C.观察者(Observer)
D.状态(State)

30题:

在设计测试用例时,应遵循()原则。
A.仅确定测试用例的输入数据,无须考虑输出结果
B.只需检验程序是否执行应有的功能,不需要考虑程序是否做了多余的功能
C.不仅要设计有效合理的输入,也要包含不合理、失效的输入
D.测试用例应设计得尽可能复杂

57题:

Teams are required for most engineering projects. Although some small hardware or software products can be developed by individuals, the scale and complexity of modem systems is such, and the demand for short schedules so great, that it is no longer (1) for one person to do most engineering jobs. Systems development is a team (2) ,and the effectiveness of the team largely determines the  (3) of the engineering.     Development teams often behave much like baseball or basketbal28题:在ISO/IEC9126软件质量模型中,软件质量特性( )包含质量子特性安全性。
A、功能性
B、可靠性
C、效率
D、可维护性