Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Book+test(перевод).docx
Скачиваний:
110
Добавлен:
13.02.2016
Размер:
193.56 Кб
Скачать

Unit 17

1 Words to know

database, n

база данных, БД

field, n

поле; пространство; область; зона

record, n

запись

search, v,n

поиск; искать, перебирать

condition, n

условие , состояние

selection, n

селекция; выбор(ка), выбор, вариант выбора, выбранный элемент

rule, n

линейка, линия (в НИС),

правило (например, в нечёткой логике)

cell, n

ячейка, клетка

row, n

ряд; строка

column, n

колонка, столбец; графа

formula, n

формула; аналитическое выражение

a blank record, n

пустая запись

a query language, n

язык запросов

SQL (Structured Query Language), n

язык структурированных запросов, язык SQL

logical operator, n

логический оператор

search condition, n

условие поиска

wildcard, n

подстановочный символ

wildcard symbol, n

подстановочный символ, шаблон подстановки

cell reference, n

ссылка на ячейку, адрес ячейки

spreadsheet, n

крупноформатная (электронная) таблица

addition, n

сложение, суммирование

subtraction, n

вычитание

multiplication, n

умножение; перемножение

division, n

деление

percentage, n

процент, процентное отношение

spreadsheet program, n

программа обработки крупноформатных таблиц

sum function, n

сумма-функция

rectangular box, n

прямоугольник

grid, n

сетка

array, n

массив

2 Read the text Databases and spreadsheets

A database is used to store information so that it can be searched and sorted in various ways. Each item of information is sorted in various ways. Each item of information is stored in a field. A collection of related fields forms a record. Simple searches can often be created by allowing the user to type the required field information into a blank record, and pressing a search button. More advanced database programs usually use a query language known as SQL (Structural Query Language). This allows users to type statements using logical operators to specify the search conditions.

Logical operator

Meaning

A. AND. B

both condition A and condition B are true

A. OR. B

either condition A or condition B or both are true

. NOT. A

condition A is not true

If you only known part of the field you are searching for, you can use special symbols, called wildcards, to represent combinations of characters. Although the actual wildcard symbols used can vary, most programs use a standardized set of wildcard symbols.

A spreadsheet program is used for calculating formulae. It is made up of a grid or array of rectangular boxer called cells, as shown below.

A

B

C

D

1

2

3

The columns are labelled A, B, C … and the rows of cells are numbered 1, 2, 3 … To refer to a particular cell, you use the column label followed by the row number. For example, the cell in the top left corner of the spreadsheet is A1, the one to the right of it is B1, and the one below it is A2. The cells can contain text, numbers, or formulae. The formulae are written using the cell references, e.g. to add the first three cells in the A column, you would use the formula A1+A2+A3, or the sum function Sum (A1:A3), i.e. the sum of cells A1 to A3. When a formula is assigned to a cell, the result of the formula is displayed in the cell rather than the formula itself. By varying spreadsheet values and formulae, different possible outcomes can be analysed.

Other common mathematical symbols used in formulae are shown in the table below.

Symbol Name Function

+

plus

addition

-

minus

subtraction

*

multiply by (or times)

multiplication

/

divided by

division

%

per cent

percentage