Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
методичка по анг яз.docx
Скачиваний:
0
Добавлен:
01.05.2025
Размер:
95.86 Кб
Скачать

Exercises

/. Mind the translation of the words «because» and «because of».

because — так как, потому что because of — из-за, вследствие

  1. Mice are widely used in modern computers because they can do things that are difficult to do with the keyboard.

  2. Windows is very attractive because of its multitasking ability.

  3. It is very important to have a good user interface because people want to have easily operated devices.

  4. A few years ago only experts could work with computers because of the complex access to the computer system.

  5. Graphical interfaces are useful because they stimulate users to be more creative.

  6. Macintosh interfaces are successful because of their easy interaction with the computer.

//. Translate the following sentences into Russian, paying attention to the infinitive constructions.

  1. A computer is considered to be the «heart» of an electronic control system.

  1. Graphic images are supposed to represent an object or task.

  2. Personal computers (PC) appear to solve complex problems.

  1. The cursor controlled by the mouse is known to move around the screen.

///. Find answers to these questions.

  1. What does the abbreviation «GUI» stand for?

  2. What is the contribution of Macintosh computers to the development of graphic environments?

  3. What does the acronym «WIMP» mean?

  4. What computing environments based on graphics are mentioned in the text?

  1. How do your run a program on a computer with a graphical interface?

  2. Can you give two reasons for the importance of having user-friendly interfaces?

Unit IX programming languages

Unfortunately, so far computers cannot understand either ordinary spoken English or any other natural language. The only language they can understand directly is called machine code: central processors operate on codes which consist of a series of binary digits (Is and Os). In this form, the instructions are said to be in machine code.

However, machine code as a means of communication is very difficult to write. For this reason, we use symbolic languages that are easier to understand. Then, by using a special program, these languages can be translated into machine code. For example, the so-called assembly languages use abbreviations such as ADD, SUB, MPY to represent instructions. These mnemonic codes are like labels easily associated with the items to which they refer.

Basic languages, where the program is similar to the machine code version, are known as low-level languages. In these languages, each instruction is equivalent to a single machine code instruction, and the program is converted into machine code by a special program called an assembler. These languages are still quite complex and restricted to particular machines.

To make the programs easier to write and to overcome the problem of intercommunication between different types of machines, higher-level languages were designed such as BASIC, COBOL, FORTRAN or PASCAL. These languages are all problem-oriented rather than machine-oriented and can all be converted into the machine codes of different types of computers. Programs written in one of these languages (known as source programs) are converted into a lower-level language by means of a compiler (generating the object program). On compilation, each statement in a high-level language is generally translated into many machine code instructions.

People communicate instructions to the computer in symbolic languages and the easier this communication can be made the wider the application of computers will be. Scientists are already working on Artificial Intelligence and the next generation of computers may be able to understand human languages.