Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
7_05070201-Programne_zabezpechennya_avtomatizov...docx
Скачиваний:
0
Добавлен:
01.07.2025
Размер:
112.94 Кб
Скачать

Lesson 3

Read the text: Architecture (computer science)

Architecture (computer science), a general term referring to the structure of all or part of a computer system. The term also covers the design of system software, such as the operating system (the program that controls the computer), as well as referring to the combination of hardware and basic software that links the machines on a computer network. Computer architecture refers to an entire structure and to the details needed to make it functional. Thus, computer architecture covers computer systems, microprocessors, circuits, and system programs. Typically the term does not refer to application programs, such as spreadsheets or word processing, which are required to perform a task but not to make the system run.

In designing a computer system, architects consider five major elements that make up the system's hardware: the arithmetic/logic unit, control unit, memory, input, and output. The arithmetic/logic unit performs arithmetic and compares numerical values. The control unit directs the operation of the computer by taking the user instructions and transforming the electrical signals that the computer's circuitry can understand. The combination of the arithmetic/logic unit and the control unit is called the central processing unit (CPU).The memory stores instructions and data. The input and output sections allow the computer to receive and send data, respectively.

Different hardware architectures are required because of the specialized needs of systems and users. One user may need a system to display graphics extremely fast, while another system may have to be optimized for searching a database or conserving battery power in a laptop computer.

In addition to the hardware design, the architects must consider what software programs will operate the system. Software, such as programming languages and operating systems, makes the details of the hardware architecture invisible to the user. For example, computers that use the C programming language or a UNIX operating system may appear the same from the user's viewpoint, although they use different hardware architectures.

When a computer carries out an instruction, it proceeds through five steps. First, the control unit retrieves the instruction from memory - for example, an instruction to add two numbers. Second, the control unit decodes the instructions into electronic signals that control the computer. Third, the control unit fetches the data (the two numbers). Fourth, the arithmetic/logic unit performs the specific operation (the addition of the two numbers). Fifth, the control unit saves the result (the sum of the two numbers).

Early computers used only simple instructions because the cost of electronics capable of carrying out complex instructions was high. As this cost decreased in the 1960s, more complicated instructions became possible. Complex instructions (single instructions that specify multiple operations) can save time because they make it unnecessary for the computer to retrieve additional instructions. For example, if seven operations are combined in one instruction, then six of the steps that fetch instructions are eliminated and the computer spends less time processing that operation. Computers that combine several instructions into a single operation are called complex instruction set computers(CISC).

However, most programs do not often use complex instructions, but consist mostly of simple instructions. When these simple instructions are run on CISC architectures they slow down processing because each instruction - whether simple or complex – takes longer to decode in a CISC design.

Exercise 1. Learn the following words and word-combinations:

to refer to, spreadsheet, respectively, viewpoint, fetch the instruction, to proceed

Exercise 2. Answer the questions:

1) What does computer architecture cover?

2) Why are different hardware architectures required?

3) When does a computer proceed through five steps?

4) Why did early computers use only simple instructions?

5) What can complex instructions save?

Exercise 3. Give synonyms to the following words:

1) carry out; 2) proceed; 3) decrease; 4) necessary; 5) additional; 6) combine, 7) eliminate; 8) consider.

Exercise 4. Agree or disagree with the following statements:

1) The memory doesn’t store instructions or data.

2) The control unit fetches the data.

3) The control unit retrieves the instructions from memory.

4) The arithmetic/logic unit performs the specific operations.

5) The control unit does not save the results.

Exercise 5. Compose a story on one of the topics (up to 100 words):

1) Five major elements in designing a computer system.

2) The term computer architecture.

3) Complex instruction set computers.

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