查看更多
当前 - 选择题 - 专业英语
中等
单选题
2016年11月第48题
#了解即可
#超纲

The objective of (问题1) is to determine what parts of the application software will be assigned to what hardware. The major software components of the system being developed have to be identified and then allocated to the various hardware components on which the system will operate. All software systems can be divided into four basic functions. The first is (问题2) .Most information systems require data to be stored and retrieved, whether a small file,such as a memo produced by a word processor, or a large database, such as one that stores an organization's accounting records.The second function is the (问题3) ,the processing required to access data, which often means database queries in Structured Query Language. The third function is the (问题4) ,which is the logic documented in the DFDs, use cases,and functional requirements.The fourth function is the presentation logic,the display of information to the user and the acceptance of the user's commands.The three primary hardware components of a system are (问题5) .

浓缩知识点

系统架构设计的核心目标是明确应用软件各模块对应的硬件部署分配,需先识别系统核心软件组件再完成硬件适配,要注意区分开仅关注软件内部分模块的模块化设计、侧重物理部署细节的物理设计,以及作为其分支的分布式设计。所有软件系统可拆解为四大基础功能:一是数据存储功能,承担从小型文档到大型业务数据库等各类数据的存储与调取任务,并非数据访问组件、数据库管理系统这类实现载体或数据实体这类概念;二是数据访问逻辑,指对数据进行访问、操作的处理逻辑,常以SQL查询等形式落地,要和侧重数据留存的数据持久化、作为实现模式的数据访问对象、仅为单一连接机制的数据库连接区分开;三是应用逻辑,对应数据流图、用例及功能需求中定义的核心业务处理逻辑,不是系统需求说明、系统架构结构或应用程序实体;四是展示逻辑,负责信息向用户的呈现及用户指令的接收。系统的三大核心硬件组件为客户端、服务器与网络,客户端主要承担用户交互功能,服务器提供数据存储、计算等核心服务,网络则实现二者间的通信传输,这和CPU、内存等硬件内部构件,或是未明确区分客户端与服务器的笼统计算机网络概念有本质区别。

正确答案
A

本题考察的是系统架构设计的目标与软件系统的四大基本功能

问题1
A选项 architecture design:架构设计旨在确定应用软件的不同部分将运行在哪些硬件组件上,正确。
B选项 modular design:模块化设计关注软件内部模块划分,不是本题所述目标,错误。
C选项 physical design:物理设计涉及系统物理部署,但不是本题强调的初步架构分配,错误。
D选项 distribution design:分布式设计是架构设计的一部分,但范围更窄,错误。
所以选择 A。

问题2
A选项 data access components:是访问数据的组件,不是存储数据的功能,错误。
B选项 database management system:是实现数据管理的软件,不是功能分类本身,错误。
C选项 data storage:指数据存储功能,符合第一项功能描述,正确。
D选项 data entities:是数据对象的概念,不是功能分类,错误。
所以选择 C。

问题3
A选项 data persistence:强调数据持久化,与访问逻辑不同,错误。
B选项 data access objects:是访问数据的一种实现模式,不是功能本身,错误。
C选项 database connection:仅指数据库连接机制,范围过窄,错误。
D选项 data access logic:指访问和操作数据的处理逻辑,符合第二项功能描述,正确。
所以选择 D。

问题4
A选项 system requirements:是需求说明,不是功能类型,错误。
B选项 system architecture:是系统整体结构,不是软件功能类型,错误。
C选项 application logic:指业务逻辑或应用逻辑,符合第三项功能描述,正确。
D选项 application program:指应用程序实体,不是功能分类,错误。
所以选择 C。

问题5
A选项 computers, cables and network:虽包含网络,但“computers”未明确区分客户端与服务器,错误。
B选项 clients, servers, and network:系统三大主要硬件组件的准确分类,正确。
C选项 CPUs, memories and I/O devices:是硬件内部构件,不是系统架构层面的硬件分类,错误。
D选项 CPUs, hard disks and I/O devices:同上,错误。
所以选择 B。

联系我们
隐私协议
用户协议
微信公众号
知乎
小红书
浙ICP备2021029036号
@2022-2026
嘉兴市安芯网络科技有限公司 版权所有