《计算机软件产品开发文件编制指南GB8567-88》是()标准,违反该标准而造成不良后果时,将依法根据情节轻重受到行政处罚或追究刑事责任。
A. 强制性国家
B. 推荐性国家
C. 强制性软件行业
D. 推荐性软件行业
查看答案
()把整个软件开发流程分成多个阶段,每一个阶段都由目标设定、风险分析、开发和有效性验证以及评审构成。
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. 迭代器模式