计算机基本理论外文翻译
《计算机基本理论外文翻译》由会员分享,可在线阅读,更多相关《计算机基本理论外文翻译(16页珍藏版)》请在毕设资料网上搜索。
1、Basic Theory of Computer A computer is a tool for manipulating and storing information. Generally speaking, a computer is an electronic device that can accept input, process it according to a set of instructions, store the instructions and the results of processing, and produce results as its output
2、s. A computer system consists of hardware system and software system. The hardware system is usually divided into three major parts or primary subsystems: the CPU, the memory subsystem, and the IO subsystem. The CPU performs many operations and controls the computer. The memory subsystem is used to
3、store program being executed by the CPU, along with the programs data. The IO subsystem allows the CPU to interact with input and output devices, such as the keyboard and the monitor of a personal computer. This chapter will introduce the basic components of computer system. The basic components tha
4、t make up a computer system include: the CPU, memory, IO, and the bus that connects these components together. John Von Neuman, a pioneer in computer design, gave the architecture of most computers in use today. A typical John Von Neuman system has three major parts: the central processing unit( or
5、CPU ), memory, and input output (or IO). How a system designs these parts impacts the system performance. In VNA machines, like the 8086 family, the CPU is where all the actions take place. All computations occur inside the CPU. To the CPU, most IO devices look like memory because the CPU can store
6、data to an output device and read data form an input device. The major difference between memory and IO device is that IO device is generally associated the with the external devices in the outside world. The system bus connects various components of a VNA machine. The 8086 family has three major bu
7、ses: the address bus, the data bus, and the control bus. A bus is a connection of wires on which electrical signals pass through components in the system. For example, the data bus may have a different implementation between the 80386 and the 8086, but both carry data among the processor, IO, and me
8、mory. The 8086 processor uses the data bus to transfer data among the various components in a computer system. The size of this bus varies widely in the 8086 family. Indeed, this bus defines the size of the processor. The data bus on an 8086 family processor transfers information between a particula
9、r memory location or IO device and the CPU. The only question is, which memory location or IO device? The address bus answers this question. To differentiate memory location and IO device, a unique memory address is assigned to each memory element or each IO device. When the software wants to access
10、 certain memory location or IO device, it places the corresponding address on the address bus. Circuit associated with the memory or IO recognizes this address and instructs the memory or IO device to read the data from or place data on the data bus. The control bus is collection of signals that con
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文翻译
