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

7. What is computer data processing? Five basic operations characteristic of all data process­ing systems.

Computer data processing is any computering process that converts data into information or knowledge. Data-processing systems are often referred to as information systems to emphasize their practicality

Five basic operations characteristic of all data processing systems are defined as follows

Inputting is the process of entering data, which are collected facts, into a data processing system.

Storing is saving data or information so that they are available for initial or for additional processing.

Processing represents performing arithmetic or logical operations on data in order to convert them into useful information.

Outputting is the process of producing useful information, such as a printed report or visual display.

Controlling is directing the manner and sequence in which all of the above operations are performed.

Computer data processing systems have four main advantages:

Accuracy. Once data have been entered correctly into the computer component of a data processing system, the need for further manipulation by humans is eliminated, and the possibility of error is reduced. Computers, when properly programmed, are also unlikely to make computational errors.

Ease of communications. Data, once entered, can be transmitted wherever needed by communications networks. These may be either earth or satellite-based systems.

Capacity of storage. Computers are able to store vast amounts of information, to organize it, and to retrieve it in ways that are far beyond the capabilities of humans. The amount of data that can be stored on devices such as magnetic discs is constantly increasing. All the while, the cost per character of data stored is decreasing.

Speed. The speed, at which computer data processing systems can respond, adds to their value.

The response required might be a fraction of a second.

8. What is cpu? Three main parts of the unit (a control unit, alu, registers), their components, main functions, sequence of main operations.

The nerve centre, the brain and the heart of a PC is the central processing unit or CPU. This unit is built into a single microprocessor chip - an integrated circuit - which executes program instructions and supervises the computer's overall operation

The unit consists of three main parts:

1. The control unit, which examines the instructions in the user's program, interprets each instruction and causes the circuits and the rest of the components -disk drives, monitor, etc. - to be activated to execute the functions specified, selects instructions and data from memory, and controls the flow between main storage and the arithmetic-logical unit.

The control unit has the following components:

a counter that selects the instructions, one at a time, from memory;

a register that temporarily holds the instructions read from memory while it is being executed;

a decoder that takes the coded instruction and breaks it down into individual commands

necessary to carry it out;

a clock, which produces marks at regular intervals.

The sequence of control unit operations is as follows:

  • The next instruction to be executed is read out from primary storage into the storage register.

  • The instruction is passed from the storage register to the instruction register.

  • The operation part of the instruction is decoded so that the proper arithmetic or logical operation can be performed.

  • The address of the operand is sent from the instruction register to the address register.

  • At last the instruction counter register provides the address register with the address of the next instruction to be executed.

2. The arithmetic logic unit (ALU), which performs mathematical calculations (addition, subtraction, multiplication, division and exponentiation, etc.) and logical operations (and, or, etc.). Data enter the ALU and return to main storage through the storage register.

3. The registers, which are high-speed units of memory used to store and control information. One of these registers is the program counter (PC) which keeps track of the next instruction to be performed in the main memory. Another is the instruction register (IR) which holds the instruction that is currently being executed.