版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Computer English Chapter 11 Database Management.Key points: useful terms and definitions of Database ManagementDifficult points: Classification of the logical structuring techniques of DBMS.Requirements:1. Principle of easiest penetration 2. The kinds of computer security breaches 3. What is firewal
2、l4. 了解英文摘要的写作技巧.New Words & Expressions:facilitate 使容易,促进 retrieval n. 检索field n. 字段, record 记录,alphabetically 按字母顺序地 chronologically 按年代顺序排break down v. 分解 build up 建造,装配,组成encyclopedia n. 百科全书 reference n. 涉及,参考,援用bibliography 书目,参考书目 periodical n. 期刊,杂志literature n. 文献,著作 professional n. 专业人员,专家1
3、1.1 Overview Abbreviations: . A database consists of a file or a set of files. The information in these files may be broken down into records, each of which consists of one or more fields. Fields are the basic units of data storage, and each field typically contains information pertaining to one asp
4、ect or attribute of the entity described by the database. Using keywords and various sorting commands, users can rapidly search, rearrange, group, and select the fields in many records to retrieve or create reports on particular aggregates of data.一个数据库由一个文件或文件集合组成。这些文件中的信息可分解成一个个记录,每个记录有一个或多个域。域是数据
5、存储的根本单位,每个域普通含有由数据库描画的属于实体的一个方面或一个特性的信息。用户运用键盘和各种排序命令,可以快速查找、重排、分组并在查找的许多记录中选择相应的域,建立特定集上的报表。11.1 Overview.11.1 OverviewDatabase records and files must be organized to allow retrieval of the information. Early systems were arranged sequentially (i.e., alphabetically, numerically, or chronologically)
6、; the development of direct-access storage devices made possible random access to data via indexes. Queries are the main way users retrieve database information. Typically, the user provides a string of characters, and the computer searches the database for a corresponding sequence and provides the
7、source materials in which those characters appear. A user can request, for example, all records in which the content of the field for a persons last name is the word Smith.数据库记录和文件的组织必需确保能对信息进展检索。早期的系统是顺序组织的如:字母顺序、数字顺序或时间顺序;直接访问存储设备的研制胜利使得经过索引随机访问数据成为能够。用户检索数据库信息的主要方法是query(查询)。通常情况下,用户提供一个字符串,计算机在数
8、据库中寻觅相应的字符序列,并且给出字符串在何处出现。比如,用户可以在一切记录中寻觅一切last name域为Smith的记录。.In flat databases 2, records are organized according to a simple list of entities; many simple databases for personal computers are flat in structure. The records in hierarchical databases are organized in a treelike structure, with eac
9、h level of records branching off into a set of smaller categories. Unlike hierarchical databases, which provide single links between sets of records at different levels, network databases create multiple linkages between sets by placing links, or pointers, to one set of records in another; the speed
10、 and versatility of network databases have led to their wide use in business.在非构造化的数据库中,按照实体的一个简单列表组织记录;很多个人计算机的简易数据库是非构造的。层次型数据库按树型组织记录,每一层的记录分解成更小的属性集。层次型数据库在不同层的记录集之间提供一个单一链接,与此不同,网络型数据库在不同记录集之间提供多个链接,这是经过设置指向其它记录集的链或指针来实现的。网络型数据库的速度及多样性使其在企业中得到广泛运用。11.1 Overview.Relational databases are used whe
11、re associations among files or records cannot be expressed by links; a simple flat list becomes one table, or “relation, and multiple relations can be mathematically associated to yield desired information. Object-oriented databases store and manipulate more complex data structures, called “objects,
12、 which are organized into hierarchical classes that may inherit properties from classes higher in the chain; this database structure is the most flexible and adaptable.当文件或记录间的关系不能用链表达时,运用关系型数据库。一个表或一个“关系,就是一个简单的非构造列表。多个关系可经过数学关系提供所需信息。面向对象的数据库存储并处置更复杂的称为对象的数据构造,可组织成有层次的类,其中的每个类可以承继层次链中更高一级类的特性,这种数据
13、库构造最灵敏,最具顺应性。11.1 Overview. New Words & Expressions:sequential 顺序的,延续的 integrate 综合,使成整体access v. 访问 retrieve v.找回,检索employ v.运用 list structure n.链表构造invoice n. 发票 pointer n.指针hierarchical structure 树构造 subordinate adj. 从属的network structure 网状构造 relational structure 关系构造physical structure 物理构造11.2 D
14、BMS STRUCTURING TECHNIQUES Abbreviations :DBMSDatabase Management System 数据库管理信息系统.11.2 DBMS STRUCTURING TECHNIQUES DBMS is able to access and retrieve data from nonkey record fields. That is, the DBMS is able to structure and tie together the logically related data from several large files. DBMS可综合
15、几个文件的数据项以回答用户对信息的查询,这就意味着DBMS可以访问和检索非关键记录字段的数据,即DBMS可以将几个大文件中逻辑相关的数据组织并衔接在一同。Logical Structures. Identifying these logical relationships is a job of the data administrator. A data definition language is used for this purpose. The DBMS may then employ one of the following logical structuring techniqu
16、es during storage access, and retrieval operations 1: 逻辑构造。确定这些逻辑关系是数据管理者的义务,由数据定义言语完成。DBMS在存储、访问和检索操作过程中可选用以下逻辑构造技术:.11.2 DBMS STRUCTURING TECHNIQUES 1. List structures. In this logical approach, records are linked together by the use of pointers. A pointer is a data item in one record that identif
17、ies the storage location of another logically related record. Records in a customer master file, for example, will contain the name and address of each customer, and each record in this file is identified by an account number. During an accounting period, a customer may buy a number of items on diff
18、erent days. Thus, the company may maintain an invoice file to reflect these transactions. 链表构造。在该逻辑方式中,记录经过指针链接在一同。指针是记录中的一个数据项,它指出另一个逻辑相关的记录的存储位置,例如,顾客主文件中的记录将包含每个顾客的姓名和地址,而且该文件中的每个记录都由一个账号标识。在记账期间,顾客可在不同时间购买许多东西,公司保管一个发票文件以反映这些买卖。.11.2 DBMS STRUCTURING TECHNIQUES A list structure could be used in
19、this situation to show the unpaid invoices at any given time. Each record in the customer file would contain a field that would point to the record location of the first invoice for that customer in the invoice file (fig11-1). This invoice record, in turn, would be linked to later invoices for the c
20、ustomer. The last invoice in the chain would be identified by the use of a special character as a pointer. 这种情况下可运用链表构造,以显示给定时间内未支付的发票。顾客文件中的每个记录都包含这样一个字段,该字段指向发票文件(图11-1)中该顾客的第一个发票的记录位置,该发票记录又依次与该顾客的下一个发票记录相连,此链接的最后一个发票记录由一个作为指针的特殊字符标识。.PointerInvoice numberInvoice numberPointerInvoice numberInvoic
21、e numberInvoice numberInvoice numberFig 11-1 List Structure.11.2 DBMS STRUCTURING TECHNIQUES Hierarchical (tree) structures. In this logical approach, data units are structured in multiple levels that graphically resemble an upside down tree with the root at the top and the branches formed below. Th
22、eres a superior-subordinate relationship in a hierarchical (tree) structure. Below the single-root data component are subordinate elements or nodes, each of which, in turn, own one or more other elements (or none) 3. Each element or branch in this structure below the root has only a single owner. Th
23、us, as we see in fig11-2, a customer owns an invoice, and the invoice has subordinate items. The branches in a tree structure are not connected.层次(树型)构造。该逻辑方式中,数据单元的多级构造类似一棵“倒立的树,该树的树根在顶部,而树枝向下延伸。在层次(树型)构造中存在主-从关系,独一的根数据下是从属的元或节点,而每个从属的元或节点又依次“拥有一个或多个其它元(或者没有) 。该构造中根下面的每个元或树枝都只需一个一切者,这样,正如我们在图11-2中所
24、看到的,一个customer(顾客)拥有一个invoice(发票),而invoice(发票)又有从属项。在树型构造中,树枝不能相连。.11.2 DBMS STRUCTURING TECHNIQUES Network Structures. Unlike the tree approach, which does not permit the connection of branches, the network structure permits the connection of the nodes in a multidirectional manner (see fig11-3). Th
25、us, each node may have several owners and may, in turn, own any number of other data units. Data management software permits the extraction of the needed information from such a structure by beginning with any record in a file.网状构造。网状构造不像树型构造那样不允许树枝相连,它允许节点间多个方向衔接(见图12-4),这样,每个节点都能够有几个一切者,而它又能够拥有恣意多
26、个其它数据单元。数据管理软件允许从文件的任一记录开场提取该构造中的所需信息。.11.3 Oracle的数据库管理功能 New Words & Expressions add-on adj. 附加的 repository v.综合,使成整体console n. 控制台optional adj. 可选择的,随意的monitor n. 监控,监视load n. 负载,加载tuning n. 调谐,调整tracking n. 跟踪bottleneck n. 瓶颈 proactive adj.前摄的eliminate v. 排除,消除 upgrade v. 使晋级,提升initiate v. 开场,初始
27、化wizard n. 导游,范例mundane a. 平凡 (世俗)的 critical adj. 临界的,关键性的archivelog n. 档案日志 utility n. 适用程序,成效expire v 期满,到期 incremental adj. 添加的 bundle v. 捆绑,扎 facility n. 设备,工具.11.3 Oracle的数据库管理功能 Oracle includes many features that make the database easier to manage. Weve divided the discussion in this section i
28、nto three categories: Oracle Enterprise Manager, add-on packs, backup and recovery. Oracle Enterprise ManagerAs part of every Database Server, Oracle provides the Oracle Enterprise Manager (EM), a database management tool framework with a graphical interface used to manage database users, instances,
29、 and features (such as replication) that can provide additional information about the Oracle environment.Oracle包括许多使数据库易于管理的功能,分三部分讨论:Oracle企业管理者、附加包、备份和恢复。Oracle企业管理者Oracle数据库效力器包括以下部分:Oracle企业管理者(EM)、一个带有图形接口的用于管理数据库用户、实例和提供Oracle环境等附加信息功能 (如:复制) 的数据库管理工具框架。.英文摘要(Abstract)的写作运用很广。论文摘要是全文的精华,是对一项科学
30、研讨任务的总结,对研讨目的、方法和研讨结果的概括。一、摘要的种类与特点摘要主要有以下四种。第一种是伴随论文一同在学术刊物上发表的摘要。这种摘要置于主体部分之前,目的是让读者首先了解一下论文的内容,以便决议能否阅读全文。普通来说,这种摘要在全文完成之后写。字数限制在100150字之间。内容包括研讨目的、研讨方法、研讨结果和主要结论。第二种是学术会议论文摘要。会议论文摘要往往在会议召开之前几个月撰写,目的是交给会议论文评审委员会评阅,从而决议能否可以录用。所以,比第一种略为详细,长度在200300字之间。会议论文摘要的开头有必要简单引见一下研讨课题的意义、目的、目的等。假设在写摘要时,研讨任务尚未
31、完成,全部研讨结果还未得到,那么,应在方法、目的、目的、假设等方面多花笔墨。英文摘要的写作技巧 .英文摘要的写作技巧第三种为学位论文摘要。学士、硕士和博士论文摘要普通都要求用中、英文两种言语写。学位论文摘要普通在400字左右,根据需求可以分为几个段落。内容普通包括研讨背景、意义、主旨和目的;根本实际根据,根本假设;研讨方法;研讨结果;主要创新点;简短讨论。不同级别的学位论文摘要,要突出不同程度的创新之处,指出有何新的观念、见解或处理问题的新方法。第四种是脱离原文而独立发表的摘要。这种摘要更应该具有独立性、自含性、完好性。读者无需阅读全文,便可以了解全文的主要内容。.英文摘要的写作技巧二、摘要的
32、内容与构造摘要内容普通包括: 目的(objectives,purposes):包括研讨背景、范围、内容、要处理的问题及处理这一问题的重要性和意义。 方法(methods and materials):包括资料、手段和过程。 结果与简短讨论(results and discussions):包括数据与分析。 结论(conclusions):主要结论,研讨的价值和意义等。概括地说,摘要必需回答“研讨什么、“怎样研讨、“得到了什么结果、“结果阐明了什么等问题。无论哪种摘要,言语特点和文体风格也都一样。首先必需符合格式规范。第二,言语必需规范照射,准确得体,用词要确切、恰如其分,而且要防止非通用的符号
33、、缩略语、生偏词。另外,摘要的语气要客观,不要做出言过其实的结论。.英文摘要的写作技巧三、学术期刊论文摘要1、摘要的目的摘要是论文的梗概,提供论文的本质性内容的知识。摘要的目的在于:给读者关于文献内容的足够的信息,使读者决议能否要获得论文。2、摘要的要素1) 目的研讨、研制、调查等的前提、目的和义务,所涉及的主题范围。2) 方法所用的原理、实际、条件、对象、资料、工艺、构造、手段、配备、程序等。3) 结果实验的、研讨的结果、数据,被确定的关系,察看结果,得到的效果、性能等。4) 结论结果的分析、研讨、比较、评价、运用,提出的问题等。3、摘要的篇幅摘要的篇幅取决于论文的类型。但无论哪一种论文,都不能超越150 words。 .英文摘要的写作技巧4、摘要的英文写作风格(公认的英文摘要写作规范)1 句子完好、明晰、简约。2 用
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- GIBH-130-Standard-生命科学试剂-MCE
- FQI2-34-生命科学试剂-MCE
- Fluorescein-12-dUTP-生命科学试剂-MCE
- 弋江产后恢复护理指南
- 心内科常见病护理要点
- 高中地理(高三)资源安全与国家安全二轮复习·专题整合讲义
- 月满情更浓:文化自信视域下高中“家国同圆”中秋节德育班会教案
- 高中物理必修课程·教学评一致性暨跨学科素养表彰典礼设计
- 破茧·重构·向未来-高二“分水岭”现象深度剖析与突围主题班会教案
- 2026年中考复习科学备考物理备考参考
- (2026年)检验检测机构资质认定“一单一库”的学习与解读(2026年实施)课件
- 24J113-1 内隔墙-轻质条板(一)
- 融资申请报告范文
- 【MOOC】国际名酒知识与品鉴-暨南大学 中国大学慕课MOOC答案
- 正念减压疗法详解课件
- 2024低压电力线高速载波通信互联互通技术规范第 4-3 部分:应用层通信协议
- 2024年贵州省中考理科综合试卷(含答案解析)
- 唐诗宋词人文解读智慧树知到期末考试答案章节答案2024年上海交通大学
- 完美着装智慧树知到期末考试答案章节答案2024年武汉纺织大学
- MOOC 地学景观探秘·审美·文化-重庆大学 中国大学慕课答案
- 第4章-动车组列车餐饮服务操作技能《高速铁路列车餐饮服务》
评论
0/150
提交评论