当前位置: 首页 > article >正文

系统架构师考试学习笔记第五篇——架构设计补充知识(25)专业英语

本章考点:

        第25课时主要学习专业英语知识。根据考试大纲,上午单选题会有5道英文选择题(分值为5分),主要涉及信息技术与管理类的一些概念性的知识。这部分知识对于一些考生来说是难点所在,在本课时内容里总结出一些软考中常考的英文知识点供广大考生参考。

一、架构风格

        An architectural style defines as a family of such systems in terms of a patterm of structural
organization.More specifically, an architectural style defines a vocabulary of components and connector types,and a set of constraints on how they can be combined.For many styles there may also exist one or more semantic models that specify how to determine a system's overall properties from the properties of its parts.Many of architectural styles have bsen developed over the years.
The best-known examples of pipe-and-filter architectures are programs written inthe UNIX shell.

一种架构风格以一种结构化组织模式定义一组这样的系统。具体来说,一种架构风格定义了一个构件及连接器类型的词汇表,以及一组关于它们如何能够被关联的约束。对于许多风格来说,可能也存在一个或多个语义模型,从系统部件的特性来确定系统的整体特性。许多架构风格已经发展了很多年,众所周知的管道-过滤器架构就是用UNIX shell编写的程序。

二、非功能需求

        The architecture design specifies the overall architecture and the placement of software and
hardware that will be used.Architecture design is a very complex process that is often left to experienced architecture designers and consultants. The first step is to refine the nonfInctional requirements into more detailed requirements that are then employed to help select the architecture to be used and the software components to be placed on each device.In a client-based architecture,one also has to decide whether to use a two-tier,three-tier,or n-tier architecture. Then the requirements and the architecture design are used to develop the hardware and software specification.There are four primary types of nonfunetional requirements that can be important in designing the architecture.A operational requirements specify the
operating environment(s) in which the system must perform and how those may change over time.Performance requirements focus on the nonfunctional requirements issues such as response time,capacity,and reliability. Security requirements are the abilities to protect the information system from disruptionand data loss,whether caused by an intentional act.Cultural and political requirements are specific to thecountries in which the system will be used.

架构设计指定了将要使用的软件和硬件的总体架构和布局。架构设计是一个非常复杂的过程,往往留给经验丰富的架构设计师和顾问。第一步是将非功能需求细化为更详细的要求,然后用于帮助选择要使用的体系结构以及要放置在每个设备上的软件组件。在基于客户端的架构中,还必须决定是使用两层、三层还是n层架构。然后使用需求和体系结构设计来开发硬件和软件规范。有4种主要的非功能需求类型可能在设计架构时非常重要。操作要求指定系统必须执行的操作环境以及这些操作环境如何随时间变化。性能要求侧重于非功能性需求问题,如响应时间、容量和可靠性。安全要求是指是否有能力保护信息系统免受故意行为造成的破坏和数据丢失。文化和政治要求明确了特定系统将被使用的国家。

三、应用架构

        An application architecture specifies the technologies to be used to implement one or more
information systems.It serves as an outline for dletailed design,construction, and implementation.Given the models and details, include logical DFD and ERD,we can distribufe data and processes to create a general design of application architecture.The design will normally be constrained by architecture standards,project objectives, and the feasibility of techniques used. The first physical FD to be drawn is the network architechure DFD.The next step is to distribute data stores to different processors. Data partitioning and replication are two types of distributed data which most RDBMSs support. There are many distribution options used in data distribution. In the case of storing specific tables on different servers we should record each table as a data storeon the physical DFD and connect each to the appropriate server.

应用架构说明了实现一个或多个信息系统所使用的技术,它作为详细设计、构造和实现的一个大纲。通过给定的包括逻辑数据流图和实体联系图在内的模型和详细资料,我们可以分配数据和过程以创建应用架构的一个概要设计。概要设计通常会受到架构标准、项目目标和所使用技术的可行性的制约。需要绘制的第一个物理数据流图是网络架构数据流图。接下来是分配数据存储到不同的处理器。数据分区和复制是大多数关系型数据库支持的两种分布式数据形式。有许多分配方法用于数据分布。在不同服务器上存储特定表的情况下,我们应该将每个表记为物理数据流图中的一个数据存储,并将其连接到相应的服务器。

四、软件架构重用

        Software architecture reconstruction is an interpretive,interactive, anditerative process including many activities.Information extraction involves analyzing a system's existing design and implementationartifacts to construct a model of it.The result is used i the following activities to construct a view of the system.The database construction activity converts the elements and relations contained in the view into a standard format for storage in a database. The view fusion activity involves defining and manipulating the information stored in database tpreconcile, augment,and establish connections between the elements.Reconstruction consists of two primary activities:visualization and interaction,pattern defirnition and recognition.The forner provides a mechanism for the user to manipulate architectural elements, and the latter provides facilities for arehitecture reconstruction.

软件架构重用是一个解释性、交互式和反复迭代的过程,包括了多项活动。信息提取通过分析系统现有设计和实现工件来构造它的模型。其结果用于在后续活动中构造系统的视图。数据库构建活动把视图中包含的元素和关系转换为数据库中的标准存储格式。视图融合活动包括定义和操作数据库中存储的信息,理顺、加强并建立起元素之间的连接。重构由两个主要活动组成:可视化和交互式及模式定义与识别。前者提供了一种让用户操作架构元素的机制,后者则提供了用于架构重构的设施。

五、课后练习

        A system's architecture is a representation of a system in which there is a mapping of (1) onto
hardware and software components,a mapping of the (2)_onto the hardware architecture,and a concern for the human interaction with these components. That is, system architecture is concerned with a total system,including hardware,software,and humans
        Software architectural structures can be divided into three major categories,depending on the broad nature of the elements they show.(3) embody decisions as a set of code or data units that have to be constructed or procured.(4)_embody decisions as to how the system is to be structured as set of elements that have run-time behavior and interactions.(5)_embody decisions as to how the system will relate to non-software structures in its environment (such as CPUs, file systems,networks,development teams,etc.).

(1)A. attributes        B.constraint        C.functionality        D.requirements
(2)A. physical components                        B. network architecture
    C. software architecture                         D. interface architecture
(3)A. Service strıctures                              B. Module structures
    C. Deployment structures                      D. Work assignment structures
(4)A. Decompostion structures                  B. Layer structures
    C.Implementation structures                      D.Component and connector structures
(5)A. Allocation structures                          B.Class structures
    C.Concurrency structures                      D.Uses structures

解析:系统架构是一个系统的一种表示,包含了功能到软硬件构件的映射、软件架构到硬件架
构的映射以及对于这些组件人机交互的关注。也就是说,系统架构关注于整个系统,包括硬件、软
件和使用者。软件架构结构根据其所展示元素的广义性质,可以分为3个主要类别。
(1)模块结构将决策体现为一组需要被构建或采购的代码或数据单元。
(2)构件连接器结构将决策体现为系统如何被结构化为一组具有运行时行为和交互的元素。
(3)分配结构将决策体现为系统如何在其环境中关联到非软件结构,如CPU、文件系统、网
络、开发团队等。
答案:(1)C (2)C (3)B (4)D (5)A


http://www.kler.cn/news/309517.html

相关文章:

  • Spring部分常见面试题
  • 关于Spring Cloud Gateway中 Filters的理解
  • 健身房预约小程序定制搭建,数字化运营管理
  • Python+Pytest框架,“api_key.py文件怎么编写“?
  • 【乐企-业务篇】生成发票左上角二维码
  • Linux和C语言(Day 12)
  • 华南医电科技集团受邀出席中马建交50周年高级别经贸合作交流活动
  • [Redis] Redis中的set和zset类型
  • 云轴科技ZStack 获鲲鹏应用创新大赛2024上海赛区决赛一等奖
  • vue3-print打印eletable某一行的数据
  • TI AM62X Secure Boot 流程简述
  • (黑马点评)六、好友关注系列功能实现
  • C语言 | Leetcode C语言接雨水II
  • vscode中前端项目文件格式化备份
  • Apple M3编译OpenSSL安卓平台SO库
  • django orm查询优化
  • Unity常用随机数算法
  • linux-Shell 编程-常用 Shell 脚本技巧
  • Python--数据格式转换
  • 在react中 使用redux
  • ubuntu安装wordpress(基于LNMP环境)
  • GBase8c主备版500升级步骤
  • 演示:基于WPF自绘的中国省份、城市、区县矢量地图
  • android 识别设备是否为模拟器
  • MySQL 按照条件(分组)只取一个形成列表 group max
  • PostgresML:通过 PostgreSQL 集成简化 AI 模型部署
  • git reset 几点疑问
  • 50ETF期权可以当天买卖吗?
  • 2024年10月蓝桥杯青少组的Stema考试开始报名
  • React两种路由模式的实现原理