英文单词 / 短语 | 中文释义 |
---|---|
specifies | 明确说明;具体指定;详述 |
implement | 实施;执行;使生效;实现 |
serves as | 用作;作为 |
outline | 提纲;概要;梗概;轮廓 |
construction | 指应用程序的构建过程 |
distribute | 分配;分发;分散;使分布 |
processes | 过程;进程;工序;程序 |
general | 普遍的;一般的;总体的;大致的 |
normally | 通常;正常地;一般地;按惯例 |
constrained | 限制;约束;强迫;强制 |
objectives | 目标;目的;宗旨 |
distribute | 分配;分发;分散;使分布 |
data stores | 数据存储 |
processors | 处理器;处理程序;加工者 |
options | 选择;选项;选择权;可选择的事物 |
appropriate | 合适的;恰当的;相称的;专款专用的 |
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 ( ) , we can distribute data and processes to create a general design of application architecture.
应用架构说明了实现一个或多个信息系统所使用的技术,它作为详细设计、构造和实现的一个大纲。给定了包括逻辑数据流图和实体联系图在内的模型和详细资料,我们可以分配数据和过程以创建应用架构的一个概要设计。
A。logical DFDs and ERD 逻辑DFD、ERD
B。ideal object model and analysis class model 对象模型、分析类模型
C。use case models and interface prototypes 用例模型、界面原型
D。physical DFDs and database schema物理DFD、数据库模式
The design will normally be constrained by architecture standards, project objectives, and ( ) •.
概要设计通常会受到架构标准、项目目标和所使用技术的可行性的制约。
A。the database management system
B。the feasibility of techniques 技术的可行性
C。the network topology and technology网络拓扑结构和技术
D。the user interface and process methods用户界面及处理方式
The first physical DFD,to be drawn is the ( )
需要绘制的第一个物理数据流图是网络架构数据流图。
A。context DFD上下文数据流程图
B。system DFD
C。network architecture DFD网络架构数据流程图
D。event-response DFD事件-响应数据流程图
The next step is to distribute data stores to different processors. Data ( ) are two types of distributed data which most RDBMSs support.
接下来是分配数据存储到不同的处理器。数据分区和复制是大多数关系型数据库支持的两种分布式数据形式。
A。vertical partitioning and horizontal replication垂直分区与水平复制
B。vertical replication and horizontal partitioning垂直复制与水平分区
C。integration and distribution集成与分布
D。partitioning and replication分区与复制
There are many distribution options used in data distribution. In the case of ( ),we should record each table as a data store on the physical DFD and connect each to the appropriate server.
有许多分配方法用于数据分布。在不同服务器上存储特定表的情况下,我们应该将每个表记为物理数据流图中的一个数据存储,并将其连接到相应的服务器。
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复制特定表或子集到不同服务器