题目内容

与客户机服务器(Client/Server)架构相比,浏览器服务器(Browser/Server)架构的最大优点是()。

A. 具有强大的数据操作和事务处理能力,模型思想简单,易于人们理解和接受
B. 部署和维护方便、易于扩展
C. 适用于分布式系统,支持多层应用架构
D. 将应用一分为二,允许网络分布操作

查看答案
更多问题

背对背布置的机柜或机架背面之间的距离不应小于()米。

A. 1
B. 2.6
C. 1.5
D. 1.2

在工程设计阶段,监理工作实施进度控制的主要任务是()。①根据工程总工期要求,协助建设单位确定合理的设计时限要求②审查承建单位的施工进度计划,确认其可行性并满足项目总体进度计划要求③协调、监督各承建(设计)方进行整体性设计工作,使集成项目能按计划要求进行④提请建设单位按合同要求向承建单位及时、准确、完整地提供设计所需要的基础资料和数据

A. ①②
B. ②③④
C. ①③④
D. ①②③④

共用题干题Software architecture reconstruction is an interpretive, interactive, and iterative process including many activities. (1) involves analyzing a system's existing design and implementation artifacts to construct a model of it. The result is used in the following activities to construct a view of the system. The database construction activity converts the (2) contained in the view into a standard format for storage in a database. The (3) activity involves defining and manipulating the information stored in database to reconcile, augment, and establish connections between the elements. Reconstruction consists of two primary activities: (4) and (5). The former provides a mechanism for the user to manipulate architectural elements, and the latter provides facilities for architecture reconstruction. 空白(4)处应选择()

A. architecture analysis and design
B. domain analysis and static modeling
C. visualization and interaction
D. user requirements modeling

案例分析题阅读以下关于面向对象系统建模的叙述,在答题纸上回答问题1至问题3。某软件企业为影音产品销售公司W开发一套在线销售系统,以提升服务的质量和效率。项目组经过讨论后决定采用面向对象方法开发该系统。在设计建模阶段需要满足以下设计要求:(1)W公司经常进行促销活动。根据不同的条件(如订单总额、商品数量、产品种类等),公司可以提供百分比折扣或现金减免等多种促销方式供提交订单的用户选择。实现每种促销活动的代码量很大,且会随促销策略不同经常修改。系统设计中需要考虑现有的促销和新的促销,而不用经常地重写控制器类代码。(2)该在线销售系统需要计算每个订单的税率,不同商品的税率及计算方式会有所区别。所以W公司决定在系统中直接调用不同商品供应商提供的税率计算类,但每个供应商的类提供了不同的调用方法。系统设计中需要考虑如果公司更换了供应商,应该尽可能少地在系统中修改或创建新类。项目组架构师决定采用设计模式来满足上述设计要求,并确定从当前已经熟练掌握的设计模式中进行选择,这些设计模式包括:适配器模式(Adapter)、构造器模式(Builder)、命令模式(Command)、外观模式(Facade)、中介模式(Mediator)、原型模式(Prototype)、代理模式(Proxy)、状态模式(State)和策略模式(Strategy)等。 针对题目中所提出的设计要求(1)和(2),项目组应该分别选择何种设计模式?请分别用200字以内文字说明具体的解决方案。

答案查题题库