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

What is programming?

Programming is the process of producing a set of instructions for a computer to make it perform a specified task. The task can be anything from the solution to a mathematical problem to the production of a graphics package.

Exercises

/. Pay attention to the translation of the word «either».

either — каждый, любой

either ... or — или ... или, либо ... либо

  1. Central processors operate on binary codes consisting of either Is or Os.

  2. Either of Windows can be used in this computer.

  3. Any memory location contains either data or instructions.

  4. Either of the programs can be used for processing this problem.

//. Try to think of an answer for the question. - What is programming?

///. Complete the following definitions with the words and phrases in the box.

the various parts of the program may occur in programs

language binary numbers a given problem

  1. algorithm The step-by-step specification of how to reach the solution to ...

  2. flowchart A diagram representing the logical sequence between ...

  1. coding The translation of the logical steps into a programming . machine code The basic instruction understood by computers. The processor on codes which consist of ...

  2. debugging The techniques of detecting, diagnosing and correcting errors (also known as «bugs») which ...

IV. Read the text and find answers to these questions.

  1. Do computers understand human languages?

  2. What are the differences between low-level and high-level languages?

  3. What is an assembler?

  4. What is the function of compilers?

  5. What do you understand by the terms source program and object program?

  6. What do you infer from the text about the possibility of programming a computer in Spanish, French or Japanese?

V. Read the passage and complete it with the verbs in brackets in the correct form. A Short Description of basic

BASIC is a general-purpose high-level programming language,

originally designed to (1) (develop) programs in conversational

mode. The name BASIC (2) (stand) for Beginner's All-purpose

Symbolic Instruction Code. This language is (3) (find) on most

microcomputers because it (4) (be) user-friendly and easy to

learn.

BASIC (5) (consist) of two main parts: the source language

statements — the instructions which form the program and the system commands which (6) (allow) us to control and edit a program.

BASIC enables the user (7) (interact) with the program while

it is being (8) (execute) which means that data can be (9) (input)

while the program is running. Each instruction is (10) (give)

a line number which defines the logical sequence of statements within the program.

Some well-known system commands in BASIC are: RUN, which

executes a program (11) (hold) in a BASIC file; LIST, which

prints a listing of a program on the screen; and DELETE, which (12) (remove)

a program from a file.

A large number of PC manufacturers adopted BASIC. At present,

however, there (13) (be) so many versions and extensions that

programs written for one type of PC are not directly portable to another.