计算机专业英语翻译
- 格式:doc
- 大小:18.00 KB
- 文档页数:2
2.1 第二段
The design of the first commercially available mechanical calculator is attributed to Leibniz. It was completed in 1694 and Leibniz demonstrated, for the first time, that binary arithmetic was superior to decimal arithmetic as it simplifies machine construction. Leibniz's machine could add, subtract,multiply,divide and even find square root .Leibniz's machine was a full adder ( you'll learn about a full adder in your Digital Hardware Design course ), in which the carry was saved in the form of the position of a lever. A working model of this machine was exhibited at the Royal Society of London in 1794, but it was somewhat unreliable. It was commercially available in 1820.
第一市售的机械计算器的设计是由于莱布尼茨。
它完成于1694年,莱布尼茨首次证明,该二进制算术优于小数运算的,因为它简化了机械结构。
莱布尼茨的机
器可以加,减,乘,除,甚至发现平方根.莱布尼茨的机器,是一个全加法器(您将了
解在您的数字硬件设计当然全加器),其中结转杆的位置的形式保存。
于1794年在伦敦皇家学会展出的这台机器的工作模式,但它是有点不可靠。
这是在1820年市售。
3.1.1
The control unit is the functional unit that is responsible for supervising the operation of the entire computer system. In some ways, it is analogous to a telephone switch board with intelligence because it makes the connections between various functional units of the computer system and calls into operation each unit that is required by the program currently in operation.
The control unit fetches instructions from memory and determines their types or decodes them. It then breaks each instruction into a series of simple small steps or actions. By doing this, it controls the step-by-step operation of the entire computer system.
该控制单元的功能单位负责监督整个计算机系统操作. 在某些方面,它类似于智能电话开关
板,因为它能连接许多计算机系统的功能单元,并要求到运行的各个单元,按当前运行的程序的需要。
控制单元从存储器中取出指令,并确定其类型或解码.然后将每条指令分解成一系列简单的
小步骤或行动。
通过这样做,它控制着一步一步的整个计算机系统的操作。
.3.2.1
The principal function of main memory is to act as an intermediary between the central processing unit(CPU) and the rest of the computer system components. It functions as a sort of desktop on which you place the things with which you are about to begin to work. The CPU can utilize only those software instructions and data that are stored in main memory.
As you know,main memory is random access memory, or RAM. The name derives from the fact that data can be stored in and retrieved at random from anywhere in the electronic main memory, chips in approxinmately the same amount of time, no matter where the data is.
主要功能的主内存是作为一个中介之间的中央处理单元(中央处理器)和计算机系统的其余部分。
它的功能的桌面上放置的东西与您即将开始工作的排序。
CPU可以利用这些软件的存储在主内存中的指令和数据。
如你所知,主记忆体是随机存取记忆体或RAM。
名称派生的数据可以存储在电子主内存中的任何地方随意检索,数据是在大约相同的时间内,无论是芯片。
4.1.3
The processor sends a command to the device, usually by means of a special programmed I/O register, to start its operation. After the request is made to the device, the processor returns to the main program. When the latency is satisfied and the device is ready to transfer, the device sends an interrupt signal to the processor and the processor services the interrupt and performs the data transfer. Various status reports are sent from the device to the processor by means of the programmed I/O paths.
处理器将命令发送到设备,通常是由一个特殊的可编程I / O寄存器的方式,开始运作。
请求后的设备,处理器返回到主程序。
当延迟满足和设备准备好传送,该设备发送一个中断信号处理器和处理器的服务中断和执行数据传输。
各种状态报告从设备发送到处理器的可编程I / O路径的手段。