查看更多
当前 - 选择题 - 专业英语
困难
单选题
2018年11月第44题
#了解即可
#超纲

Designing the data storage architecture is an important activity in system design. There are two main types of data storage formats: files and databases. Files are electronic of data that have been optimized to perform a particular transaction. There are several types of files that differ in the way they are used to support an application. (问题1) store core information that is important to the business and , more specifically , to the application , such as order information or customer mailing information . (问题2) contain static values , such as a list of valid codes or the names of cities . Typically, the list is used for validation. A database is a collection of groupings of information that are related to each other in some way. There are many different types of databases that exist on the market today. (问题3) is given to those databases which are based on older , sometimes outdated technology that is seldom used to develop new applications . (问题4) are collections of records that are related to each other through pointers. In relational database , (问题5) can be used in ensuring that values linking the tables together through the primary and foreign keys are valid and correctly synchronized.

正确答案
A

本题考察的是数据存储架构中不同类型文件与数据库的分类与作用。
小题 1:Master files
A选项 Master files:正确。 主文件用于存储关键的、经常被访问和更新的业务数据,如客户资料、订单记录等,是系统核心数据的一部分。
B选项 Look-up files:仅用于静态值查找,不是核心业务数据,错误。
C选项 Transaction files:记录一次性的交易或处理事件,不是长期的核心数据,错误。
D选项 History files:保存历史记录或归档,不是当前应用所依赖的核心数据,错误。
选择选项 A。

小题 2:Look-up files
B选项 Look-up files:正确。 查找文件用于保存静态、重复使用的值(如代码、城市名)用于数据校验。
A选项 Master files:存储业务核心数据,不是用于校验的静态值,错误。
C选项 Audit files:用于审计追踪,不是静态校验数据,错误。
D选项 History files:存历史记录,不用于静态校验,错误。
选择选项 B。

小题 3:Legacy database
A选项 Legacy database:正确。 旧式数据库是指基于过时技术的数据库,虽还在使用,但通常不用于新系统开发。
B选项 Backup database:用于备份数据,不是过时技术的代表,错误。
C选项 Multidimensional database:用于 OLAP 分析,不是旧技术代表,错误。
D选项 Workgroup database:面向小团队协作,不等同于旧数据库,错误。
选择选项 A。

小题 4:Network database
D选项 Network database:正确。 网络数据库是用指针连接记录的早期数据库模型之一,记录之间多对多的关系由指针维护。
A选项 Hierarchical database:层次结构,仅一对多,非指针连接多记录,错误。
B选项 Workgroup database:描述使用场景,不是结构类型,错误。
C选项 Linked table database:并无明确定义为一种结构类型,错误。
选择选项 D。

小题 5:Referential integrity
C选项 referential integrity:正确。 关系数据库中的参照完整性用于确保主外键之间的引用关系一致和有效。
A选项 identifying relationships:表示建立关系,但不是完整性机制,错误。
B选项 normalization:用于消除数据冗余,不用于验证主外键关系,错误。
D选项 store procedure:是数据库中的程序单元,不用于校验数据关系,错误。
选择选项 C。

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