Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
MATEMAT_modul_2.doc
Скачиваний:
16
Добавлен:
01.05.2019
Размер:
218.62 Кб
Скачать

Завдання для самостійної роботи

(COMPUTERS IN BUSINESS, INDUSTRY AND AGRICULTURE)

  1. Find in the text English equivalents:

спад цін, обмежувати, юридичні фірми, таблиці і графічні зображення, зв’язатися з банком даних, електронна мережа, широке коло, система управління, перевіряти температуру, виробничий процес, електростанція, негайно.

  1. Fill in the blanks with a suitable word:

Correctly; error; memory; dictionary; misspelled; added; word-processing

  1. Most … programs allow you to create, edit, format, print, and save documents.

  2. A spelling checker (орфографічний коректор) with a word-processing program to find … words in your document.

  3. It does this by matching word in your document with a list of words that have been programmed in your … .

  4. When a spelling checker finds a word that does not match any of the words in its …, it displays that word.

  5. Unusual words, technical terms, and proper names will usually need to be … to the dictionary.

  6. Spelling checkers matches combinations of letters, but they cannot determine whether you are using words … .

  7. For example if you use too in a sentence that requires two, a spelling checker will not detect the … because too is spelled correctly.

  1. Put questions to the words in bold type:

  1. In offices secretaries use word-processing to write letters and reports.

2. Managers switch on their desktop computers to help them prepare spreadsheets and graphics displays.

3. Accountants and bookkeepers use computer power to help them manage company finances.

4. Computer systems are used to manage company records, to send electronic mail, and to tie into data banks.

5. Electronic networks link computer users who are located in the same building or across the country.

6. Computers are also used to monitor the temperature and pressure of production processes.

7. A computerized control system helps to keep track of continuously running machinery.

The text for Home Reading:

Program structure

You’ve been writing flowcharts before you write your programs. This helps ensure that you get all the steps into your program and get them in the right order. Remember that in writing a flowchart you plan the logical flow of your program. Once the flowchart is written, you can translate it into a program by writing one or more statements for each step in the flowchart.

However, when you begin to plan more complex programs, you’ll find that the flowcharts also become more complex. When you have a great many steps and a great many branches, you simply can’t find a place for all of them on the flowchart. This makes it very hard to check the flowchart you’ve written to be sure that you haven’t left anything out. To handle more complex programs, you need another way of planning them. It is modular design.

In engineering, education, programming, and other fields, a module is a self-contained unit that performs one specific task, which is needed to accomplish a larger task. For example, the word module is used in the space program to refer to a part of a spaceship that performs a specific task. A lunar landing module lands on the moon. A power module provides power to the ship in space. A waste-disposal module gets rid of garbage. All of these modules are necessary for getting spaceships to the moon and back.

In a computer program, a module is a self-contained part of the program that performs a specific programming task. For example, a program might have an input module and a print module. A program that is divided into modules in the planning and programming stages has a modular design.

A modular program is said to have a top-down structure because when you plan it, you start at the “top” with the most general module and work your way “down” to include all the modules that make up that module. This allows you to break a complex program into parts to make programming more efficient and easier.

Notes:

Flowchart - блок-схема

Flow of the program - хід виконання програми

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]