Студопедия — CENTRAL PROCESSING UNIT
Студопедия Главная Случайная страница Обратная связь

Разделы: Автомобили Астрономия Биология География Дом и сад Другие языки Другое Информатика История Культура Литература Логика Математика Медицина Металлургия Механика Образование Охрана труда Педагогика Политика Право Психология Религия Риторика Социология Спорт Строительство Технология Туризм Физика Философия Финансы Химия Черчение Экология Экономика Электроника

CENTRAL PROCESSING UNIT






 

The main unit inside the computer is the CPU. This unit is responsible for all events inside the computer. It controls all internal and external devices, performs arithmetic and logic operations.

The operations a microprocessor (also known as a CPU or central processing unit) performs are called the instruction set of this processor. The instruction set determines the machine language for the CPU. The more complicated the instruction set is, the slower the CPU works.

Processors differ from one another by the instruction set. If the same program can run on two different computer brands they are said to be compatible. Programs written for IBM compatible computers will not run on Apple computers because these two architectures are not compatible. There is an exception to this rule. Apple Macintosh with a program SoftPC loaded can run programs written for IBM PC. Programs like SoftPC make one CPU "pretend" to be another. These programs are called software emulators. Although software emulators allow the CPU to run incompatible programs they severely slow down the performance.

The CPU includes the control unit, the arithmetic and logic unit (ALU) and the registers. The control unit directs and controls the activities of the internal and external devices. It interprets the instructions fetched into the computer, determines what data are needed, where they are stored, where to store the results of the operation, and sends the control signals to the devices involved in the execution of the instructions.

The arithmetic and logic unit (ALU) is the part where actual computations take place. It consists of circuits which perform arithmetic operations (e.g. addition, subtraction, multiplication, division) over data received from memory and capable to compare numbers.

While performing these operations the ALU takes data from the temporary storage area inside the CPU named registers. Registers are a group of cells used for memory addressing, data manipulation and processing. Some of the registers are general purpose and some are reserved for certain functions. It is a high-speed memory which holds only data for immediate processing and results of this processing. If these results are not needed for the next instruction, they are sent back to the main memory and registers are occupied by the new data used in the next instruction.

 

 

TASKS

1. Give Russian equivalents of the following words and word combinations. Transcribe them.

 

1. event (n.)

2. control (v.)

3. internal (adj.)

4. external (adj.)

5. microprocessor (n.)

6. determine (v.)

7. compatible (adj.)

8. architecture (n.)

9. software emulator

10. register (n.)

11. execution (n.)

12. actual (adj.)

13. circuit (n.)

14. multiplication (n.)

15. division (n.)

16. purpose (n.)

17. immediate (adj.)

 

2. Give English equivalents of the following word combinations

 

1. основной блок (модуль) внутри компьютера

2. быть ответственным

3. внутренние и внешние устройства

4. выполнять арифметические и логические операции

5. набор инструкций

6. отличаться друг от друга

7. та же самая программа

8. с загруженной программой

9. замедлять исполнение

10. интерпретировать инструкции (команды)

11. посылать сигналы

12. исполнение инструкций

13. иметь место (происходить)

14. способный сравнивать числа

15. область временного хранения

16. общее назначение

17. для определенных функций

18. результаты обработки

 

3. Find and underline predicate in each sentence.

 

1. Programs written for IBM compatible computers will not run on Apple computers because these two architectures are not compatible.

2. Apple Macintosh with a program SoftPC loaded can run programs written for IBM PC.

3. The CPU interprets the instructions fetched into the computer.

4. The CPU sends the control signals to the devices involved in the execution of the instructions.

5. The arithmetic and logic unit performs arithmetic operations over data received from memory.

6. The ALU takes data from the temporary storage area inside the CPU named registers.

7. Registers are a group of cells used for memory addressing, data manipulation and processing.

8. If these results are not needed for the next instruction, they are sent back to the main memory and registers are occupied by the new data used in the next instruction.

 

4. Find in the text the sentence which corresponds the pattern and translate it.

Pattern: The more we learn about the computer, the easier we can operate it.

Чем больше мы узнаем о компьютере, тем легче мы можем им

управлять.

 

5. Read and translate the text.

 

TEXT 3

MEMORY

Information put into a computer must be stored so that the central processing unit can easily access it. This storage area is called the computer memory and is where programs, data, and intermediate results reside while awaiting process­ing.

The memory of a computer consists of the components that provide the storage of information. Originally these components were vacuum tubes; these were soon replaced by little magnetic doughnuts, called cores, which could be magnetized either clockwise or counterclockwise. Once a core was magnetized, the computer could determine in which direction it was magnetized and thus interpret the information stored. Today, the system is essentially the same, although the core has been replaced by a semiconductor component that per­forms the same function more efficiently.

The term for any device that can store information is bit, an abbreviation for binary digit. The system of count­ing by bits is called the binary system. A bit is the smallest unit of storage of a computer and can exist in one of two states, 0 or 1.

Inside the memory, bits are grouped together into what are called words. Computers can have memories that range from a few thousand words to many millions. However, memory size is usually described in terms of the number of characters it can store—a character being a letter, number, or punc­tuation mark. The number of bits required to store one character is called a byte, and memory is usually measured in thousand of bytes or kilobytes. For very large machines the word megabyte, meaning millions of bytes, is often used.

There are two common types of memory: random-access memory (RAM) and read-only memory (ROM). Random access means that the central processor can read infor­mation from or write information into any of the computer's memory locations. A common analogy for a memory location is a mailbox into which information can be inserted or from which it can be retrieved. RAM is where data or programs that have been entered into the computer are stored. Read-only memory or ROMis, as its name implies, only readable. The implication is that information is permanently stored in ROM and can be read or retrieved by the processor whenever needed.

TASKS

1. Give Russian equivalents of the following words and transcribe them.

 

1. access (v.) (n.)

3. area(n.)

4. intermediate (adj.)

5. reside (v.)

6. vacuum tubes

7. magnetic doughnut

8. core (n.)

9. magnetize (v.)

10. determine (v.)

11. abbreviation (n.)

12. character (n.)

13. analogy (n.)

 

2. Give English equivalents of the following words and word combinations.

 

1. состоять из компонентов

2. обеспечивать сохранение информации

3. первоначально

4. выполнять ту же самую функцию

5. объем памяти

6. считывать информацию

 

3. Form adverbs

 

easy, original, essential, intermediate, efficient, permanent

 

4. Find and underline predicate in each sentence.

 

1. Information put into a computer must be stored so that the central processing unit can easily access it.

2. This storage area is called the computer memory and is where programs, data, and intermediate results reside while awaiting process­ing.

3. The memory of a computer consists of the components that provide the storage of information.

4. Originally these components were vacuum tubes; these were soon replaced by little magnetic doughnuts, called cores, which could be magnetized either clockwise or counterclockwise.

5. Once a core was magnetized, the computer could determine in which direction it was magnetized and thus interpret the information stored.

6. Today, the system is essentially the same, although the core has been replaced by a semiconductor component that per­forms the same function more efficiently.

7. The term for any device that can store information is bit, an abbreviation for binary digit. The system of count­ing by bits is called the binary system.

8. A bit is the smallest unit of storage of a computer and can exist in one of two states, 0 or 1.

9. Inside the memory, bits are grouped together into what are called words.

10. Computers can have memories that range from a few thousand words to many millions.

11. However, memory size is usually described in terms of the number of characters it can store—a character being a letter, number, or punc­tuation mark. 12. The number of bits required to store one character is called a byte, and memory is usually measured in thousand of bytes or kilobytes.

13. For very large machines the word megabyte, meaning millions of bytes, is often used.

14. There are two common types of memory: random-access memory (RAM) and read-only memory (ROM).

15. Random access means that the central processor can read infor­mation from or write information into any of the computer's memory locations.

16. A common analogy for a memory location is a mailbox into which information can be inserted or from which it can be retrieved.

17. RAM is where data or programs that have been entered into the computer are stored.

18. Read-only memory or ROMis, as its name implies, only readable.

19. The implication is that information is permanently stored in ROM and can be read or retrieved by the processor whenever needed.

 

5. Read and translate the text.

TEXT 4







Дата добавления: 2015-09-15; просмотров: 475. Нарушение авторских прав; Мы поможем в написании вашей работы!



Кардиналистский и ординалистский подходы Кардиналистский (количественный подход) к анализу полезности основан на представлении о возможности измерения различных благ в условных единицах полезности...

Обзор компонентов Multisim Компоненты – это основа любой схемы, это все элементы, из которых она состоит. Multisim оперирует с двумя категориями...

Композиция из абстрактных геометрических фигур Данная композиция состоит из линий, штриховки, абстрактных геометрических форм...

Важнейшие способы обработки и анализа рядов динамики Не во всех случаях эмпирические данные рядов динамики позволяют определить тенденцию изменения явления во времени...

Упражнение Джеффа. Это список вопросов или утверждений, отвечая на которые участник может раскрыть свой внутренний мир перед другими участниками и узнать о других участниках больше...

Влияние первой русской революции 1905-1907 гг. на Казахстан. Революция в России (1905-1907 гг.), дала первый толчок политическому пробуждению трудящихся Казахстана, развитию национально-освободительного рабочего движения против гнета. В Казахстане, находившемся далеко от политических центров Российской империи...

Виды сухожильных швов После выделения культи сухожилия и эвакуации гематомы приступают к восстановлению целостности сухожилия...

Основные разделы работы участкового врача-педиатра Ведущей фигурой в организации внебольничной помощи детям является участковый врач-педиатр детской городской поликлиники...

Ученые, внесшие большой вклад в развитие науки биологии Краткая история развития биологии. Чарльз Дарвин (1809 -1882)- основной труд « О происхождении видов путем естественного отбора или Сохранение благоприятствующих пород в борьбе за жизнь»...

Этапы трансляции и их характеристика Трансляция (от лат. translatio — перевод) — процесс синтеза белка из аминокислот на матрице информационной (матричной) РНК (иРНК...

Studopedia.info - Студопедия - 2014-2024 год . (0.012 сек.) русская версия | украинская версия