Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
дом. чтение для 4 фак-та 1 курс 2 семестр.doc
Скачиваний:
2
Добавлен:
30.08.2019
Размер:
164.35 Кб
Скачать

Lesson one Exercises

  1. Read the international words and guess their meaning:

character, reaction, to react, instruction, register, code, bit, byte, typically, group, address, magnetic, polarize, differentiation, integration, binary, basic, physically, physical, selection, to sort, separate, part, standard, correct

  1. Pronounce the following words correctly:

sign [sain] n – знак, обозначение, символ, признак

handle ['hændl] v – управлять, oпeрировать

the same [seim] а – тот же самый

state [steit] v – устанавливать, указывать

voltage ['voultidʒ] n – напряжение, разность потенциалов

address [ə'dres] n – адрес, v адресовать

contain [kən'tein] v – содержать

arrangement [ə'reindʒmənt] n – расположение, размещение

typewriter ['taip,raitə] n – пишущая машинка

some [sлm] а – некоторый

react [ri:'ækt] v – реагировать

polarize ['pouləraiz] v – поляризовать

unit ['ju:nit] n – единица, блок, устройство, элемент

surface ['sə:fis] n – поверхность, плоскость

sorting ['so:tiη] n – сортировка

separate ['seprit] a – отдельный

variable['vεəriəbl] n – переменная величина

represent [,repri'zent] v – представлять

include [in'klu:d] и – включать

power ['pauə] п – мощность, сила, энергия, степень, способность

zero ['ziərou] n – нуль, нулевая точка

matching ['mætƒiη] n – согласование

call [ko:l] v – называть

consist [kən'sist] (of) v – состоять (из)

determine [di'tə:min] v – определять

rotation [rou'teiƒən] n – вращение, чередование

3. Read and memorize the following word combinations:

a number of = a set of – ряд, несколько, некоторое количество

per second – в секунду

a particular memory location or cell – особая ячейка памяти

its own unique address – свой собственный уникальный адрес

instead [in'sted] of saying – вместо того, чтобы сказать

to take a square root – извлекать квадратный корень

to raise to a power – возводить в степень

TEXT A

Information, machine words, instructions, addresses and reasonable operations

1. Information is a set of marks or signs that have meaning. These consist of letters or numbers, digits or characters, typewriter signs, other kinds of signs, and so on. A computer reacts differently to different digits or characters, and reacts to them as units that have meaning. For example, information for an analog computer has to be in the form of distances, or rotations, or voltages, or other physical variables. And for a digital computer information has to be in the form of digits or numbers.

2. Any information may be represented by the binary system including two digits: one (1) and zero (0). Each 1 and 0 is a separate binary digit called a bit. A bit is the smallest part of information. Bits are typically grouped in units that are called bytes. A byte is the basic unit of information used in modern computers and consists of eight bits.

3. The bytes are handled usually in standard groups called machine words or just words. There are two basic types of information or words that can be put into a memory cell or location: words that are numerical quantities and words that are computer instructions. Regularly, an instruction to the machine is expressed as a word; and so the same set of characters may have meaning sometimes as a number, sometimes as an instruction. A speed of 96,000 characters per second is the same as a speed of 8,000 words per second. Most human beings could not take even 12-digit number per second.

4. Physically the set of bits is a set of arrangements of some physical equipment. One of the ways of storing information in a computer is storing by using a set of small magnetically polarized spots on a magnetic surface.

5. The computer is told what operations to perform by means of instructions. An instruction is a command to the computer. It consists of a verb (an operational code) and a noun (an operand). For example, if the computer is instructed "Add 365 the number of times stated in the register R", and if the register R stores the code for number 3, then the computer will perform that operation three times. An instruction word looks like a number, and there is no way to tell from the word itself whether it is a quantity or an instruction. The computer must be told exactly which address contains an instruction and which contains a quantity.

6. An address is the name of particular memory location or cell. Each memory location (word or byte) has its own unique address or number just like a post office box. For example, if the computer contains 100 memory cells, their respective addresses might be the numbers from 1 to 100 (or 0 through 99). And instead of saying "A word is in a memory cell", the computer personnel say, "The contents of an address аre a word."

7. Reasonable operations are mathematical and logical. Mathematical operations include arithmetic and algebraic operations. Arithmetic operations are addition, subtraction, multiplication, division, taking a square root, etc.; and algebraic operations are called rising to a power as well as differentiating and integrating.

8. Logical operations include comparing, selecting, sorting, matching, etc. These are operations which may be performed either on numbers, or on expressions consisted of letters such as ordinary words. A very important logical operation performed by a computer is determining, i.e., which of two operations is to be performed next.

Notes:

numerical quantities – численные значения (величины)

Most human beings could not take even 12-digit number per second – большинство людей не смогли бы воспринять даже 12-значное число в секунду

their respective addresses might be the numbers – их соответственные адреса могли бы быть числами