
- •Министерство образования российской федерации
- •Все многочисленные опечатки и ошибки сохранены
- •The Infinitive
- •Формы причастия
- •Introduction
- •The parts of a computer system
- •Input Devices
- •The development of computers
- •Integrated circuits
- •Instruction codes
- •Men and Machines before Babbage
- •The Basic Action of a Computer
- •Programming languages
- •Инфинитивные обороты
- •Маркеры
- •Why Assembly Language?
- •Structured Programming
- •Степени сравнения прилагательных.
- •Interactive processing
- •Unit 5 Функции слова that
- •Перевод терминологических словосочетаний (тс)
- •The operating system
- •Defining of microcomputers
- •Classes of computers
- •Pc Software: yesterday, today and tomorrow
- •8087 Architecture
- •If I were you I would attend the lecture. На твоем месте я бы посетил лекцию.
- •Употребление слова one
- •Real Numbers
- •Герундиальный оборот
- •Special Values
- •Абсолютный причастный оборот
- •Data Format Conversion
- •Considerations For selecting a dsp Processor
- •Introduction
- •I/o Handling Capabilities
- •Parallel and Serial Communications
- •Функции слова it.
- •Evolution of the microprocessors
- •Break the 486 speed barrier
- •80486 Mainboard
- •What is the difference between 386sx, 386dx, 486sx, and 486dx processors?
- •Differences between processors
- •General Setup Notes
- •Ethernet Versus Token Ring
- •The 10base-t Revolution
- •Internet, Networking, and Distributed Services
- •The JavaScript Language
- •Networking Objects with corba
- •Implementing Component Objects
- •Приложение 1. Список союзов, наречий и составных предлогов
- •Приложение 2. Vocabulary
- •Приложение 3. Answers to the crossword
- •Маргарита Петровна Милич программирование, компьютеры, сети
The Basic Action of a Computer
The parts of computer can be connected in different ways. In some designs, the processor is central. In others, the memory is central. In many modern designs, all the parts are equally important. A common type of operation is shown in the Fig. 4.
Fig. 4. Operation of computer.
It is shown that the processor is central in this organisation. All movement of data is through the processor.
When the memory is central, moving data from an input device to memory requires two instructions:
1. Move input data to the processor. Inside the processor, the data is held in a place called register.
2. Move data from the register to memory.
Computer memory is used to hold instructions as well as data. Memory is divided into parts called locations. Locations normally hold 8, 16, or 32 bits. All locations in one computer hold the same number of bits. The data or instruction is represented by the pattern of bits. Each location has a number called an address. All instructions involving memory require an address.
Machine language
Large numbers of bits are stored electrically in the processor and memory. Some of the patterns of bits are instruction codes. Other patterns of bits are addresses of input data. These addresses tell the computer where to get its data. Again, other patterns of bits are addresses of output data. The entire set of instruction codes and addresses is known as a machine language program.
Machine language programs appear as complex patterns of bits. These patterns are difficult for programmers to read. Such patterns are also difficult to correct or write by hand. In addition, different types of computers have different machine languages. Each machine language specifies behaviour inside a particular CPU. For this reason, machine language is called
low-level language. To write a program in a machine language, the programmer must understand all the details of the computer's design.
To make the work of a programmer easier, programming languages were invented. Programming languages do not use binary digits. Some programming languages use English words. An example of one programming language is COBOL.
To write a program in COBOL, the programmer does not need to know all the details of the computer's design. A COBOL program written for one type of computer is very similar to a COBOL program written for another type of computer. For this reason, programming languages like COBOL are known as high-level languages.
Computers can only execute machine language programs. They cannot execute the COBOL statements written by the programmer The COBOL program must first be translated into machine Language. This translation is carried out by a special program called a compiler.
V. Заполните пропуски подходящими по смыслу словами.
Computer memory is used to hold data and ...
Memory is divided into . ..
Bach Location has ...
All instructions require . ..
The entire set of instruction codes and addresses is known as ...
Computers can only execute ...
A special program called ... carries out a translation.
2. Прочитайте следующий текст.