Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Lectures_SSD2_Yermakova / Lectures_SSD2 Yermakova.doc
Скачиваний:
226
Добавлен:
25.02.2016
Размер:
3.16 Mб
Скачать

2.1 Processor and Memory

The processor and memory are essential components that enable a computer to process commands. The processor carries out instructions given to the computer. These instructions are stored in the computer's memory. In this section, you will learn how the processor executes instructions and the different types of memory a computer has.

Reading Sequence:

  • 2.1.1 Processor Basics. Learning Goal: Obtain general knowledge of how a microprocessor works in a computer and become familiar with different types of microprocessors. Gain more knowledge about microprocessor performance and about tools called "benchmarks" that are used to compare the performance of different microprocessors.

  • Parsons/Oja, Chapter 2-Section B. Learning Goal: Knowledge of the central processing unit (also "CPU" or just "processor") and different types of computer memory. The CPU runs your programs by performing numerical and logical operations. The CPU also controls the operation of the computer's memory and peripheral devices. Caution: In Parsons/Oja, Chapter 2-Section B under READ-ONLY MEMORY, the text reads, "The instructions in ROM are permanent, and the only way to change them is to replace the ROM chip." This statement is no longer completely valid because modern ROM chips are EEPROM (Electrically Erasable Programmable Read Only Memory). EEPROM allows the user to upgrade the information contained on the chip via an electrical process, while still maintaining its nonvolatile status.

  • 2.1.2 Types of Memory. Learning Goal: Knowledge of different types of memory used in a computer.

  • 2.1.3 Lab: Benchmarking (Optional). Learning Goal: To gain a practical understanding of benchmarking software and tests.

 

  • Parsons/Oja, Chapter 2-Computers in Context: "Military".

                             

Assessments:

  • Multiple-Choice Quiz 4

-

2.1.1 Processor Basics

  • Processor

  • Instruction Execution with the CPU

  • Performance: Factors and Measures

  • Types of Processors

Processor

A computer's processor is usually referred to as the microprocessor due to its size, which is about the size of your fingernail.

Figure 1 Microprocessor chip

A microprocessor processes all the instructions given to the computer (for example, add two numbers, execute program instructions, or print documents). Physically, the microprocessor is a single chip known as an integrated circuit (IC). Each chip is made out of silicon and it contains millions of transistors packed onto a chip.

The Intel Pentium M Processor, introduced on March 12, 2003, has 77 million transistors, and the width of the smallest wire on the chip is 0.13 micron, or 0.00000013 meter. As a reference, 0.13 micron is about 1/800 of the width of a human hair.

The microprocessor is referred to as the Central Processing Unit (CPU). The job of a microprocessor is to execute a series of machine instructions. These instructions are procedures to carry out a task written in a form that the computer can understand.