《外文翻译--工程中的微型计算机.doc》由会员分享,可在线阅读,更多相关《外文翻译--工程中的微型计算机.doc(15页珍藏版)》请在金锄头文库上搜索。
1、英文翻译英文翻译资料Systems Using MicroprocessorsElectronic systems are used for handling information in the most general sense; this information may be telephone conversation, instrument reading or a companys accounts, but in each case the same main types of operation are involved: the processing, storage an
2、d transmission of information. In conventional electronic design these operations are combined at the function level: for example a counter, whether electronic or mechanical, stores the current count and increments it by one as required. A system such as an electronic clock which employs counters ha
3、s its storage and processing capabilities spread throughout the system because each counter is able to store and Process numbers.Present day microprocessor based systems depart from this conventional approach by separating the three functions of processing , storage , and transmission into different
4、 section of the system .This partitioning into three main functions was devised by Von Neumann during the 1940s, and was not conceived especially for microcomputers. Almost every computer ever made has been designed with this structure, and despite the enormous range in their Physical forms, they ha
5、ve all been of essentially the same basic design.In a microprocerror based system the Processing will be performed in the microprocessor so itself. The storage will be by means of memory circuits and the communication of information into and out of the system will be by means of special input/output
6、 (I/O) circuits. It would be impossible to identify a particular piece of hardware which performed the counting in a microprocessor based clock because the time would be stored in the memory and incremented at regular intervals by the microprocessor. However , the software which defined the systems
7、behavior would contain sections that performed as countersThe apparently rather abstract approach to the architecture of the microprocessor and its associated circuits allows it to be very flexible in use,since the system is defined almost entirely in softwareThe design process is largely one of sof
8、tware engineering, and the similar problems of construction and maintenance which occur in conventional engineering are encountered when producing software.Figure 15. 1illustrates how these three sessions within a microcomputer are connected in terms of the communication of information within the ma
9、chineThe system is controlled by the microprocessor which supervises the transfer of information between itself and the memory and input/output sections. The external connections relate to the rest(that is,the non-computer part)of the engineering system .Memory(RAM,ROM)Micro-ProcessorInput/Output Fi
10、g.15.1 Three Sections of a Typical MicrocomputerAlthough only one storage section has been shown in the diagram,in practice two distinct types of memory RAM and ROM are usedIn each case,the word memory is rather inappropriate since a computer memory is more like a filing cabinet in concept ; Informa
11、tion is stored in a set of numbered boxes banditos referenced by the serial number of the box in question.Microcomputers use RAM(Random Access Memory into which data can be written and from which data can be read again when neededThis data can be read back from the memory in any sequence desired, an
12、d not necessarily the same order which it was written, hence the expression random access memory. Another type of ROM (Read Only Memory) is used to hold fixed patterns of information which cannot be affected by the microprocessor; these patterns are not lost when power is removed and are normally us
13、ed to hold the Program which defines the behavior of a microprocessor based system. ROMs can be read like RAMs, but unlike RAMs they cannot be used to store variable information. Some ROMs have their data patterns put in during manufacture, while others are programmable by the user by means of speci
14、al equipment and are called Programmable ROMs. The widely used programmable ROMs are erasable by means of special ultraviolet Lamps and are referred to as EPROMs,short for Erasable Programmable Read Only Memories . Other new types of device can be erased electrically without the need for ultraviolet
15、 1ight, which are called Electrically Erasable Programmable Read Only Memories, ERPROMs.The microprocessor processes data under the control of the program, controlling the How of information to and from memory and input/output devices. Some input/output devices are general-purpose types while others
16、 are designed for conktrol1ing special hardware such as disc drives or controlling information transmission to other computers .Most types of I/0 devices are Programmable to some extent, allowing different modes of operation, while some actually contain special-purpose micro process to permit quite complex operation to be carried out without directly involving the main microprocessor.The micro process or, memory and input/outpu