题目内容

()把整个软件开发流程分成多个阶段,每一个阶段都由目标设定、风险分析、开发和有效性验证以及评审构成。

A. 原型模型
B. 瀑布模型
C. 螺旋模型
D. V模型

查看答案
更多问题

共用题干题企业信息资源集成管理的前提是对企业(1)的集成,其核心是对企业(2)的集成。 空白(1)处应选择()

A. 信息功能
B. 信息设施
C. 信息活动
D. 信息处理

A transport layer protocol has several responsibilities. One is to create a process-to-process (program-to-program) communication, TCP uses port (1) to accomplish this. Another responsibility of a transport layer protocolis to create a (2) and error-control mechanism at the transport level. TCP uses a sliding(3) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve(4) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (5) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver. 空白(1)处应选择()

A. numbers
B. connections
C. diagrams
D. resources

某公司欲开发一套窗体图形界面类库。该类库需要包含若干预定义的窗格(Pane)对象,例如TextPane、ListPane等,窗格之间不允许直接引用。基于该类库的应用由一个包含一组窗格的窗口组成,并需要协调窗格之间的行为。基于该类库,在不引用窗格的前提下实现窗格之间的协作,应用开发者应采用()最为合适。

A. 备忘录模式
B. 中介者模式
C. 访问者模式
D. 迭代器模式

最少知识原则(也称为迪米特法则)是面向对象设计原则之一,指一个软件实体应当尽可能少地与其他实体发生相互作用。这样,当一个实体被修改时,就会尽可能少地影响其他的实体。下列叙述中,()不符合最少知识原则。

A. 在类的划分上,应当尽量创建松耦合的类
B. 在类的设计上,只要有可能,一个类型应当设计成不变类
C. 在类的结构设计上,每个类都应当尽可能提高对其属性和方法的访问权限
D. 在对其他类的引用上,一个对象对其他对象的引用应当降到最低

答案查题题库