Учебное пособие состоит из двух частей и англо-русского словаря. Материалом для пособия послужило американское издание для изучающих компьютер P. Norton "Introduction to Computers"



бет13/61
Дата27.10.2022
өлшемі0,7 Mb.
#45740
түріУчебное пособие
1   ...   9   10   11   12   13   14   15   16   ...   61
Database Structures
I. Read and translate the text:
There are several types of database structures, such as flat-file, relational, hierarchical, network and object-oriented ones. A database that consists of a single data table is called a flat-file (sequential file) database. Flat-file databases are useful for certain single-user or small-group situations, especially for maintaining address lists or inventories. Flat-file database systems are easy to learn and use, but difficult to maintain and limited in their power. When numerous files exist (one for each table or related document), there is often a lot of data redundancy, which increases the chance for errors, wastes time, and uses excess storage space.
A relational database is made up of a set of tables, and a common field existing in any two tables creates a relationship between the tables. For example, a Customer ID Number field in both the Customers table and the Orders table links the two tables, while a Product ID field links the Orders and Products tables. The relational database structure is widely used in today's business organizations. In a business, a typical relational database contains such data tables, as Customer information, Employee information, Vendor information, Order information, Inventory information.
The hierarchical database is an older style of database. The tables are organized into a fixed treelike structure, with each table storing one type of data. The trunk table (the main table) stores general information. Any field in that table may reference another table that contains subdivisions of data. Each one of those tables may, in turn, reference other tables that store finer subdivisions of data. The relationship between tables is said to be a parent-child relationship, or one-to many relationship, with any child table relating to only one parent table. Each parent table may have many child tables, but each child has only one parent. Hierarchical databases require little duplicated data and may locate data quickly. However, the tables' fixed relationships limit the flexibility of the database, making some kinds of queries or reports difficult or impossible.
The network database model is similar to the hierarchical structure except that any one table can relate to any number of other tables. The network database's tables, therefore, are said to have a many-to-many relationship. Like the hierarchical structure, the network database is used in older (primarily mainframe) systems.
The object-oriented database (OODB) developed in the late 1980s, groups data items into complex items called objects. These objects can represent anything: a product, an event, a customer complaint, or even a purchase. An object is defined by its characteristics (e.g. text, sound, graphics, video), attributes (e.g. color, size, style, quantity, price), and procedures (the processing associated with an object).

Vocabulary:



  1. flat-file database ['flxtfail 'deitqbeis] – база данных с последовательным доступом

  2. relational database [ri'leiSqnl 'deitqbeis] – реляционная база данных

  3. hierarchical database [‚haiq'rRkikql 'deitqbeis] – иерархическая база данных

  4. network database ['netwq:k 'deitqbeis] – сетевая база данных

  5. object-oriented database ['obGikt 'Lrientid 'deitqbeis] – объектно-ориенти-рован­ная база данных

  6. single ['siNgl] – единственный

  7. sequential [si'kwenSql] – последовательный

  8. especially [is'peSqli] – особенно

  9. to maintain [men'tein] – поддерживать

  10. list [list] – перечень, список

  11. inventory [in'ventqri] – инвентаризационная опись, товары

  12. to learn [lq:n] – изучать

  13. difficult ['difikqlt] – трудный

  14. to limit ['limit] – ограничивать

limited – ограниченный

  1. power ['pauq] – мощность, производительность

  2. numerous ['nju:mqrqs] – многочисленный

  3. data redundancy ['deitq ri'dAndqnsi] – избыточность данных

  4. to increase [in'kri:s]– увеличивать, возрастать

  5. chance [tSRns] – возможность

  6. error ['erq] – ошибка

  7. to waste time [weist taim] – тратить время

  8. excess [ik'ses] – излишний

  9. storage space ['stLriG speis] – объём памяти

  10. to be made up (of) [meid'Ap] – быть составленным, состоять (из)

  11. any ['eni] – любой

anything ['eniTiN]– (всё) что угодно

  1. order ['Ldq] – заказ

  2. to link [liNk] – связывать, соединять

  3. wide [waid] – широкий

widely ['waidli] – широко
29. employee [‚emploi'i:] – служащий
30. vendor ['vendq] – поставщик, производитель, продавец
31. treelike ['tri:laik] – древовидный
32. trunk table (main table) [trANk 'teibl] ([mein 'teibl]) – главная (основная) таблица
33. general ['Genqrql]– общий
34. to reference ['refrqns] – ссылаться
35. subdivision ['sAbdi‚viZn] – подраздел, подразделение
36. fine [fain] – мелкий
37. little ['litl] – мало
38. to duplicate ['dju:plikeit] – дублировать, копировать
39. however [hau'evq] – однако, тем не менее
40. flexibility [‚fleksi'biliti] – гибкость
41. impossible [im'posqbl] – невозможный
42. similar (to) ['similq] – аналогичный (чему-л.), сходный (с чем-л.)
43. except (that) [ik'sept] – за исключением (того, что)
44. like [laik] – как, подобно
45. mainframe ['meinfreim] – большой компьютер, мэйнфрейм
46. to develop [di'velqp] – разрабатывать
47. data item ['deitq 'aitqm] – элемент данных
48. event [i'vent] – событие
49. complaint [kqm'pleint] – жалоба
50. purchase ['pq:tSqs] – покупка
51. to define [di'fain] – определять, описывать
52. quantity ['kwontiti] – количество
53. price [prais] – цена
54. procedure [prq'si:Gq] – процедура
55. to associate [q'squSieit] – соединять, связывать
II. Answer the questions:

  1. What types of database structures are there?

  2. What is a flat-file database?

  3. Where are flat-file databases used?

  4. What are the drawbacks of flat-file databases?

  5. What is the structure of a relational database?

  6. What tables can a relational database contain?

  7. How are the tables in a hierarchical database organized?

  8. What information does the trunk table store?

  9. What is the relationship between tables in a hierarchical database?

  10. What are the advantages and drawbacks of a hierarchical database?

  11. What does the network database structure differ from the hierarchical database model in?

  12. What kind of systems are the network and hierarchical databases used in?

  13. When was the object-oriented database developed?

  14. What does it group data items into?

  15. What can the objects represent?

  16. What is an object defined by?

III. Tell whether the following statements are true or false:



  1. If a database file contains only one data table, it is called an informational database.

  2. Flat-file database systems are difficult to learn and use.

  3. A relational database is made up of two tables.

  4. In a relational database, a common field existing in any two tables creates a relationship between the tables.

  5. A parent-child relationship is the same (то же самое) as a one-to-many relationship.

  6. Network databases and hierarchical databases function in the same way (способ).

  7. In an object-oriented database, items of data are grouped into complex objects.

  8. In an object-oriented database, each object can have only one characteristic.

IV. Fill in the blanks:





  1. Older database systems that used only a single table are called _________________.

  2. In an object-oriented database, an object is defined by its ________________, ________________, and _______________.

  3. There are several types of database structures, such as _______, _______, _______, _______and _______ones.

  4. Flat-file database systems are _________ in their power.

  5. A_________ is made up of a set of tables, and a common field existing in any two tables creates a _________ between the tables.

  6. In a hierarchical database the tables are organized into a fixed ________ structure.

  7. The network database's tables have a _________ relationship.

  8. The relationship between tables in a hierarchical database is called a _________ relationship.

V. Choose the right answer:


1. In flat-file databases with numerous files, a common problem is


a. Data redundancy c. Disk space restrictions (ограничения)
b. Data entry errors d. All the above

  1. “Sequential file database” is another term for

    1. Hierarchical database c. Network database

    2. Flat-file database d. Relational database

  2. If a database allows any table to have a relationship with any other table, the tables are said to have

    1. One-to-many relationship c. Many-to-one relationship

    2. Parent-child relationship d. Many-to-many relationship

  3. If a database is made up of a set of tables, it is called

    1. Flat-file database c. Relational database

    2. Sequential database d. Network database

  4. Which of the following kinds of database structure is most widely used in organizations today?

    1. Flat-file database c. Sequential database

b. Relational database d. Hierarchical database

  1. In an object-oriented database, an object can be used to represent

    1. Characteristics c. Procedures

    2. Nothing d. Anything

VI. Match each item to the correct statement below:





    1. Flat-file database d. Hierarchical database

    2. Relational database e. Network database

    3. Object f. Attribute




  1. Same as a sequential database.

  2. Uses only one table.

  3. Uses a set of tables.

  4. Its tables have a one-to many relationship.

  5. Its tables have a many-to-many relationship.

  6. Has characteristics and attributes.

  7. Similar to the hierarchical structure.

  8. Used in older systems.

  9. An object has it.

  10. Used for maintaining address lists or inventories.

  11. Widely used in business organizations.

  12. Characterized by procedures.




      1. Speak on the contents of the text using the following chart:






Достарыңызбен бөлісу:
1   ...   9   10   11   12   13   14   15   16   ...   61




©emirsaba.org 2024
әкімшілігінің қараңыз

    Басты бет