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

软考 系统架构设计师系列知识点之软件架构风格(8)

接前一篇文章:软考 系统架构设计师系列知识点之软件架构风格(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。

http://www.lryc.cn/news/186612.html

相关文章:

  • ubuntu安装ssh
  • webpack不同环境下使用CSS分离插件mini-css-extract-plugin
  • [MongoDB]-权限验证管理
  • bootstrapjs开发环境搭建
  • 远程实时监控管理:5G物联网技术助力配电站管理
  • ubuntu 23.04安装中文输入法
  • java:解析json的几种方式
  • pytorch_神经网络构建1
  • Android 多线程并发详解
  • 系统架构设计:8 论软件架构风格
  • [Elasticsearch] 邻近匹配 (一) - 短语匹配以及slop参数
  • Bootstrap中让元素尽可能往父容器的左侧靠近或右侧造近(左浮动和右浮动)
  • 网络流量安全分析-工作组异常
  • Flink之Watermark源码解析
  • 基于支持向量机SVM和MLP多层感知神经网络的数据预测matlab仿真
  • 【微服务】RedisSearch 使用详解
  • 第三章 栈、队列和数组
  • 使用GitLab CI/CD 定时运行Playwright自动化测试用例
  • Suricata + Wireshark离线流量日志分析
  • JMeter基础 —— 使用Badboy录制JMeter脚本!
  • 3D孪生场景搭建:3D漫游
  • 三、综合——计算机应用基础
  • 【Redis】SpringBoot整合redis
  • 竞赛选题 深度学习 python opencv 火焰检测识别 火灾检测
  • Python Parser 因子计算性能简单测试
  • 【java学习】特殊流程控制语句(8)
  • pyinstaller 使用
  • ELK集群 日志中心集群
  • 有哪些适合初级程序员看的书籍?
  • uniapp iosApp H5+本地文件操作(写入修改删除等)