接前一篇文章:软考 系统架构设计师系列知识点之软件架构风格(7)
这个十一注定是一个不能放松、保持“紧”的十一。由于报名了全国计算机技术与软件专业技术资格(水平)考试,11月4号就要考试,因此8天长假绝不能荒废,必须要好好利用起来。现在将各个核心知识点一一进行提炼并做记录。
所属章节:
第7章. 系统架构设计基础知识
第3节. 软件架构风格
相关试题
5. An architectural style defines as a family of such system in terms of a()of structural organization. More specifically, an architectural style defines a vocabulary of()and connector types, and a set of()on how they can be combined. For many styles there may also exist one or more() that specify how to determine a system's overall properties from the properties of its parts. Many of architectural styles have been developped over the years.
The best-known examples of()architectures are programs written in the Unix shell.
解析(翻译):
一种架构风格以一种结构化组织模式定义一组这样的系统。具体来说,一种架构风格定义了一个构件及连接器类型的词汇表,以及一组关于它们能够被关联的约束。对于许多风格来说,可能也存在一个或多个语义模型,从系统部件的特性来确定系统的整体特性。许多架构风格已经发展了很多年。
众所周知的管道-过滤器架构的例子就是用Unix shell编写的程序。
第1空
A. pattern B. data flow C. business process D. position level
正确答案:A。
第2空
A. metadata B. components C. models D. entities
正确答案:B。
第3空
A. functions B. code segments C. interfaces D. constrains
正确答案:D。
第4空
A. semantic models B. weak entities C. data schemas D. business models
正确答案:A。
第5空
A. event-based B. object-oriented C. pipe-and-filter D. layered
正确答案:C。