共用题干题某企业欲对内部的数据库进行数据集成。如果集成系统的业务逻辑较为简单,仅使用数据库中的单表数据即可实现业务功能,这时采用(1)方式进行数据交换与处理较为合适;如果集成系统的业务逻辑较为复杂,并需要通过数据库中不同表的连接操作获取数据才能实现业务功能,这时采用(2)方式进行数据交换与处理较为合适。 空白(2)处应选择()
A. 数据网关
B. 主动记录
C. 包装器
D. 数据映射
查看答案
共用题干题The software architecture is a set of software components, subsystems, relationships, interactions, the properties of each of these elements, and the set of guiding principles that together constitute the fundamental properties and constraints of a software system or set of systems. (1) defines a general set of element types and their interactions. The examples include Pipes and Filters, Model-View-Controller, and Reflection. A (2) in software architecture is a representation used to understand or document one or more aspects of a problem or solution. Architecture is usually used in conjunction with many adjunct terms. The (3) defines the key strategies, organization, goals and related processes of the enterprise. At the enterprise level, the (4) may be more of a set of guidelines on how the various software architectures should be constructed consistently across the enterprise. The (5) , which describes the high-level set of elements involved in application from a particular domain along with their interactions, is often used to focus on subsystem definition rather than application process level definition. 空白(4)处应选择()
A. enterprise architecture
B. data architecture
C. application architecture
D. information architecture
确认测试主要用于验证软件的功能、性能和其他特性是否与用户需求一致。下述各种测试中,()为确认测试。
A. 负载测试和压力测试
B. α测试和β测试
C. 随机测试和功能测试
D. 可靠性测试和性能测试
共用题干题正确识别风险点、非风险点、敏感点和权衡点是进行软件架构评价的关键步骤。其中(1)是实现一个特定质量属性的关键特征,该特征为一个或多个软件构件所共有。“改变加密的级别可能会对安全性和性能都产生显著的影响”,这是一个对系统(2)的描述。 空白(1)处应选择()
A. 风险点
B. 非风险点
C. 敏感点
D. 权衡点
共用题干题An application architecture specifies the technologies to be used to implement one or more information systems. It serves as an outline for detailed design, construction, and implementation. Given the models and details, include(1), we can distribut data and processes to create a general design of application architecture. The design will normally be constrained by architecture standards, project objectives, and (2). The first physical DFD to be drawn is the (3). The next step is to distribute data stores to different processors. Data (4) are two types of distributed data which most RDBMSs support. There are many distribution options used in data distribution. In the case of (5), we should record each table as a data store on the physical DFD and connect each to the appropriate server. 空白(5)处应选择()
A. storing all data on a single server
B. storing specific tables on different servers
C. storing subsets of specific tables on different servers
D. duplicating specific tables or subsets on different servers