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

7. Find the equivalents in the text:

1. Современные операционные системы контролируют использование системного оборудования, например, принтера и мыши.

2. С точки зрения пользователя, операционные системы PC-DOS и MS-DOS идентичны, с равными возможностями и набором системных команд.

3. OS/2 — DOS совместимая операционная система, позволяющая запускать программы при помощи графического интерфейса пользователя.

4. Дополнительные программы для работы с устройствами системного оборудования были очень сложны и поглощали много времени.

5. Операционная система также позволяет запускать программы, такие как простейший текстовый редактор.

6. DOS — наиболее распространенная операционная система для персонального компьютера.

8. Speak on operating systems. Text 6

При работе над текстом Programming languages формируется компетенция ОПК-5: обладает обладать способностью к подготовке и редактированию текстов профессионального и социально значимого содержания.

В рамках формирования компетенции у студентов вырабатываются следующие умения, навыки:

Уметь

  • понимать информацию текстов из учебной литературы в соответствии с конкретной целью;

  • выступать с подготовленным сообщением.

Владеть

  • навыками оформления речевых высказываний в соответствии с грамматическими и лексическими нормами устной и письменной речи, фонетическими нормами (устная речь) и основными правилами орфографии и пунктуации (письменная речь) иностранного языка, не допуская ошибок, препятствующих речевому общению;

  • навыком использования двуязычных словарей при чтении различного типа текстов;

  • профессиональными основами речевой. коммуникации с использованием терминологии данной дисциплины.

При работе над текстом применяются интерактивные технологии: работа малыми группами, решение ситуационных задач.

1. Read and translate the following international words:

computer, machine, code, binary, communication, symbolic, special, programme, basic, version, instruction, complex, problem, type, oriented, information, structure, action, architecture, person, theory.

2. Read and translate the derivatives:

communicate - communication - intercommunication

symbol - symbolic

instruct - instruction

programme - programming

apply - application

specify - specification

3. Study the active vocabulary:

to process – обрабатывать

CPU (Central processing unit) – центральный процессор

low-level language – язык низкого уровня

to convert - преобразовывать

assembler – ассемблер (собирающая программа)

to restrict - ограничивать

particular - определенный, конкретный

a high-level language – язык высокого уровня

convenient - удобный

means - средство

to support - поддерживать

to run on - запускать

portable - портативный

application – приложение

Artificial Intelligence – искусственный разум

generation - поколение

4. Read and translate the text: Programming Languages

The only language computers can understand directly is called machine code. It consists of the 1s and 0s (binary code) that are processed by the CPU. However, machine code as a means of communication is very difficult to write. That is why it is necessary to use symbolic languages that are easier to understand. Then, by using a special programme, these languages can be translated into machine code.

Basic languages, in which 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 programme is converted into machine code by a special programme called an assembler. These languages are considered to be still quite complex and restricted to particular computers.

To make the programme easier to write and to overcome the problem of intercommunication between different types of machines, higher-level languages were developed such as BASIC, COBOL, FORTRAN, Pascal, Ada, С and others. A higher-level language is a problem oriented programming language, whereas a low-level language is machine oriented.

This means that a high-level language is a convenient and simple means of describing the information structures and sequences of actions to be performed for a particular task.

A high-level language is independent of the architecture of the computer which supports it. This has two advantages. Firstly, the person writing the program does not have to know anything about the computer the programme will be run on. Secondly, programmes are portable, that is, the same programme can (in theory) be run on different types of computers. Programmes written in one of these languages should be converted by means of a compiler into a lower-level language or machine code so that the CPU could understand it.

С, a high-level programming language, seems to be very popular today because it is small, so it is not too hard to learn, it is very efficient and portable so one can use it with all kinds of computers. A lot of software engineers use С to write commercial applications programmes for mini, micro and personal computers. There are also various versions of С - C++ and Objective C, which represent a new style of programming.

At present there is a tendency towards an even higher level of programming languages, which might be called specification languages, and an increasing use of software development tools.

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 reported to be already working on Artificial Intelligence and the next generation of computers may be able to understand human languages.