搜档网
当前位置:搜档网 › 计算机专业英语教程第5版翻译

计算机专业英语教程第5版翻译

计算机专业英语教程第5版翻译
计算机专业英语教程第5版翻译

1

We have learned that all computers have similar capabilities and perform essentially the same functions, although some might be faster than others. We have also learned that a computer system has input, output, storage, and processing components; that th e processor is the “intelligence” of a computer system; and that a single computer system may have several processors. We have discussed how data are represented inside a computer system in electronic states called bits. We are now ready to expose the inner workings of the nucleus of the computer system — the processor.

我们已经知道,所有的计算机都具有相似的能力,并且在本质上执行相同的功能,尽管一些可能会比另一些快一点。我们也知道,一个计算机系统具有输入,输出,存储和处理部件;处理器是一个计算机系统智能核心,并且一个计算机系统可以有许多个处理器。我们已经讨论过如何在计算机系统内部,用被称作“位”的电子状态来表现数据,现在我们要弄明白计算机系统的核心,即处理器,的内在的工作方式。

The internal operation of a computer is interesting, but there really is no mystery to it. The mystery is in the minds of those who listen to hearsay and believe science-fiction writer. The computer is a nonthinking electronic device that has to be plugged into an electrical power source, just like a toaster or a lamp.

计算机的内部操作很有意思,但确实没有什么神秘可言。所谓的神秘只是存在于那些听信传闻和相信科幻小说作家的人的意识中。计算机就是一种没有思想的需要接通电源的电子设备而已,与烤面包机和台灯差不多。

Literally hundreds of different types of computers are marketed by scores of manufacturers [1]. The complexity of each type may vary considerably, but in the end each processor, sometimes called the central processing unit or CPU, has only two fundamental sections: the control unit and the arithmetic and logic unit. Primary storage also plays an integral part in the internal operation of a processor. These three—primary storage, the control unit, and the arithmetic and logic unit —work together. Let’s look at their functions and the relationships between them.

不加夸张地讲,市场上有几百种不同类型的计算机在销售.每种电脑在复杂性上可能有很大区别,但归根结底,每种处理器,有时称为中央处理器即cpu,只有两个基本部分:控制单元和计算逻辑单元.主内存在处理器内部操作中也是一个不可缺少的部分.这三个部件--主内存,控制单元和计算逻辑单元--一起工作.然我们看看它们(各自的)功能和它们之间的联系。

Unlike magnetic secondary storage devices, such as tape and disk, primary storage has no moving parts. With no mechanical movement, data can be accessed from primary storage at electronic speeds, or close to the speed of light. Most of today’s computers use DRAM (Dynamic Random-Access Memory) technology for primary storage. A state-of-the-art DRAM chip about one eighth the size of a postage stamp can store about 256,000,000 bits, or over 25,600,000 characters of data!

主存与其他的辅助存储器(如:磁带、硬盘)不一样的是,主存不含有运转部件。由于没有机械运转的需要,主存种数据访问可以达到电子的速度,或接近于光速。当今计算机的主存大多数使用DRAM(动态随机存取存储器)技术。目前最新的工艺水平是:一块只有大约1/8张邮票大小的DRAM芯片却可以存储大约256,000,000位,约25,6000,000个字符的数据。

Primary storage, or main memory, provides the processor with temporary storage for programs and data. All programs and data must be transferred to primary storage from an input device (such as a VDT) or from secondary storage (such as a disk) before programs can be executed or data can be processed. Primary storage space is always at a premium; therefore, after a program has been executed, the storage space it occupied is reallocated to another program awaiting execution.

主存储器,也就是说内存,用于为处理器暂时存放程序和数据。所有的程序和数据在被操作之前必须从输入设备(如VDT)或者辅助存储器转存到主存储器中。主存储器存储容量通常是相当有限的,因此,在一个程序执行结束,它所占用的存储空间必须被重新分配给其它正在等待执行操作的程序。

Figure 1-1 illustrates how all input/output (I/O) is “read to” or “written from” primary storage. In the figure, an inquiry (input) is made on a VDT. The inquiry, in the form of a message, is routed to primary

storage over a channel (such as a coaxial cable). The message is interpreted, and the processor initiates action to retrieve the appropriate program and data from secondary storage [3].The program and data are “loaded”, or moves, to primary storage from secondary storage. This is a nondestructive read process. That is, the program and data that are read reside in both primary storage (temporarily) and secondary storage (permanently). The data are manipulated according to program instructions, and a report is written from primary storage to a printer.

图 1-1描述了输入/输出设备与主存储器间的读和写过程。在图中,VDT发出一个输入请求,请求是以消息模式通过通道(如同轴电缆)发送到主存储器。这个查询被解释,处理器发起操作从辅助存储器中调用合适的程序和数据。程序和数据从辅助存储器传送到主存储器中,这是一个非破坏性的读取过程,也就是说,程序和数据同时存在于主存(临时保存)和辅助存储器(永久保存)中。根据程序指令的指示,处理器对数据进行操作,并从主存传送一份报告到打印机。

A program instruction or a piece of data is stored in a specific primary storage location called an address. Addresses permit program instructions and data to be located, accessed, and processed. The content of each address is constantly changing as different programs are executed and new data are processed.

程序指令和数据是存储在主存中一个特殊的位置,称为地址空间。通过地址空间可以实现计算机对程序指令和数据的定位、访问和处理。地址空间的内容是经常变化的,这是由于计算机一直在执行不同的程序和数据。

Another name for primary storage is random-access memory, or RAM. A special type of primary storage, called read-only memory (ROM), cannot be altered by the programmer. The contents of ROM are “hard-wired” (designed into the logic of the memory chip) by the manufactur er and can be “read only”. When you turn on a microcomputer system, a program in ROM automatically readies the computer system for use. Then the ROM program produces the initial display screen prompt.

主存储器也称为随机存取存储器,或RAM。还有一种特殊的主存储器,称为只读存储器(ROM),这种存储器不能被程序更改存放的内容。ROM的内容是被生产商通过硬件电路写入的,并且不能被重写。当你启动计算机,ROM中的一个程序会自动就绪等待计算机系统的调用,然后在显示器中显示开机提示。

A variation of ROM is programmable read-only memory (PROM). PROM is ROM into which you, the user, can load “read-on ly” programs and data. Once a program is loaded to PROM, it is seldom, if ever, changed [4]. However, if you need to be able to revise the contents of PROM, there is EPROM, erasable PROM. Before a write operation, all the storage cells must be erased to the same initial state.

可编程只读存储器(PROM)是另一种ROM,它可以载入只读的程序和数据,一旦载入,将不再改变。然而,若果你需要去修正PROM的内容,可以使用可擦可编程只读存储器。EPROM在进行一次写操作之前,所有的存储单元必须被还原为同一初始状态。

A more attractive form of read-mostly memory is electrically erasable programmable read-only memory (EEPROM). It can be written into at any time without erasing prior contents; only the byte or bytes addressed are updated.

一种更吸引人的可改写只读存储器是电可擦除可编程只读存储器 (EEPROM)。它可以在任何时候写入,而且不会擦除以前的内容;只会更新被寻址的字节。

The EEPROM combines the advantage of nonvolatility with the flexibility of being updatable in place [6], using ordinary bus control, address, and data lines.

电可擦可编程存储器把非易失性优点和可更新、需要更新的地方的灵活性结合起来,修改时使用普通的总线控制线、地址线和数据线。

Another form of semiconductor memory is flash memory (so named because of the speed). Flash memory is intermediate between EPROM and EEPROM in both cost and functionality. Like EEPROM, flash memory uses an electrical erasing technology. An entire flash memory can be erased in one or a few seconds, which is much faster than EPROM. In addition, it is possible to erase just blocks of memory rather than an entire chip. However, flash memory does not provide byte-level erasure [7]. Like EPROM, flash memory uses only one transistor per bit, and so achieves the high density of EPROM.

另一种半导体记忆体是闪存(意味着速度快)。闪存在性价比上处于EPROM和EEPROM之间,它使用电擦写技术。整个闪存的内容可以在一到几秒内被清除,这是远快于EPROM的。另外,它还可以对部分记忆块而不是整个存储器进行清除。然而,闪存并不提供字节级的擦除。像EPROM,闪存只使用一个晶体管每比特,因此可以实现高密度的EPROM。

Cache Memory

Program and data are loaded to RAM from secondary storage because the time required to access a program instruction or piece of data from RAM is significantly less than from secondary storage. Thousands of instructions or pieces of data can be accessed from RAM in the time it would take to access a single piece of data from disk storage [8]. RAM is essentially a high-speed holding area for data and programs. In fact, nothing really happens in a computer system until the program instructions and data are moved to the processor. This transfer of instructions and data to the processor can be time-consuming, even at microsecond speeds. To facilitate an even faster transfer of instructions and data to the processor, most computers are designed with cache memory. Cache memory is employed by computer designers to increase the computer system throughput (the rate at which work is performed).

程序和数据从辅助存储器装载到RAM中是因为对RAM中的程序指令和数据的访问时间要明显的少于从辅助存储器访问。数以千条的指令和数据能被访问而只需花费从硬盘访问一次数据的时间。RAM是数据和程序的重要的高速存放区,事实上,计算机系统不会进行任何操作直到程序指令被传入处理器进行执行,这种指令和数据的传输是需要花费时间的,即使传输速度已经是以纳秒来计算了。为了能更快速的传输指令和数据,大多数计算机设计使用高速缓存。计算机设计者使用高速缓存来提高计算机系统的总处理能力(工作效率)。

Like RAM, cache is a high-speed holding area for program instructions and data. However, cache memory uses SRAM (Static RAM) technology that is about 10 times faster than RAM and about 100 times more expensive. With only a fraction of the capacity of RAM, cache memory holds only those instructions and data that are likely to be needed next by the processor. Two types of cache memory appear widely in computers. The first is referred to as internal cache and is built into the CPU chip. The second, external cache, is located on chips placed close to the CPU chip. A computer can have several different levels of cache memory. Level 1 cache is virtually always built into the chip. Level 2 cache used to be external cache but is now typically also built into the CPU like level 1 cache.

和RAM一样,高速缓存也是程序指令和数据的高速存储区。然而,高速缓存使用静态RAM技术,这种技术比RAM在速度上要高出10倍,价格上高出100倍。cache只保存内存中那一小部分最有可能被处理器执行的指令和数据。两种类型的cache广泛应用于计算机,第一种被植入cpu中的叫做内部高速存储,第二种是外部高速存储,它位于那些靠近cpu的芯片中。一台计算机可以拥有几个不同级别的高速缓存。一级缓存实际上总是植入芯片中,二级缓存过去常常作为外部高速缓存,但是现在也像一级缓存植入cpu内部。

2.1

Optical laser disk technology eventually may make magnetic-disk and magnetic tape storage obsolete. With this technology, the read/write head used in magnetic storage is replaced by two lasers. One laser beam writes to the recording surface by scoring microscopic pits in the disk, and another laser reads the data from the light-sensitive recording surface. A light beam is easily deflected to the desired place on the optical disk, so an access arm is not needed.

光盘技术最终可能使磁盘和磁带存储淘汰。用这种技术,磁存储器所用的读/写头被两束激光代替。一束激光通过在光盘上刻制微小的凹点,对记录表面进行写;而另一束激光用来从光敏感的记录表面读取数据。由于光束容易被偏转到光盘上所需要的位置,所以不需要存取臂。

Optical laser disks are becoming a very inviting option for users. They are less sensitive to environmental fluctuations, and they provide more direct-access storage at a cost that is much less per megabyte of storage than the magnetic-disk alternative. Optical laser disk technology is still emerging and has yet to stabilize; however, at present there are three main categories of optical laser disks. They are CD-ROM, recordable CD-R and rewritable CD-RW, and magneto-optical disk.

对用户而言,光盘正成为最有吸引力的选择。它们(光盘)对环境变化不太敏感,并且它们以每兆字节比磁盘低得多的存储器价格提供更多的直接存取存储器。光盘技术仍在出现,并且还需要稳定;然而,目前有三种主要类型的光盘。它们是CD-ROM、WORM盘和磁光盘。

CD-ROM

Introduced in 1980, the extraordinarily successful CD, or compact disk, is an optical laser disk designed to enhance the recorded reproduction of music. To make a CD recording, the analog sounds of music are translated into their digital equivalents and stored on a 4.72-inch optical laser disk. Seventy-four minutes of music can be recorded on each disk in digital format by 2 billion digital bits. With its tremendous storage capacity, computer-industry entrepreneurs immediately recognized the potential of optical laser disk technology. In effect, anything that can be digitized can be stored on optical laser disk: data, text, voice, still pictures, music, graphics, and video.

1980年引入的,非常成功的CD,或紧密盘是设计来提高音乐的录音重放质量的光盘。为了制作一张CD,把音乐的模拟声音转换成等价的数字声音,并且存储在一张4.72英寸的光盘上。在每张光盘上可以用数字格式(用20亿数字位)记录74分钟的音乐。因为它的巨大存储容量,计算机工业的企业家们立刻认识到光盘技术的潜力。事实上,任何可以被数字化的东西都能存储在光盘上:数据、正文、声音、静止图象、音乐、图形和视频。

CD-ROM(pronounced cee-dee-ROM) is a spinoff of audio CD technology. CD-ROM stand for compact disk-read only memory. The name implies its application. CD-ROM disks, like long-playing record albums, are “pressed” at the factory and distributed with their prerecorded contents(for example, the complete works of Shakespeare or the first 30 minutes of Gone with the wind). Once inserted into the disk drive, the text, video images, and so on can be read into primary storage for processing or display; however, the data on the disk are fixed—they cannot be altered. This is in contrast, of course, to the read/write capability of magnetic disks.

CD-ROM(读作C—D—ROM)是音频CD技术的副产品。CD-ROM代表紧密盘—只读存储器。该名字隐含了它的应用。只读光盘与 (能长期播放的) 唱片一样,在工厂里“压制”并带着预先录好的内容 (如莎士比亚全集,或电影“飘”的前30分钟部分),分发出去。一旦光盘插入光盘驱动器,正文、视频图像等等就能读入主存进行处理或显示;然而,在只读光盘上的数据是固定的—它们不能被改变。当然,这是与磁盘的读/写能力不同的。

The tremendous amount of low-cost dir-access storage made possible by optical laser disks has opened the door to many new applications.

大量的、低成本直接存取存储器(是光盘使之成为可能)已经打开了通向许多新应用的大门。

CD-R AND CD-RW

CD-R and CD-RW both allow user to store data on compact discs, but only data on rewriteable CDs can be erased and overwritten. CD-R discs can only be written to once. Both types of discs look very similar to CD-ROM discs. Recordable CDs are commonly used to store music files, allowing home users to make high-quality personalized music CDs. CD-RW discs can be written to and erased similar to floppy disk. Consequently, they are a good alternative for large file storage, as well as for creating a “master” disc before burning a CD-R discs(most CD-RW drives can write to both CD-RW and CD- R discs, but some CD and CD-R drives cannot read CD-RW discs). CD-R and CD-RW drives also read CD-ROM discs. However, CDs will be eclipsed BY DVDs, once that technology becomes improved and standardized.

CD-R和CD-RW都允许用户存储数据在光盘上,但是只有那些在可复写cd中的数据能被擦除和重写。Cd-r光盘只能被写入一次。这俩种光盘看起来与只读cd光盘差不多。可记录cd管片通常用于存储音乐文件,这样可以允许家庭用户制作高质量的个人音乐唱片。Cd-rw光盘就像软盘那样能被重写和擦除。因此,他们是大容量文件存储的另一种不错选择,同时也作为主盘在对cd-r光盘进行刻入之前(大多数的可擦写光盘驱动器可以读取cd-rw和cd-r光盘,但是也

有一些cd驱动器和cd-r驱动器不能读cd-rw光盘)。Cd-r和cd-rw驱动器也可以读cd-rom光盘,然而,cd将会被dvd 所替代,一旦dvd的技术完全成熟和标准化。

Magneto-Optical Disk

Magneto-Optical disk offers promise that Optical laser disks will become commercially viable as a read-and-write storage technology. The 5and1/4inch disks can store up to 1,000Mb. At present, magneto-optical disks are too expensive and do not offer anywhere near the kind of reliability that users have come to expect of magnetic media. In addition, the access times are relatively slow, about the same as a low-end Winchester disk.

磁光盘有希望使得激光盘成为商业上可行的读/写存储技术。5*1/4英寸的磁光盘可以存储高达1000Mb。目前磁光盘太贵且根本未达到用户对磁介质所期望的那种可靠性。此外,存取时间相对而言比较慢,大约与低档温彻斯特盘相同。

As optical laser disk technology matures to reliable, cost-effective, read/write operation, it eventually may dominate secondary storage in the future as magnetic disks and type do today.

随着光盘技术成熟到可靠,性能价格合算,可读/可写,将来它最终会象现在磁盘、磁带那样统治二级存储器。

DVDs

The acronym DVD(for digital versatile disc, or digital video disc) refer to a relatively new high-capacity optical storage format that can hold from 4.7GB to 17GB, depending on the number of recording layers and discs sides being used. A standard single layered, single-sided DVD can store 4.7GB of data; a two-layered standard enhances the single-side layer to 8.5GB. DVD can be double-sided with a maximum storage of 17GB per disc. The DVD was initially developed to store the full contents of a standard two-hour movie, but is now also used to store computer data and software. DVD-ROM technology is seen by many as the successor to music CDs, computer CD-ROMs, and prerecorded VHS videotape that people buy and rent for home viewing-in other words, read-only products. DVD-R is DVD rewritable(similar to CD-W). The user can write to the disk only once. DVD-RW is DVD recordable(similar to CD-RW). The user can erase and rewrite to the disk multiple times. Only one-sided disks can be used for both DVD-R and dvd-rw. Most DVD drives can play both computer and audio CDs, but you can’t play DVDs in a CD drive.

这个缩写影碟(数字化视频光盘或数字视频光盘),指的是相对较新的高容量光存储格式取决于光盘记录层和边数,可以从4.7 GB的持有以17 GB,被使用。一个标准的单层单面的DVD可以存储4.7 GB的数据,一两个层次的标准,增强了单面层到8.5 GB的。 DVD可双面的每件17 GB的最大存储。该DVD最初是存储标准的全部内容的两个小时的电影,但现在还用于存储计算机数据和软件。DVD - ROM技术是被许多人视为对音乐CD,电脑光盘和人们购买和租赁的预先录制的家庭录影带的后续,换句话说,只读的产品。DVD-R是可记录的DVD(就像CD-R那样)。用户可以对其进行一次写入。DVD-RW是可擦写的(类似的CD - RW),用户可擦除和重写磁盘多次。DVD-R和DVD-RW都是单面光盘。所有的DVD驱动器可以同时播放电脑和音频CD。但是,不能在CD播放机上应用DVD光盘。

DVD Forum Receives Top Information Technology Industry Award for Creation of Unified Specification for Next Multimedia Era

DVD论坛因建立下一代数字多媒体的统一规范而获得最高信息技术工业奖

The DVD Forum today announced that it has received the 1997 PC Magazine Award for Technical Excellence in the category of “Standards”, in recognition of the Forum’s successful development of the dvd-rom specification.

DVD论坛今天宣布,因该论坛成功制定了DVD-ROM规范而获得1997年PC杂志的 (制定标准的) 卓越技术奖。

“New standards are particularly important, since they promise to bring higher levels of technology innovation and market compatibility to today’s technology users,” said by Michael J. Miller, editor-in-chief of PC Magazine.” DVD-ROM is a compelling technology that was chosen because it’s a familiar format that brings a wealth of new computing, educational, gaming and entertainment possibilities to the user.”

“新的标准特别重要,因为它们承诺把更高级的技术革新和市场兼容性带给今天的技术用户,”PC杂志主编Michael J.

Miller说,“DVD-ROM是被选出的激发兴趣的技术,因为它是一种熟悉的格式,它把大量的新计算、新教育、新游戏和新娱乐的可能性带给用户。”

In the Award citation to DVD-ROM technology, PC Magazine referred to DVD as the format that will ”replace the CD-ROM as the primary means of PC content distribution. ”R epresentatives of three companies involved in development of the specification, Hitachi Ltd. , Matsushita Electric Industrial Company(Panasonic) and Toshiba Corporation, accepted the award on behalf of the DVD Forum in a ceremony held on November 17 at COM DEX’ 97 in Las Vegas.

在对DVD-ROM技术的颁奖词中, PC杂志称,DVD将会“代替CD-ROM作为PC内容 (即各种软件和资料) 传播的主要手段。”参加规范开发的三个公司的代表(日立,松下,东芝)以DVD论坛的名义在11月7日,Las Vegas COMDEX '97 举行的庆祝典礼上接受该项奖。

“Products based on specifications defined by the DVD Forum are now shipping in volume to the worldwide computer an d consumer electronics markets, and the Award for Technical Excellence adds to the market’s validation of the success of the standards process, ”said Koji Hase, General Manager of the DVD Products Division at Toshiba Corporation and a founding member of th e DVD Forum. ”We are extremely pleased to see the work of the DVD Forum recognized as one of the key technical achievements in the personal computer industry, particularly as the Forum expands the scope of its work with a large, global membership in 1998. ”

“基于DVD论坛定义的规范的产品现在正在大量运往世界各地的计算机和电子产品市场,并且卓越技术奖增加了市场对成功制定标准的认可,”东芝公司DVD产品部总经理和DVD论坛创办成员Koji Hase说,“我们非常高兴地看到DVD 论坛的工作被公认为个人计算机工业中重要的技术成就之一,特别是在1998年与更大的,全球的会员扩大了它的工作范围。”

“The members of the DVD Forum developed the DVD-ROM specification as the best technical approach and also the best approach for customers in the marketplace, ”said Sakon Nagasaki, director of the DVD Business Development Office of Matsushita Electric Industrial Co. Ltd(Panasonic). “Acceptance of the format illustrates how standards – m aking efforts advance the goals of the entire electronics industry. ”“DVD论坛的成员把DVD-ROM规范开发作为最好的技术方法和对市场上客户的最好方法”松下有限公司的DVD商业开发办公室主任Sakon Nagasaki说,“该格式的接受说明了制定标准如何加快整个电子工业的目标的实现。”

In addition to its role in development of DVD-ROM and DVD-Video standards, the Forum has proposed the format for recordable DVD, known as DVD-R, and rewritable DVD, known as DVD-RAM, to international standards bodies. Work is also continuing on definition of a DVD Audio specification.

除了论坛在开发DVD-ROM和DVD-Video标准的作用外,论坛也提出了可记录DVD的格式,称为DVD-R和可重写的DVD,称为DVD-RAM,并提交国际标准组织。定义DVD-Audio规范的工作也正在继续着。

“The mi sson of the DVD Forum is to define a smooth migration from CD to DVD technology by working with the widest possible representative group of manufacturers and technology end-users in the converging industries of computers and cusumer electronics, ”said Dr. Yoshita Tsunoda, a member of the Exective Staff of Hitachi, Ltd. And Chairman of the DVD Forum’s DVD-RAM Working Group. “The different working groups have already completed definition of three separate DVD technology standards, and we have begun work on de veloping next generation specifications that will provide compatible products well into the next century.”

“DVD论坛的任务是,在汇合计算机工业和消费电子产品工业中,通过与最广泛代表性的制造商与技术最终用户小组一起工作,确定从CD技术向DVD技术的平滑过渡的途径。”日立有限公司执行官之一和DVD论坛DVD-RAM工作组主席Yoshita Tsunoda博士说,“不同工作组已完成三个不同的DVD技术标准的定义,并且我们已开始开发下一代规范的工作,这些规范将很好地提供可兼容产品到下一世纪。”

Recipients of the PC Magazine Awards for Technical Excellence are named by a team of editors, senior contributors and PC Labs personnel after months of evaluation and discussion. PC Magazine, the sponsor of the Technical Excellence Awards, is a 1.175 million circulation magazine published by Ziff-Davis Inc. Pc Magazine is published 22 times a year in print, quarterly on CD, and continuously on the World Wide Web ().

PC杂志的卓越技术奖的获得者是由编辑、捐助者和PC实验室全体成员组成的小组在几个月的评价和讨论后提名。PC 杂志,卓越技术奖的主办者,是由Ziff-Davis公司出版、有1.175百万冊发行量的杂志。PC杂志一年印刷出版22次,每季度出CD,并且连续地在环球网上。

3.3

Java is designed to meet the challenges of application development in the context of heterogeneous, network-wide distributed environments. Paramount among these challenges is secure delivery of applications that consume the minimum of system resources, can run on any hardware and software platform, and can be extended dynamically.

Java是为了解决在复杂的、大规模分布式网络环境下开发应用程序的挑战而设计的。其中最大的一个挑战是确保交付的程序:占用最少的系统资源,并且能在任何硬件、软件平台下运行,能被动态扩展。

Java originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time operating platform. When the project started, C++ was the language of choice. But over time the difficulties encountered with C++ grew to the point where the problems could best be addressed by creating an entirely new language platform. Design an architecture decisions drew from a variety of language such as Eiffel, SmallTalk, Objective, C, and Cedar/Mesa. The result is a language platform that has proven ideal for developing secure, distributed, network based end-user applications in environments ranging from network-embedded devices to the World-Wide-Web an the desktop.

Java最初只是一个为各种网络和嵌入式设备而研究的软件系统的一部分,这个系统的目标是一个小的、可信赖的、可移植的,分布式的、实时的平台。最开始C++语言是这个平台的首选。但随着时间的推移,C++出现了很多问题,有必要开发一个全新的语言平台。我们根据Eiffel, SmallTalk, Objective, C, and Cedar/Mesa等语言来做出决策,结果是开发出了一个理想的、能在从嵌入式网络设备到万维网到桌面等各种环境下方便的开发安全的、分布的、基于网络的应用程序的平台。

`The design requirements of Java are driven by the nature of the computing environments in which software must be deployed.

Java的设计要求是由软件所部署的计算环境的本质决定的.

The massive growth of the Internet and the World-Wide Web leads us to a completely new way of looking at development and distribution of software. To live in the world of electronic commerce and distribution, Java technology must enable the development of secure, high performance, and highly robust applications on multiple platforms in heterogeneous, distributed networks.

互联网和万维网的快速发展带领我们用新的眼光去看待开发和发布软件。在电子商务的时代,Java必须具有开发安全性、高效性、健壮的、大众的、能在多平台和多样化、分布式网络运行的程序。

Operating on multiple platforms in heterogeneous networks invalidates the traditional schemes of binary distribution , release, upgrade, patch, and so on. To survive in this jungle, java must be architecture neutral, portable, and dynamically adaptable.

为了能在异构网络的多个平台上执行二进制发布、升级、修补等计划的环境中发展,Java必须是总体结构不带偏向性的、可移植的、且能动态地自适应的。

The java system that emerged to meet there needs in simple, so it can be easily programmed by most developers; familiar, so that current developers can easily learn java; object oriented ,to take advantage of modern software development methodologies and to fit into distributed client-server application; multithreaded, for high performance in applications that need to perform multiple concurrent activities , such as multimedia; and interpreted ,for maximum portability and dynamic capabilities.

Java系统的出现使得这些需求变得简单,所以可以很容易的被大多数开发人员所使用;大众的,所以现在的开发人员可以很容易的学习Java;面对对象的,利用现代软件开发方法的优势以适应分布式客户端-服务器应用程序;多线程的,用于高性能的执行多个并发活动,如多媒体;解释型的,为了最大的可移植性和动态能力。

Together, the above requirements comprise quite a collection of buzzwords, so let’s examine some of them and their respective benefits before going on.

总的来说,上述包括相当多的专业术语,所以在继续之前先让我们来认识一下它们以及它们所带来的的各种好处。

What's completely new is the manner in which java and its run-time system have combined them to produce a flexible and powerful programming system.

Java和它在运行时的系统能包含有良好的操作性以及强大的编译设计系统是一种全新的方式。

Developing your applications using Java results in software that is portable across multiple machine architectures, operating systems, and graphical user interfaces, secure, and high performance. With Java, your job as a software developer is much easier--you focus your full attention on the end goal of shipping innovative products on time, based on the solid foundation of Java. The better way to develop software is here, now, brought to you by the Java language platform.

使用Java开发您的应用软件所带来的是可在多种机器总体结构、操作系统和图形用户借口间的移植,安全性和高性能。使用Java,你作为软件开发人员的工作室非常容易的--基于Java的基础您可以专注发展和及时创新。开发软件的最好方法在这里,现在,给您带来Java语言平台。

Very dynamic languages like lisp, TCL, and SmallTalk are often used for prototyping. one of the reasons for their success at this is that they are very robust---you don't have to worry about freeing or corrupting memory.

非常具有生命力的语言如lisp、tcl和SmallTalk常常用于充当原型构造技术。他们在这取得成功的其中一个原因是:他们非常强大,您不需要内存的释放或者损坏。

Similarly ,programmers can be relatively fearless about dealing with memory when programming in java .the garbage collection system makes the programmer's job vastly easier ;with the burden of memory management taken off the programmer's shoulders , storage allocation errors go away.

同样的,程序员在使用Java编程的时候可以不用过多担心存储问题。无用单元手机系统使程序员的工作大为容易,卸下了程序员肩上存储管理的负担,存储分配错误不再发生。

Another reason commonly given that like lisp , TCl, and smalltalk are good for prototyping is that they don't require you to pin down decision early on these languages are semantically rich.

一般认为像LISP、TCL和SmallTack这样一些语言十分适合于原型法的另一理由,是因为它们不要求你受早期决定的约束---这样的语言的语义是很丰富的。

Java has exactly the opposite property ; it forces you to make explicit choices . along with these choices come a lot of assistance you can write method invocations and ,if you get something wrong, you get told about it at compile time . you don't have to worry about method invocations error.

Java具有完全相反的性质,它强制你做出明确的选择。伴随着这些选择的是许多助理---如:你可以写一些方法的调用,如果有错误,你会在编译时被告知。您也不需要担心方法调用错误。

4.1

An operating system is the software which acts as an interface between a user of a computer and the computer hardware.操作系统是计算机用户和硬件的软件接口。The purpose of an operating system is to provide an environment in which a user may execute program. 操作系统的目的是提供用户一个可以执行程序的环境。The primary goal of an operating system is thus to make the computer system convenient to use. 操作系统的主要目标因此是使计算机系统便于使用。A secondary goal is to use the computer hardware in an efficient way. 其次是高效地使用计算机硬件。

We can view an operating system as a resource allocator. 我们可以把操作系统看做是一个资源分配器。A computer system has many resources which may be required to solve a problem: CPU time, memory space, file storage, input/output(I/O) devices, and so on.一个计算机系统拥有许多资源,因此需要去解决一些问题,如cpu时间,内

存空间,文件存储,输入输出设备等。The operating system acts as the manager of these resources and allocates them to specific programs and users as necessary for their tasks. 操作系统就像是资源管理员,把资源分配给特定的程序和用户当它们工作需要时。Since there may be many, possibly conflicting, requests for resources, the o/s must decide which requests are allocated resources to operate the computer system fairly and efficiently. 因此有可能会有很多有可能产生冲突的资源请求,操作系统必须决定分配资源给哪个请求能使计算机系统合理和有效的运行。

Early computers were(physically) very large machines run from a console.早期的计算机是从控制台运行的体积非常大的机器。The programmer would write a program and then operate the program directly from the operator’s console. 程序员要写一条程序然后直接从操作者的控制台操作程序。Software such as assemblers, loaders, and compilers improved on the convenience of programming the system, but also required substantial set-up time. 象汇编程序、装入程序及编译程序这样的软件使系统软件编程更方便,但同时也需要大量的启动时间。To reduce the setup time, operators were hired and similar jobs were batched together.[1]为了能减少这些准备时间,操作者就被雇佣,相似的作业成批排在一起。

Batch systems allowed automatic job sequencing by a resident monitor and improved the overall utilization of the computer greatly. 批处理系统通过一个常驻内存的监控程序允许自动的作业定序。The computer no longer had to wait for human operation. 这样计算机就不必再等待用户操作。CPU utilization was still low, however, because of the slow speed of the I/O devices relative to the CPU. Offline operation of slow devices was tried. 然而,CPU使用率仍然不高,这是因为I/O设备的处理速度较CPU慢导致的。

Buffering was another approach to improving system performance by overlapping the input, output, and computation of a single job. 缓冲机制是另一种提高系统系能的方法,它将一条作业的输入、输出和计算工作重叠交错进行。Finally, spooling allowed the CPU to overlap the input of one job with the computation and output of other jobs.最后,伪脱机技术允许CPU将一条作业的输入和其他作业的计算输出交错进行。

Spooling also provides a pool of jobs which have been read and are waiting to be run. 伪脱机也为那些已经被读入并且还在等待运行的作业提供一个作业池。This job pool supports the concept of multiprogramming. 这个作业池支持一种叫做多程序设计的概念。With multiprogramming, several jobs are kept in memory at one time; the CPU is switched back and forth between them in order to increase CPU utilization and to decrease the total real time needed to execute a job. 在这种多程序设计技术中,多个作业可以同时存放在内存中;CPU在这些作业中来回切换控制,以至于增加CPU使用率和减少执行一条作业的总时间。

Multiprogramming, which was developed to improve performance, also allows time sharing. 多道程序设计被开发来提高性能,也允许分时。

Time-shared operating systems allow many users (from one to several hundred) to use a computer system interactive at the same time. 分时操作系统允许多个用户(从一个到几百个)同时交互式地使用计算机系统。As the system switches rapidly from one user to the next, each user is given the impression that he has his own computer. 由于系统迅速地从一个用户切换到下一个用户,每一个用户被给予一种他拥有自己的计算机的印象。Other operating systems types include real-time systems and multiprocessor systems. 其他操作系统类型包括实时系统和多处理机系统。

A real-time system is often used as control de-vice in a dedicated application. 实时系统通常被用作专用的应用的控制设备。

Sensors bring data to the computer. 传感器把数据带给计算机。

The computer must analyze the data and possibly adjust controls to modify the sensor inputs. 计算机必须分析数据,也可能调整控制去修改传感器的输入。

Systems, which control scientific experiments, medical computer systems, industrial control systems, and some display systems are real-time systems. 控制科学的实验,医学的计算机系统,工业的控制系统和一些显示系统等系统都是实时系统。

A real-time operating system has well-defined fixed time constraints.实时操作系统有定义明确的固定的时间约束。

Processing must be done within the defined constraints, or the system will fail. 处理必须在定义的约束中完成,否则系统将失败。

A multiprocessor system has more than one CPU. 多处理机系统有不只一个CPU。

The obvious advantages would appear to be greater computing power and reliability. 显著的优势好像是强大的计算能力和可靠性。

There are various types of operating systems for multiprocessors and multicomputers. 有各种各样的操作系统用于多处理机和多计算机。

It is more or less possible to distinguish two kinds of operating systems for multiple CPU systems: Loosely

coupled, such as network operating system and distributed o/s, and tightly coupled, such as parallel o/s. 这或多或少可能区分两种多CPU系统的操作系统:松耦合,例如网络操作系统和分布式操作系统,和紧耦合,如并行操作系统。

As we shall see, loosely and tightly-coupled s/w is rought analogous to loosely and tight-coupled h/w. 我们应该看到,松紧耦合软件大概类似于松紧耦合硬件。

The operating system must ensure correct operation of the computer system. 操作系统必须确保改正计算机系统的操作。

To prevent user programs from interfering with the proper operation of the system, the h/w was modified to create two modes: user mode and monitor mode[4]. 为了阻止用户程序干扰系统适当的操作,硬件被修改成两种模式:用户模式和监控模式。

Various instructions(such as I/O instructions and halt instructions) are priviledged and can only be executed in monitor mode. 许多指令(例如I/O指令和中断指令)是有特权的,只能在监控模式下被执行。

The memory in which the monitor resides must also be protected from modification by the user. 监控程序所在的内存也必须保护起来以防用户修改。

A time prevents infinite loops. 定时器可以防止死循环。Once these changes (dual mode, privileged instructions, memory protection, timer interrupt) have been made to the basic computer architecture, it is possible to write a correct operating system. 一旦这些对基本计算机体系结构的改变(双模,权限指令,内存保护,定时器中断)被做到,这可能写成一个改进的操作系统。

《计算机专业英语教程》(第4版)

5.1 Internet

因特网

@ Many networks exist in the world, often with different hardware and software.

许多网络通常会以不同的硬件和软件的形式存在于世上。

People connected to one network often want to communicate with people attached to a different one. attached to 附属于

连接了一个网络的人常常想与附属于一个不相同的网络的人交流。

This desire requires connecting together different, and frequently incompatible networks, sometimes by using machines called gateways to make the connection and provide the necessary translation, both in terms of hardware and software.

Desire 心愿 frequently 频繁地 incompatible 不兼容的 in terms of 根据,在???方面

这个要求把不同的和频繁不兼容的网络连接在一起的心愿,有时通过使用叫做网关的机器去构成连接和提供必要的转换,都依据硬件和软件来实现。

A collection of interconnected networks is called an internetwork or just Internet.

A collection of ...的集合 interconnected 互连 internetwork 互连网络 Internet 因特网

互连网络的集合被称为互联网络或只是因特网。

@ A common form of Internet is a collection of LANs connected by a WAN.

一种常见的形式的网络是通过一个广域网连接的局域网的集合。

The Internet(note uppercase I) means a specific worldwide internet that is widely used to connect universities, government offices, companies, and of late, private individuals.

Worldwide 全世界的 note 注意 uppercase 大写字母 internet 互联网 of late 近来

因特网(注意大写字母I)是一个特殊的全世界的互联网,被广泛的用来连接大学,政府部门,公司和近来是私人。

@ By 1995, there were multiple backbones, hundreds of mid-level (i.e. regional) networks, tens of thousands of LANs, millions of hosts, and tens of millons of users.

Backbones 主干网

到1995年,已经有多个主干网,数以百计的中级网络,数以万计的局域网,数以百万计的主机和数以千万计的用户。The size doubles approximately every year.

Approximately 大约

这个大小大约每年翻倍。

Much of the growth comes from connecting existing networks to the Internet.

大部分的增长来自现有网络连接到因特网。

@ The glue that holds the Internet together is the TCP/IP reference model and TCP/IP protocol stack.

Gule 胶水

使因特网在一起的胶水是TCP/IP参考模型和TCP/IP协议栈。

TCP/IP makes universal service possible and can be compared to the telephone system or the adoption of standard gauge by the railroads in the 19th century.

compared to 比喻为 adoption 采用 gauge 轨迹 railroads 铁路

TCP/IP使通用服务成为可能和它可以比喻为电话系统或者在19世纪采用的标准的铁路轨迹。

@ The Internet is a vast global community of real people who constantly generate more unadulterated stuff on more topics than you could ever read in your lifetime.

Vast 广阔的 constantly 不断的 generate 生成 unadulterated 纯粹的 stuff 材料

因特网是现实世界中人们的巨大的全球性社区。在这个网上,人们在众多主题上不断推出的有价值资料是你一辈子也读不完的。

If you haven’t tapped into the yet, here’s what you’re missing:

tapped into 接近挖掘

如果你还没有挖掘到,那么下面就是你所缺少的:

E-mail. Let you send messages to Russia, Japan and so on.

E-mail. 可以让你发送信息到Russia,Japan等等。

File Transfer Protocol (FTP). Download files free of charge from thousands of computers around the globe. free of charge 免费

文件传输协议(FTP)。从全球数以千计的计算机那里免费下载文件。

Usenet newsgroups. More banter, blather, and nuggets of wisdom than you’ll ever be able to read on everything from archery to stock.

Usenet newsgroups 新闻群组 banter 开玩笑 blather 胡说 nuggets 珍闻 archery 箭术 stock 股票

新闻群组。你将可以读到关于从箭术到股票的任何方面的玩笑,胡说和智慧的珍闻。

The World Wide Web(WWW). A fast-growing global network of graphical electronic documents you can browse, interact with, and even create yourself.

fast-growing 高速发展的

万维网(WWW)。一个你可以浏览,交互甚至创建你自己的图像电子文档的高速发展的全球的网络。

New technologies. Global chat, video conferencing, fax, free international phone calls and more. International 国际的

新技术。全球聊天,视频会议,传真,自由的国际电话和更多的。

The World Wide Web 万维网

@ The World Wide Web is an architectural framework for accessing linked documents spread out over thousands of machines all over the Internet.

spread out 传播

万维网是一个用来访问传播在全部因特网中的数以千计的机器中链接的文档的体系结构框架。

Since the Web is basically a client-server system, we discuss both the client (i.e. user) side and the server side.

Basically 基本上 the client side 客户端 the server side 服务器端

由于Web基本上是一个客户-服务器系统,客户端和服务器端我们都讨论。

The Client Side 客户端

@ From the users' point of view, the Web consists of a vast, worldwide collection of documents, usually just called pages for short.

从用户的角度来看,Web由巨大的全世界范围收集的通常简称为页的文件组成。

Each page may contain links (pointers) to other, related pages, anywhere in the world.

每一页可能包含链接到一些在世界任何地方的其他的相关的页面的链接。

Users can follow a link (e.g., by clicking on it), which then takes them to the page pointed to.

用户可以跟踪一个链接(例如,通过点击它),然后带他们到所指向的页面。

This process can be repeated indefinitely, possibly traversing hundreds of linked pages while doing so. Indefinitely 无限期地 traversing 经过

这个处理可以无限重复,当我们那么做,可能经过数以百计的链接页面。

Pages that point to other pages are said to use hypertext.

Hypertext 超文本

指向其他一些页面的页面被称为使用超文本。

Web pages can combine color desktop publishing, hypertext linking, interactive scripting, sound, video,

and even virtual reality.

Combine 组合 publishing 出版

网页可以组合彩色桌面出版,超文本链接,交互脚本,声音,视频甚至虚拟现实。

When hypertext pages are mixed with other media, the result is called hypermedia.

mixed with 与。。。混合 hypermedia 多媒体

当超文本与其他媒体混合,其结果就称为多媒体。

Pages are viewed with a browser.

使用浏览器浏览页面。

The Server Sider 服务器端

@ Every Web site has a server process listening to TCP port 80 for incoming connections from clients (normally browsers).

Incoming 引入的

每个站点都有一个服务进程监听从客户端(通常是浏览器)引入的连接的TCP的80端口。

After a connection has been established, the client sends one request and the server sends one reply. Established 建立

在一个连接已建立,客户端发送一个请求和服务器发送一个回复。

Then the connection is released.

Released 释放

然后连接被释放了。

The protocol that defines the legal requests and replies is called HTTP.

Legal 合法的

那个定义合法的请求和回复的协议叫做HTTP。

A simple example using it may provide a reasonable idea of how Web servers work.

一个使用HTTP的简单例子也许可以提供一个Web服务是如何工作的合理的想法。

Figure 5-1 shows how the various parts of the Web model fit together.

fit together 组装在一起

图5-1显示了Web模式的各个部分是如何组装在一起的。

@ For this example, we can imagine that the user has just clicked on some piece of text or perhaps on an icon that points to the page whose name(URL-Uniform Resource Locator )is https://www.sodocs.net/doc/7419153844.html,/hypertext/WWW/Theproject.html.

对于这个例子,我们可以想象用户已经点击了指向名为xxx的页面的一些文本或者或许是一个图标。

A URL has three parts:the name of the protocol (http), the name of the machine where the page is located (https://www.sodocs.net/doc/7419153844.html,) , and the name of the file containing the page (hypertext/WWW/TheProgject.html).

一个URL有三个部分:协议的名称(HTTP),页面所在的机器的名称,和包含了页面的文件名。

The steps that occur between the user's click and the page being displayed are as follows:

Occur 发生

发生在用户点击和页面被显示间的步骤如下:

1The browser determines the URL (by seeing what was selected ).

Deterimines 决定

浏览器决定URL(通过查看那个被选择了)。

2The browser asks DNS for the IP address https://www.sodocs.net/doc/7419153844.html,.

浏览器向域名服务器要https://www.sodocs.net/doc/7419153844.html,的IP地址。

3DNS replies with 18.23.0.23.

域名服务器返回18

4The browser makes a TCP connection to port 80 on 18.23.0.23.

浏览器创建一个到18的80端口的TCP连接。

5It then sends a GET /hypertext/WWW/TheProject.html command.

然后它发送一个xx命令。

https://www.sodocs.net/doc/7419153844.html,server sends the file TheProject.html.

7The TCP connection is released.

8The browser displays all the text in TheProject.html

9The browser fetches and displays all images in TheProject.html.

Fetches 获取

Surfing the Web 网络冲浪

@ Once your Web browser is open and you are connected to the Internet, the page currently designated as your browser's starting page or home page will be displayed within the browser window.

Designate 指定

一旦你的网络浏览器打开然后你连接到了因特网,那个当前指定为你浏览器起始页或者首页的页面将会在浏览器窗口中显示。

(Usually this page is the home page for your browser's, school's , or ISP's Web site, but it can usually be changed to any page using your browser's Options or Preferences dialog box.)

(通常这页是你的浏览器的,学校的,因特网服务提供商的网络站点,但是你可以使用你的浏览器的选项或者偏爱对话框来改变成任何页面。)

@ All browsers have navigational tools to help you move forward or backward through the pages viewed in your current Internet session, as well as buttons or menu options to print Web pages when necessary. Navigational 引导的

所有的浏览器都有导航工具来帮助你在你当前的因特网会话中向前或者向后查看页面,同样也有用来打印当需要时的网络页面的按钮和菜单选项。

Figure 5-2 illustrates the most common components of the Microsoft Internet Explorer and Netscape Navigator browsers.

图5 – 2举例说明微软Internet Explorer和网景航海家浏览器的最常见的组成部分。

Using URLs and Hyperlinks 使用URL和超链接

@ To change from the starting Web page to a new Web page, you can type the appropriate URL in the browser's address bar or location bar and press Enter.

Type 输入

为了从起始页转到一个新的页面,你可以在浏览器的地址栏和本地栏中输入一个合适的URL,然后按下回车键。

You can either edit the existing URL or delete it and type a new one.

你既可以编辑存在的URL也可以删除它然后输入一个新的。

Be sure to match the spelling, capitalization, and punctuation exactly.

Spelling 拼写 capitalization 大写 punctuation 标点

一定要准确的匹配拼写,大写和标点。

If you don’t know the appropriate URL to type, you can search for an appropriate page, as discussed shortly.如果你不知道合适的URL要输入,你可以搜索一个合适的页面,如不久前讨论的。

@ If there is a hyperlink displayed for the page you would like to go to, simply click on the link. 如果这里有一个显示了你想要去的页面的链接,简单点击链接即可。

Remember, hyperlinks can be either text or image-based.

记住,超链接既可以是文本也可以是基于图像的。

If you are not sure if something on a page is a link or not, rest the mouse pointer on it for a moment. 如果你不确定在页面上的东西是链接或者不是,让鼠标指向它一段时间。

If it is a hyperlink, the pointer should change to indicate that it is a link.

Indicate 表明

如果它是一个链接,那么指针会改变,这表明它是一个链接。

The URL for the new page is also displayed on the browser's status bar.

新页面的URL也会显示在浏览器的状态栏。

Once you click the hyperlink, the appropriate page is displayed.

一旦你点击了超链接,合适的页面被显示。

To return to a previous page, click the Back button on your browser's toolbar.

为了回到先前的页面,点击在浏览器上的工具条中的返回按钮。

To print the current Web page, use browser's Print button or select Print from the browser's File menu. 为了打印当前的网页,使用浏览器的打印按钮或者从浏览器的文件菜单中选择打印。

Things You May Encounter on a Web Page 在网页上你将遇到的东西

@ You will encounter a variety of different objects on Web pages as you explore the World Wide Web. Explore 浏览

当你在浏览万维网时,你将在网页上遇到各种各样的不同的对象。

Though we can’s go into an in-depth discussion on the various possible Web-page components here, it is

good to be a familiar with the most common ones so you'll know how to deal with them as you encounter them. 在这里,尽管我们不能对各种可能的网页组件进行深入的讨论,最好是对大部分的组件都熟悉,这样你就能知道当你遇到它们时如何处理它们了。

Some common things you may run into are illustrated in Figure 5-3.

在图5-3中举例说明了一些你也许会遇到的常见的东西。

《计算机专业英语教程》(第4版)

5.2 Type of Connection

连接类型

@ As discussed in the previous chapter, there are a variety of wired and wireless ways to connect to the Internet.

wired 有线的 wireless 无线的

正如前面章节讨论的,有各种各样的的有线的和无线的方式来连接到因特网。

In virtually all setups, the computer to which you connect is usually connected to a large network called a regional network; regional networks are connected to the major high-speed networks within each country called backbone networks.

virtually 事实上 setups 设置

事实上所有的设置,你所连接的计算机通常连接到一个叫做区域网的巨大的网络;区域网又连接到叫做主干网的在每个国家内部的主要高速网络。

Backbone networks within a country are connected to the major high-speed networks within ecah country called backbone networks.

一个国家中多个主干网连接到每个国家中的主要高速网络称为主干网。

Backbone networks within a country are connected together and to backbone networks in other countries to form the Internet.

一个国家中的多个主干网的连接及与其他国家中的主干网的连接就形成了因特网。

@ The following sections discuss the most common types of Internet connections.

下面部分讨论了大部分常用的因特网连接类型。

1.Dial-Up Connections 拨号连接

@ Dial-up connections usually work over regular telephone lines.

regular 正规的

拨号连接通常工作在正规的电话线。

To connect to the Internet, your modem (or other appropriate interface device ) dials up and connects to a modem attached to your ISP's computer..

modem 调制解调器

为了连接到因特网,你的调制解调器(或其他适当的接口设备)拨号然后连接到附属于你的因特网服务提供商的计算机的调制解调器。

While you are connected, your PC is assigned a temporary IP address for the current session.

当你连接上了,你的电脑被指派一个用于当前会话的临时的IP地址。

At the end of each Internet session, you disconnect from your ISP's computer to allow another user to connect in your place.

disconnect 断开一个网络连接

在每一次因特网会话结束时,你从你的因特网服务提供商的计算机上断开一个网络连接以允许处于你位置的其他用户去连接。

One advantage to a dial-up connection is security.

拨号连接的一个优势是安全。

Since you are not continually connected, it is much less likely that anyone would gain access to your computer via the Internet, to either obtain information or mess with the data on your PC or, more commonly, to user your computer in some type of illegal or unethical manner.

via 经由 mess with 搞糟打扰 illegal 非法的

因为你不持续地连接,所以不大可能有人能经由因特网获得你计算机的访问,或者获得你的PC上的信息或者搞糟电脑的数据,或者更常见的是以某种不合法或者不道德的方式使用你的计算机。

These types of hacking activities are discussed later.

hacking 黑客行为

这些不同类型的黑客行为活动后面将讨论。

@ With a dial-up connection your telephone will be tied up while you are accessing the Internet, unlesss a second phone line is used.

tied up 被占用

使用拨号连接,当你正在访问因特网时你的电话将被占用,除非第二条电话线被使用。

Some Internet call-waiting or call-forwarding services allow you to be notified when you get a telephone call while you are connected to the Internet.

call-waiting 呼叫等待 call-forwarding 自动转接

在你连接了因特网期间,当来了一个电话呼叫时,一些因特网呼叫等待或者自动转接服务会通知你。

They are generally set up to allow the person to leave a short message;

它们通常设置允许人们留下一个简答的信息。

some newer systems give you a short window of time to disconnect from the Internet and pick up the telephone call, if desired.

一些新的系统给你一个较短的时间从因特网上断开然后拿起电话,如果你愿意。

Newer dial-up modems are expected to facilitate some type of call-waiting service, as well.

facilitate 促进

新的拨号调制解调器被期望来促进某种类型的呼叫等待服务。

Standard Dial-up 标准拨号

@ Standard dial-up Internet service uses a conventional dial-up modem rated at a maximum data transfer rate of 56 Kbps.

标准拨号因特网服务使用一个最大数据交换数度是56Kbps的传统的拨号调制解调器。

These modems are commonly used with PCs and Internet appplicances.

这些调制解调器通常用于PCs和因特网应用。

Portable devices may also use a conventional dial-up modem; if so, they need to be connected to standard telephone jacks to access the Internet.

Portable 便携的 jacks 插座

便携的设备也使用传统的拨号调制解调器,假如这样,他们为了访问因特网需要连接到标准的电话插座上。

Standard dial-up Internet service range from free to about $ 25 per month.

标准的拨号因特网服务从免费到大约每个月25的范围内。

ISDN 综合业务数字网

@ Another dial-up option is ISDN.

另外一个拨号选择是综合业务数字网。

ISDN(integrated services digital network) allows digital transmission of data over ordinary telephone lines. transmission 传输

综合业务数字网允许通过不同的电话线进行数据的数字传输。

It requires a special ISDN adapter or modem and can transfer data up to 128 Kpbs.

它需要一个特殊的ISDN适配器或者调制解调器,可以传输数据达到128Kbps。

2. Direct Connections 直接相连

@ Unlike dial-up connections that only connect to your ISP's computer when you need to access the Internet, direct connections keep you continually connected to the Internet.

不像拨号连接那样,当你需要访问因特网时,只能连接到ISP的计算机上,直连使得你可以持续连接到因特网。

With a direct (always-on) connection, your PC is typically issued a static (nonchanging) IP address to be used to transfer data back and forth via the Internet.

issued 发布

通过直连,你的PC典型的发布一个用于经由因特网来回交换数据的静态IP地址。

PCs connected to the network always have an Internet connection available-Internet access requires only opening a browser.

电脑连接到网络总是有一个因特网连接可能的网络访问只需要打开一个浏览器。

@ Types of direct Internet connections include connecting through a school or office LAN, as well as DSL, cable, satellite, and fixed wireless connections.

Cable 电缆 satellite 卫星

直接的因特网连接类型包括通过一个学校或者政府机关的局域网以及数字用户线,电缆,卫星和固定无线连接进行连接。

Though, in theory, broadband Internet access can be up to 100 times as fast as a dial-up connection, actual

speeds at the present time are more like 25 to 50 times as fast.

Theory 理论 broadband Internet access 宽带上网

虽然,在理论上,宽带上网可以快速到拨号连接的100倍,实际现在的速度则更像是25到50倍。

Typical download speeds for DSL and cable are about 1.5 Mbps;

数字用户线和电缆的典型地下载速度大约是1.5Mbps。

satellite and fixed wireless usually download data between 500 Kbps to 1 Mbps.

卫星和固定无线通常下载数据在500Kbps到1Mbps之间。

Virtually all of these services use slower upload speeds.

几乎所有这些服务使用较慢的上传速度。

The most significant characteristics of each of these types of broadband Internet access are discussed next. 每一种这些宽带上网的类型的最重要的特点将在后面讨论。

School or Office LAN

@ Most school or office LANs that offer a direct connection to the Internet lease a high-speed dedicated line (such as an ISDN or T1 line) from the telephone company or an Internet provider.

lease 租约 dedicated 专用的

大多数学校或者政府机关的局域网,提供一个与因特网直接相连的从电话公司或者因特网提供者那里租约一条高速专用线。

The speed of this type of Internet access depends on the speed of the connection between the school or offices and their Internet provider, as well as the speed of the LAN itself.

这种类型的因特网接入速度依赖学校或者政府机关和它们的因特网提供者间的连接速度,同样也依赖于局域网本身的速度。

DSL

@ DSL (digital subscriber line) is currently available only to users who are relatively close (three miles or less ) to a telephone switching station with telephone lines capable of handling DSL, and long waits for installation are not uncommon.

subscriber 用户 capable 有能力的

DSL目前只对那些较靠近电话交换站(3英里或小于3英里),有能力处理DSL电话线的用户可用,并且常要等很长时间安装。

Nevertheless, DSL is a popular broadband option.

Nevertheless 然而

然而,DSL是一项很受欢迎的宽带的选择。

DSL is sometimes offered at different speeds to fit different needs and budgets, such as a slower, less-expensive personal version and a faster business option.

Budgets 预算

DSL有时提供不同的速度以满足不同的需要和预算,例如慢速低价的个人版本和快速的商业选择。

The monthly cost of standard DSL service is about $50.

标准DSL的每月消费大约是50美元。

Cable 电缆

@ A third type of direct Internet connection-cable-is the most widely used home broadband alternative. Alternative 供选择的

第三种因特网直连类型是电缆,它是最广泛使用的家庭宽度选择。

Cable connections are very fast and are available to anyone with cable access whose cable provider has upgraded the system to support Internet access.

upgraded 升级

电缆连接是相当快的,可以让任何人通过电缆访问,电缆提供商升级了支持因特网访问的系统。

Just about all cable Internet access today is two-way (full-duplex), with the cable being used to transfer data in both directions.

今天几乎所有的电缆因特网访问是双向的(全双工),通过在两个方向上用来交换数据的电缆。

One disadvantage of cable is that all users in an immediate geographical area share the bandwidth of their local cable.

电缆的一个劣势是在邻近地区的所有用户共同使用他们本地电缆的带宽。

Though this may not prove to be a problem all the time, during high-use times of day--such as early evening--the speed of cable Internet service can slow down dramatically as your neighbors go online.

dramatically 戏剧的

尽管这并不能证明是一个问题,在一天的高使用时间电缆因特网服务的速度会变低,戏剧的你的邻居上线了。

Cost is about $40 per month, in addition to regular cable fees.

in addition to 除...之外 fee 费用

费用大概是每月40美元,除了常规的电缆费用外。

Satellite 卫星

@ Satellite Internet access is often the only broadband option in rural areas.

rural 农村的

卫星因特网访问是在农村地区唯一的宽带选择。

It requires a satellite modem and a transceiver satellite dish mounted outside the home or building. transceiver 收发器 dish 蝶形天线 mounted 安装

它需要人造卫星调制解调器和安装在室外或建筑物外的收发卫星蝶形天线。

The two-way satellite services available today, such as StarBand, are relatively reliable, though an unobstructed view of the southern sky is requited and access may degrade very heavy rainstorms.

虽然需要在蝶形天线收发方向的上空没有任何障碍,并且在大暴风雨期间访问性可能降低,但目前可用的两路人造卫星服务,如StarBand,是相当可靠的。

Typical cost is about $70 per month.

典型的费用大约是每月70美元。

Fixed Wireless 固定无线

@ One last type of broadband access that is relatively new for consumer use but shows great promise is fixed wireless.

最后一种宽度访问是固定无线,这种访问方式对消费者使用是相当新的,但显示出很大的前途。

This type of service, such as Sprint Broadband Direct, is similar to satellite service in that it requires a modem and an outside-mounted transceiver, but is typically available only in larger metropolitan areas. metropolitan 大都市的

这种服务的类型,例如Sprint Broadband Direct,像卫星服务一样需要一个调制解调器和一个外部安装的收发器,但通常只有在大的大城市地区。

A clear line-or-sight is required between the transceiver and the provider's radio transmission tower, which relays information between the user's transceiver and the Internet.

radio 无线电广播 tower 塔 relays 中继转播

在收发器和提供商的无线传输塔之间需要有一条无障碍的视线通路,传输塔在用户的收发器和Internet间转播信息。Cost for service is about $50 per month.

这种服务的费用大约是每月50美元。

@ Regardless of the type of connection used, a very important consideration for all users with a direct Internet connection is protecting the computer from unauthorized access or hackers.

Regardless of 不管 unauthorized 未经授权的

不管那种类型的连接被使用,对所有直接连接到因特网的用户一个非常重要的考虑是保护计算机不受未经授权的访问或者黑客的攻击。

While most schools and offices are protected by some type of firewall, many home direct connections are not.

然而大多数学校和政府机关通过一些防火墙来保护,许多直接连接的家庭则不是。

Though it is unlikely that someone would access your home PC in this manner, the possibility will continue to increase as direct home connections become more common.

尽管不大可能有人访问你家的电脑用这种方式,直接连接回家的可能性将持续增长也变得更加普遍。

To protect yourself, all computers using a direct connection should use a personal firewall program--especially those on a home network that allows file sharing.

especially 尤其

为了保护你自己,所有使用了直连的计算机可以使用个人防火墙程序--尤其是那些允许文件共享的家庭网络的计算机。Firewall programs typically block access to your PC from outside computers, as well as allow you to specify which programs on your PC can access the Internet.

block 阻止 specify 指定

防火墙程序典型地阻止从外部来的一些计算机去访问你的电脑,同样也允许你指定在你计算机上的那些程序可以访问因特网。

Some firewall software, such as the Zone Alarm software, are available free for home use.

一些防火墙软件,例如Zone Alarm软件,对家庭可以免费使用。

Some firewall protection is beginning to be incorporated into other programs, such as Windows XP. incorporated 包含

一些防火墙保护开始纳入其他程序,如Windows XP。

3. Mobile Wireless Connections 移动无线连接

@ Unlike satellite and fixed wireless connections, which use a cable to connect the modem to some type of fixed transceiver, mobile wireless connections allow the device to be moved from place to place.

不像卫星和固定的无线连接,使用电缆去连接调制解调器或一些固定收发器,移动无线连接允许设备从一个地方移动到另一个地方。

Consequently, most handheld PCs and other mobile devices (like Web-enabled cell phones) use a mobile wireless connection and access the Internet through the same wireless network as cell phones and messaging devices. Consequently 因此 cell 电池细胞

因此,大部分手提电脑和其他移动设备(像能用Web服务的手机)使用移动无线连接然后通过同样的无线网络如手机和通信设备访问因特网。

Most mobile phones today capable of Internet access come "wireless Internet-ready" and can immediately be used to retrieve Web content, provided wireless Web service is included in the phone's service plan. retrieve 检索

现在大多数能访问Internet的移动电话都处于无线Internet就绪状态并且能直接用来检索Web内容,只要提供的无线Web服务包括在该手机的服务计划中。

Many handheld PCs also have Internet connectivity built in; if not, a wireless modem can be used.

许多手提电脑也可以建立有互联网的连接;如果不能,可以使用一个无线调制解调器。

Alternately, a modem or other type of adapter can connect the device to a cell phone.

Alternately 交替地

交替地,一个调制解调器或者其他类型的适配器可以连接设备到手机。

Notebook PCs can connect to the Internet or a corporate network using either a wireless modem or cell modem. corporate 公司的 cell modem 细胞调制解调器

笔记本电脑使用无线调制解调器或者细胞调制解调器可以连接到因特网或者一个公司的网络。

Some notebook computers today come with wireless capability built into the unit.

come with 伴随 built into 固定于

现在的一些笔记本电脑伴随有固定了无线能力的单元。

《计算机专业英语教程》(第4版)

6.2 Carrier Frequencies and Multiplexing

载波频率和多路复用

@ Computer networks that use a modulated carrier wave to transmit data are similar to television stations that use a modulated carrier wave to broadcast video.

modulated 已调制的

使用调制载波发送数据的计算机网络和利用调制载波广播视频信息的电视台相类似。

The similarities provide the intuition needed to understand a fundamental principle:

similarity 相似性 intuition 直观

这一相似性给理解下述基本原理提供了启示:

Two or more signals that use different carrier frequencies can be transmitted over a single medium simultaneously without interference.

signal 信号 simultaneously 同时地 interference 干扰

两个或多个使用不同载波频率的信号可以在单一介质上同时传输而互不干扰。

@ To understand the principle, consider how television transmission works.

为理解这一原理,考虑(有线)电视传输是如何工作的。

Each television station is assigned a channel number on which it broadcasts a signal.

channel 频道

每个电视台都分配一个频道号,它在该频道上广播信号。

In fact, a channel number is merely shorthand for the frequency at which the station's carrier oscillates. shorthand 速记 oscillate 振荡

事实上,频道号就是电视台载波用的振荡频率的速记。

To receive a transmission, a television receiver must be tuned to the same frequency as the transmitter.

tune to 调谐到

为接收一个频道传输,电视接收器必须调谐到与发送器相同的频率。

More important, a given city can contain many television stations that all broadcast on separate frequencies simultaneously.

更重要的是,一个城市可以有许多电视台,它们彼此在不同的频率上同时广播。

A receiver selects one to receive at any time.

一个接收器在任一时间选择接收其中一个。

@ Cable television illustrates that the principle applies to many signals traveling across a wire.

有线电视这一例子说明了以上原理应用于许多信号在一根导线上同时传输的情况。

Although a cable subscriber may have only one physical wire that connects to the cable company, the subscriber receives many channels of information simultaneously.

虽然一个有线电视用户可能只有一根线连向有线电视公司,但用户可同时收到许多频道的信息。

The signal for one channel does not interfere with the signal for another.

一个频道中的信号不会与另一频道中的信号相互干扰。

@ Computer networks use the principle of separate channels to permit multiple communications to share a single, physical connection.

permit 允许

计算机网络使用分离频道的原理使多个通信共享单根物理连线。

Each sender transmits a signal using a particular carrier frequency.

每个发送器使用一个特定载波频率传输信号。

A receiver configured to accept a carrier at a given frequency will not be affected by signals sent at other frequencies.

一个接收器被设置成接收给定频率的载波,它将不会受其它频率信号的影响(或干扰)。

All carriers can pass over the same wire at the same time without interference.

所有载波可在同一时间通过同一导线而互不干扰。

Frequency Division Multiplexing 频分多路复用

@ Frequency division multiplexing(FDM) is the technical term applied to a network system that uses multiple carrier frequencies to allow independent signals to travel through a medium.

频分多路复用(FDM)是使用多个载波频率在一个介质中同时传输多个独立信号的计算机网络系统术语。

FDM technology can be used when sending signals over wire, RF, or optical fiber.

当通过导线、RF或光纤发送信号时便可使用FDM技术。

Figure 6-1 illustrates the concept, and shows the hardware components needed for FDM.

图6-1说明了这一概念并显示了FDM所需的硬件部件。

@ In theory, as long as each carrier operates at a different frequency than the others, it remains independent.

理论上,工作在不同频率上的载波将保持相互独立。

In practice, however, two carriers operating at almost the same frequency or at exact multiples of a frequency can interfere with one another.

但实际上,两个频率相近或频率成整倍的载波会彼此干扰。

To avoid problems, engineers who design FDM network systems choose a minimum separation between the carriers. 为了避免这些问题,设计FDM网络系统的工程师们在各载波之间选择一个最起码的频率分隔。

The mandate for large gaps between the frequencies assigned to carriers means that underlying hardware used with FDM can tolerate a wide range of frequencies.

mandate 授权 underlying 相关的 tolerate 容纳

在各载波频率之间要求有较大的间隔意味着FDM所用的相关硬件能容纳很宽的频率范围。

Consequently, FDM is only used on high-bandwidth transmission channels.

因此,FDM仅用于高带宽传输通道中。

In summary, 概括地说,

Frequency division multiplexing(FDM) allows multiple pairs of senders and receivers to communicate over a shared medium simultaneously.

频分多路复用允许多对发送和接收装置在一个共享介质上同时通信。

The carrier used by each pair operates at a unique frequency that does not interfere with the others.

每对装置使用的载波频率唯一的,并彼此互不干扰的频率运行。

Time Division Multiplexing 时分多路复用

@ The general alternative to FDM is time division multiplexing (TDM), in which sources sharing a medium take turn.

与FDM不同的另一种复用形式是时分多路复用(TDM),按这种方式,各发送源轮流使用共享的通信介质。

For example, some time-division multiplexing hardware use a round-robin scheme in which the multiplesor sends a packet from sourcel, then sends a packet from souces2, and so on.

round-robin 循环

例如,某些TDM硬件使用循环法方案共享介质,用这种方法,多路复用器先发送源1的一个包,然后发送源2的一个包,如此循环。

Figure 6-2 illustrates the idea.

图6-2说明了这种思想。

@ Dividing data into small packets ensures that all sources receive prompt service because it prohibits one source from gaining exclusive access for an arbitrarily long time.arbitrary

prompt 立刻地 prohibit禁止 arbitrarily 任意地 exclusive 独占

把数据分成许多小包保证了所有源都接受到即时服务,因为它禁止一个源任意长时间独占介质”。

In particular, if one source has a few packets to send and another has many, allowing both sources to take turns sending packets guarantees that the source with a small amount of data will finish promptly.

特别是,如果一个源只有少量的包发送,而另一个源有许多包发送,于是允许两个源轮流发送包就保证只有少量数据的源会很快结束。

@ In fact, most computer networks use some form of time division multiplexing. demultiplexor

实际上,大多数计算机网络使用某种形式的TDM。

《计算机专业英语教程》(第4版)

7.1 An Overview of a Database System

数据库系统概述

@ Let us consider an enterprise, such as an airline, that has a large amount of data kept for long periods of time in a computer.

让我们考虑航空公司这样的企业,它有大量的数据长时间保存在计算机中。

This data might include information about passengers, flights, aircraft, and personnel, for example.

这些数据,例如,可能包括关于乘客、航班、飞机与乘务组人员的信息。

Typical relationahips that might be represented include bookings (which passengers have seats on which flights? ) flight crews (who is to be the pilot, copilot, etc., on which flights?), and service records (when and by whom was each aircraft last serviced? ).

booking 预订 flight crew 机组人员 pilot 驾驶员 copilot 副驾驶员

可能表示的典型关系包括订票(哪些乘客在那些航班上订有座位?)、航班乘务组(在哪些航班上谁是驾驶员,谁是副驾驶员,等等),以及服务记录(每架飞机最后是何时由谁服务?)。

@ Data, such as the above, that is stored more-or-less permanently in a computer we term a database. term 把...叫做

我们把上述那样的不同程度地长久存储在计算机中的数据称为数据库。

@ The software that allows one or many persons to use and/or modify this data is a database management system(DBMS).

使得一个人或许多人能使用和/或修改这些数据的软件是数据库管理系统(DBMS)。

The primary goal of a DBMS is to provide an environment that is both convenient and efficient to use in retrieving information from and storing information into the database.

retrieving 检索

DBMS的主要目标是提供这样的环境,在从数据库中检索信息和把信息存储在数据库中时使用起来既方便,功效又高。

Data Abstraction 数据抽象

@ It should be obvious that between the computer, dealing with bits, and the ultimate user dealing with abstracions such as flights or assignment of personnel to aricraft, where will be many levels of abstraction. 显然,在处理二进位的计算机和处理像航班或把乘务组人员分派到飞机这样一些抽象的最终用户之间将存在很多层抽

计算机专业英语影印版(Computing Essentials 2008)课后答案大全——第八单元Chapter 8 Secondary Storage

Crossword Puzzle Answers: Open Ended Questions: 1.Discuss the traditional and high-capacity floppy disks. The traditional floppy disk is the 1.44 MB 31/2-inch disk. The most common type is labeled 2HD, which means “two-sided, high-density” and have a capacity of 1.44 MB.Floppy disks have a thin exterior jacket made of hard plastic to protect the flexible disk inside. High-capacity disks, also known as floppy-disk cartridges, are rapidly replacing the traditional floppy disk. They are 31/2 inches in diameter, and are able to store more information, are thicker, and require special disk drives. 2.What are the three types of hard disks? Describe three ways to improve hard-disk performance. There are three types of hard disks: internal hard disk, hard-disk cartridge, and hard-disk pack.

计算机专业英语翻译

国家计算机教育认证 计算机英语 计算机英语词汇对译 蒙阴高新电脑学校 资料整理:孙波 IT CFAC gaoxindiannaoxuexiao

2010年9月1日

?PC personal computer 个人计算机 ?IBM International Business Machine 美国国际商用机器公司的公司简称,是最早推出的个人 计算机品牌。 ?Intel 美国英特尔公司,以生产CPU芯片著称。 ?Pentium Intel公司生产的586 CPU芯片,中文译名为“奔腾”。 ?Address地址 ?Agents代理 ?Analog signals模拟信号 ?Applets程序 ?Asynchronous communications port异步通信端口 ?Attachment附件 ?Access time存取时间 ?access存取 ?accuracy准确性 ?ad network cookies广告网络信息记录软件 ?Add-ons 插件 ?Active-matrix主动矩阵 ?Adapter cards适配卡 ?Advanced application高级应用 ?Analytical graph分析图表 ?Analyze分析 ?Animations动画 ?Application software 应用软件 ?Arithmetic operations算术运算 ?Audio-output device音频输出设备 ?Basic application基础程序 ?Binary coding schemes二进制译码方案 ?Binary system二进制系统 ?Bit比特 ?Browser浏览器 ?Bus line总线 ?Backup tape cartridge units备份磁带盒单元 ?Business-to-consumer企业对消费者 ?Bar code条形码 ?Bar code reader条形码读卡器 ?Bus总线 ?Bandwidth带宽 ?Bluetooth蓝牙 ?Broadband宽带 ?Business-to-business企业对企业电子商务 ?cookies-cutter programs信息记录截取程序 ?cookies信息记录程序

计算机专业英语2008影印版选择题的翻译加答案

CHAPTER 1 1、A common term that describes the combination of traditional computer and communication technologies is b. information technology 一个描述了传统的计算机和通信技术结合的常见的术语 B.信息技术 2、Procedures are typically documented in manuals written by b. computer specialists 程序一般是___在手册撰写记录的 B.计算机专家 3、Which of the following is an example of connectivity? a. Internet 下列哪一项是连接的一个例子吗? A.互联网 4、Windows XP, windows Vista, and Macintosh OS X are all examples of b. operating systems Windows XP,Windows Vista,和Macintosh OS X都是__的例子 B.操作系统 5、Because of their size and cost, these computers are relatively rare. d. supercomputers 由于它们的尺寸和成本,这些电脑是比较少见的。 D.超级计算机 6、The system component that controls and manipulates data in order to produce information is called the d. microprocessor 系统组成,控制和操纵数据来产生信息称为 D.微处理器 7、A system component that translates data and programs that humans can understand into a form that the computer can process is called a(n) c. output device 一个系统组件,将人类可以理解成计算机能够处理的形式的数据和程序被称为 C.输出设备 8、A CD is an example of a(n) c. optical disc CD是___的简称 C.光盘 9、If you want to communicate a message or persuade other people, you would typically use this type of software. d. presentation 如果你想传达信息或说服别人,你通常会使用这种类型的软件。 D.演示 10、Many experts are predicting that this revolution is expected to dramatically affect the way we communicate and use computer technology. d. wireless

计算机英语(第4版) 刘艺 课文参考译文

《计算机英语(第4版)》参考译文 第一单元:计算机与计算机科学 课文A:计算机概览 一、引言 计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数字数据进行运算或对其他形式的信息进行处理来执行该程序。 要不是由于计算机的发展,现代的高科技世界是不可能产生的。不同类型和大小的计算机在整个社会被用于存储和处理各种数据,从保密政府文件、银行交易到私人家庭账目。计算机通过自动化技术开辟了制造业的新纪元,而且它们也增强了现代通信系统的性能。在几乎每一个研究和应用技术领域,从构建宇宙模型到产生明天的气象报告,计算机都是必要的工具,并且它们的应用本身就开辟了人们推测的新领域。数据库服务和计算机网络使各种各样的信息源可供使用。同样的先进技术也使侵犯个人隐私和商业秘密成为可能。计算机犯罪已经成为作为现代技术代价组成部分的许多风险之一。 二、历史 第一台加法机是法国科学家、数学家和哲学家布莱斯?帕斯卡于1642年设计的,它是数字计算机的先驱。这个装置使用了一系列带有10个齿的轮子,每个齿代表从0到9的一个数字。轮子互相连接,从而通过按照正确的齿数向前转动轮子,就可以将数字彼此相加。17世纪70年代,德国哲学家和数学家戈特弗里德?威廉?莱布尼兹对这台机器进行了改良,设计了一台也能做乘法的机器。 法国发明家约瑟夫―玛丽?雅卡尔,在设计自动织机时,使用了穿孔的薄木板来控制复杂图案的编织。在19世纪80年代期间,美国统计学家赫尔曼?何勒里斯,想出了使用类似雅卡尔的木板那样的穿孔卡片来处理数据的主意。通过使用一种将穿孔卡片从电触点上移过的系统,他得以为1890年的美国人口普查汇编统计信息。 1、分析机 也是在19世纪,英国数学家和发明家查尔斯?巴比奇,提出了现代数字计算机的原理。他构想出旨在处理复杂数学题的若干机器,如差分机。许多历史学家认为,巴比奇及其合伙

计算机专业英语课文翻译部分(第四版)

1.2 总线互连 总线是连接两个或多个设备的通信通路。总线的关键特征是,它是一条共享传输介质。多个设备连接到总线上,任一个设备发出的信号可以为其他所有连接到总线上的设备所接收。如果两个设备同时传送,它们的信号将会重叠,引起混淆。因此,一次只能有一个设备成功地(利用总线)发送数据。 典型的情况是,总线由多条通信通路或线路组成,每条线(路)能够传送代表二进制1和0的信号。一段时间里,一条线能传送一串二进制数字。总线的几条线放在一起能同时并行传送二进制数字。例如, 一个8位的数据能在8条总线线上传送。 计算机系统包含有多种不同的总线,它们在计算机系统层次结构的各个层次提供部件之间的通路。连接主要计算机部件(处理机, 存储器, I/O)的总线称为系统总线。系统总线通常由50~100条分立的(导)线组成。每条线被赋予一个特定的含义或功能。虽然有许多不同的总线设计,但任何总线上的线都可以分成三个功能组:数据线、地址线和控制线。此外可能还有为连接的模块提供电源的电源线。 数据线提供系统模块间传送数据的路径,这些线组合在一起称为数据总线。典型的数据总线包含8、16或32根线,线的数量称为数据总线的宽度。因为每条线每次传送1位,所以线的数目决定了每次能同时传送多少位。数据总线的宽度是决定系统总体性能的关键因素。 地址线用于指定数据总线上数据的来源和去向。例如,如果处理机希望从存储器中读一个字的数据,它将所需要字的地址放在地址线上。显然,地址总线的宽度决定了系统最大可能的存储器容量。 控制线用来控制对数据线和地址线的访问和使用。由于数据线和地址线被所有部件共享,因此必须用一种方法来控制它们的使用。控制信号在系统模块之间传送命令和定时信息。定时信息指定了数据和地址信息的有效性,命令信号指定了要执行的操作。 大多数计算机系统使用多总线,这些总线通常设计成层次结构。图1.3显示了一个典型的高性能体系结构。一条局部总线把处理机连接到高速缓存控制器,而高速缓存控制器又连接到支持主存储器的系统总线上。高速缓存控制器集成到连接高速总线的桥中。这一总线支持连接到:高速LAN、视频和图形工作站控制器,以及包括SCSI 和FireWire的局部外设总线的接口控制器。低速设备仍然由分开的扩充总线支持,用一个接口来缓冲该扩充总线和高速总线之间的通信流量。 PCI 外部设备互连是流行的高带宽的、独立于处理机的总线,它能够作为中间层或外围设备总线。当前的标准允许在66MHz频率下使用多达64根数据线,其原始传输速率为528MB/s, 或4.224Gbps。PCI被设计成支持各种各样基于微处理机的配置,包括单处理机和多处理机的系统。因此,它提供了一组通用的功能。PCI使用同步时序以及集中式仲裁方案。 在多处理机系统中,一个或多个PCI配置可通过桥接器连接到处理机的系统总线上。系统总线只支持处理机/高速缓存单元、主存储器以及PCI桥接器。使用桥接器使得PCI独立于处理机速度,又提供快速接收和传送数据的能力。 2.1 光存储介质:高密度存储器 2.1.1 光盘 光盘技术最终可能使磁盘和磁带存储淘汰。用这种技术,磁存储器所用的读/写头被两束激光代替。一束激光通过在光盘上刻制微小的凹点,对记录表面进行写;而另一束激光用来从光敏感的记录表面读取数据。由于光束容易被偏转到光盘上所需要的位置,所以不需要存取臂。 对用户而言,光盘正成为最有吸引力的选择。它们(光盘)对环境变化不太敏感,并且它们以每兆字节比磁盘低得多的存储器价格提供更多的直接存取存储器。光盘技术仍在出现,并且还需要稳定;然而,目前有三种主要类型的光盘。它们是CD-ROM、WORM盘和磁光盘。 CD-ROM 1980年引入的,非常成功的CD,或紧密盘是设计来提高音乐的录音重放质量的光盘。为了制作一张CD,把音乐的模拟声音转换成等价的数字声音,并且存储在一张4.72英寸的光盘上。在每张光盘上可以用数字格式(用20亿数字位)记录74分钟的音乐。因为它的巨大存储容量,计算机工业的企业家们立刻认

计算机英语第三版课文翻译

第一单元:计算机与计算机科学 课文A:计算机概览 一、引言 计算机是一种电子设备,它能接收一套指令或一个程序,然后通过对数字数据进行运算 或对其他形式的信息进行处理来执行该程序。 要不是由于计算机的发展,现代的高科技世界是不可能产生的。不同类型和大小的计算 机在整个社会被用于存储和处理各种数据,从保密政府文件、银行交易到私人家庭账目。计 算机通过自动化技术开辟了制造业的新纪元,而且它们也增强了现代通信系统的性能。在几 乎每一个研究和应用技术领域,从构建宇宙模型到产生明天的气象报告,计算机都是必要的 工具,并且它们的应用本身就开辟了人们推测的新领域。数据库服务和计算机网络使各种各 样的信息源可供使用。同样的先进技术也使侵犯个人隐私和商业秘密成为可能。计算机犯罪 已经成为作为现代技术代价组成部分的许多风险之一。 二、历史 第一台加法机是法国科学家、数学家和哲学家布莱斯.帕斯卡于1642年设计的,它是数 字计算机的先驱。这个装置使用了一系列带有10个齿的轮子,每个齿代表从0到9的一个数字。轮子互相连接,从而通过按照正确的齿数向前转动轮子,就可以将数字彼此相加。17世纪70 年代,德国哲学家和数学家戈特弗里德.威廉.莱布尼兹对这台机器进行了改良,设计了一台 也能做乘法的机器。 法国发明家约瑟夫―玛丽.雅卡尔,在设计自动织机时,使用了穿孔的薄木板来控制复 杂图案的编织。在19世纪80年代期间,美国统计学家赫尔曼.何勒里斯,想出了使用类似雅 卡尔的木板那样的穿孔卡片来处理数据的主意。通过使用一种将穿孔卡片从电触点上移过的 系统,他得以为1890年的美国人口普查汇编统计信息。 1、分析机 也是在19世纪,英国数学家和发明家查尔斯.巴比奇,提出了现代数字计算机的原理。 他构想出旨在处理复杂数学题的若干机器,如差分机。许多历史学家认为,巴比奇及其合伙 人,数学家奥古斯塔.埃达.拜伦,是现代数字计算机的真正先驱。巴比奇的设计之一,分析 机,具有现代计算机的许多特征。它有一个以一叠穿孔卡片的形式存在的输入流、一个保存 数据的“仓库”、一个进行算术运算的“工厂”和一个产生永久性纪录的打印机。巴比奇未 能将这个想法付诸实践,尽管在那个时代它在技术上很可能是可行的。 2、早期的计算机 模拟计算机是19世纪末开始制造的。早期型号是靠转动的轴和齿轮来进行计算的。用任 何其他方法都难以计算的方程近似数值,可以用这样的机器来求得。开尔文勋爵制造了一台 机械潮汐预报器,这实际上就是一台专用模拟计算机。第一次和第二次世界大战期间,机械 模拟计算系统,以及后来的电动模拟计算系统,在潜艇上被用作鱼雷航线预测器,在飞机上 被用作轰炸瞄准具的控制器。有人还设计了另一个系统,用于预测密西西比河流域春天的洪 水。 3、电子计算机 第二次世界大战期间,以伦敦北面的布莱切利公园为工作地点的一组科学家和数学家, 制造了最早的全电子数字计算机之一:“巨人”。到1943年12月,这个包含了1500个真空管 的“巨人”开始运转了。它被以艾伦.图灵为首的小组用于破译德国用恩尼格码加密的无线 电报,他们的尝试大部分是成功的。 除此而外,在美国,约翰.阿塔纳索夫和克利福德.贝里早在1939年就在艾奥瓦州立学院

计算机专业英语2008影印版句子词语翻译(小抄版)

○1 1.Visual chapter openers and summaries 具视觉效果的开篇和总结 2.On the Web explorations 网络资源 3.Tips 小贴士,小窍门 4.Making IT work for you 为你所用 5.Concept checks and review 检查 6.Key terms 核心词汇 7.Careers in IT 信息技术相关职业 8.Procedures (指令,操作说明) 9.Software (软件) 10.Hardware (硬件) 11.Blocking spam 垃圾邮件过滤软件 12.Speech Recognition 语音识别软件 13.Virus Protection and Internet Security 14.网络安全软件 https://www.sodocs.net/doc/7419153844.html, Tuner Cards and Video Clips 电视卡和视频编辑软件16.Web Cams and Instant Messaging 网络视频摄像头和即时通 讯 17.Music from the Internet 网络音乐下载、上传和编 辑 18.Home Networking 家庭网络 19.Spyware Removal 间谍软件移除工具 20.Job Opportunities 网络就业机会搜索软 件 21.Operation system 操作系统 22.Coordinate resources 协调资源 23.Interface 提供接口 24.Run applications 运行应用程序 25.Utilities 公共实用程序 26.Device drivers 设备驱动程序 27.Browser 浏览器程序 28.Microsoft Office 办公软件 29.Basic application 基础应用程序 https://www.sodocs.net/doc/7419153844.html,itary or Government军事政府 31.Research institute 研究机构 32.Insurance companies 保险公司 33.Mainframe computers 大型机,主机 34.Supercomputers 超级计算机 35.Minicomputers 中型电脑 36.Microcomputers 微机个人计算机 37.Desktop computer 台式电脑 38.Notebook computer, laptop computers 手提式、膝上轻便 电脑 39.Tablet PC 支持手写的平板电脑 40.Handheld computer 掌上电脑 41.Windows mobile 操作系统 42.Electronic Dictionary 电子词典 43.Palm computer 掌上电脑 44.Handheld computer 手持电脑 https://www.sodocs.net/doc/7419153844.html,itary PDA 军用PDA 46.System unit:microprocessor and memory 微处理器 和内存 47.Input/output devices 输入和输出 48.Keyboard 键盘 49.Mouse 鼠标 50.Monitor 显示器printer 打印机 51.Secondary storage 辅助存储器 https://www.sodocs.net/doc/7419153844.html,pact discs (CD) 激光盘 53.Digital versatile or video discs (DVD) 数 字化视频光盘 54.High-definition discs (HDD) 高清盘 55.Document files 文字处理 56.Worksheet files 工作表单 57.Database files 数据库文件 58.Presentation files 演示文件 https://www.sodocs.net/doc/7419153844.html,puter competency refers to acquiring computer-related skills-indispensable tools for today. 2.Present an overview of an information system 概述信息系统 3.Understand these basic parts and how connectivity through the Internet.5大组成部分及如何访问网络 4.Filled out computerized forms, took computerized tests 填写电脑化的表格和考试 5.People are surely the most important part of any information system. 人是信息系统中最重要的组成元素 6.Our lives are touched every day by computers and information systems. 我们的生活每天都要接触计算机、信息系统 分不开 7.Making IT Work for You:present interesting and practical IT applications. 实用 的信息技术应用 8.Tips:suggestions ranging from the basics of keeping your computer system running smoothly to how to protect your privacy while surfing the Web. 关于计算机运用和网上冲 浪安全的提示和建议 9.Careers in IT:provides job descriptions, projected employment demands, educational requirements, current salary ranges, and advancement opportunities. 信息技术相关的 工作 https://www.sodocs.net/doc/7419153844.html,puting Essentials Web site:more information on the Web. 本课本相关的网 络资源 11.Software are the instructions that tell the computer how to process date into the form you want. 软件就是指导计算机把 数据转换成信息的指令 12.In the most case, the words software and programs are interchangeable. 大多时候,软件 和程序的概念是可以互换的 13.系统软件是应用软件和计算机硬件的中 间连接件。 14.The system software is just the mediator between application software and hardware. 15.you have to know to be considered computer competent. 作为计算机能手必须具 备 16.Wireless applications are just the beginning of the wireless revolution. 无线应用开启了无 线革命 17.Central to the concept of connectivity is the network. 连接概念的中心是网络 ○3 1.Integrated Packages 综合程序包 2.Software Suites 软件套组 3.templates 模版 4.Thesaurus 同义词库 5.Word wrap 自动换行 6.Autocorrect: 自动更正 7.Header or Footer 页眉页脚 8.Footnote 脚注 9.Captions, Cross References题注,交叉引 用 10.Table 表格 11.Calculations 计算 12.Functions 函数 13.Analytical graphs or charts 图表 14.What-if analysis 假设分析 15.Query: 查询 https://www.sodocs.net/doc/7419153844.html,municate a message 传递 17.persuade people 说服 18.Professional 专业 19.Productivity suite 商务组件 20.Personal suite 家庭组件 21.Specialized suite 专业组件 22.Utility suite 实用工具组件 1.Integrated package: is a single program that provides the functionality of a word processor, spreadsheet, database manager and more. 独立的集成软件包包括文字处理、表格和数据库管理等功能 2.Presentation: programs that combine a variety of visual objects to create attractive visually interesting presentations. 利用可视化 的图形,创造吸引人的演示效果。 3.Software suites: a collection of separate application programs bundled together and sold as a group. 捆绑一起售卖的多个应用程序 4.Good communication skills and teaching experience, though a teaching degree may not be required, it may be preferred. 沟通技能和 授课经验 5.Experience with the latest software and hardware is essential. 熟悉最新的软件和硬件 6.Seek detail-oriented individuals with IT experience IT经验的细心人 ○5 1.Booting a system 启动电脑 2.Mundane 常规的 3.behind-the-scenes 幕后的 4.Warm boot 热启动Cold boot 冷启动 5.Embedded OS 嵌入式OS https://www.sodocs.net/doc/7419153844.html,work OS 网络OS 7.Stand-alone OS 客户端OS 8.track 磁道 9.concentric ring同心圆 10.contiguous连续相邻的 11.wedge-shaped楔形的 12.sector扇区 13.Norton AntiVirus: 防毒 14.Norton CleanSweep: 系统清理 15.Web CleanUp: 上网痕迹清理 16.GoBack Personal Edition: 恢复设置 17.Norton Utilities: 实用工具 18.Bachelor’s degree 本科学位 19.Practical experience 实战经验 20.Certification from training 认证 21.Good analytical and communication skills 社交技能 1.System software: works with end users, application software, and computer hardware to handle the majority of technical details. 系统软件处理大多数技术细节 2.System software is collection that handle hundreds of technical details with little or no user intervention. 少用户介入的技术细节 3.Managing resources 资源管理 4.Providing character-based or graphical user interface 提供人机界面接口 5. A platform for running applications and supporting multitasking 为应用软件的运行提供系统平台 6.Advanced system security to guard against malicious files and programs, including spyware. 防恶意软件安全系统 7.Three-dimensional workspace capable of displaying transparent cascading windows. 三 维立体、玻璃、瀑布效果 8.Filtering capabilities to provide convenient parental controls by blocking access of objectionable Web sites. 过 滤能力,家长控制 9.Utilities: are designed to make computing easier. 使用计算机更加简单的专业程序 https://www.sodocs.net/doc/7419153844.html,e for: avoid frustrating 11.Internal hard disks crashed 死机 https://www.sodocs.net/doc/7419153844.html,puters freeze up 锁定卡死 13.Operations slow down 系统慢 14.Troubleshooting programs: recognize and correct problems. 自检程序 15.Antivirus programs: guard your computer system against viruses. 防病毒程序 16.Uninstall programs: safely and completely remove unneeded programs. 卸载程序 17.Backup programs: make copies of files. 备 份程序 18.File compression programs: reduce the size of files. 压缩程序 19.Disk Cleanup: a troubleshooting utility that identifies and eliminates nonessential files, frees up valuable disk space. 清理无用文件, 释放磁盘空间 20.A track is a concentric ring.磁道,就是一 个同心圆 21.Each track is divided into wedge-shaped sections called sector. 磁道被分成的楔形,称 为扇区 22.The operating system tries to save a file on a single track across contiguous sectors. 23.Disk Defragmenter: locates and eliminates unnecessary fragments and rearranges files and unused disk space to optimize operations. 去除无用的碎片,重新安排文件,优 化磁盘空间 24.Device driver: work with the operating system to allow communication between the device and the rest of the computer system. 用 于设备和计算机其他组件通信 25.Windows supplies hundreds of different device drivers with its system software. 自带 驱动 ○9 1.Originally intended for voice communication 语音通讯 2.Widely used to support computer communication 计算机通讯 3.Allow a wide variety of nearby devices to communicate without physical connection 设备通讯 4.Allow individuals to connect to the Internet 因特网无线互联 https://www.sodocs.net/doc/7419153844.html,munication channel 信道 6.Connection devices 连接设备 7.Data transmission specifications 数据传输规则 8.Twisted-pair cable 双绞线 9.Made up of copper wires 铜线 10.Coaxial cable 同轴电缆11.made up of a single solid-copper 12.Fiber-optic cable 光纤 13.Physical connections: 物理连接 14.Infrared: 红外线 15.Over short distances 短距离 16.Travel in a straight line 直线 17.In clear view of one another 18.Broadcast radio: 无线电通讯 https://www.sodocs.net/doc/7419153844.html,e radio signals 无线电信号 20.Follow standard Wi-Fi 无线保真 21.Microwave: 微波 https://www.sodocs.net/doc/7419153844.html,e high-frequency radio wave 23.line-of-sight communication 24.Be relayed by stations with dishes or antenna 天线接收传递 25.Bluetooth: 蓝牙技术 26.Pass through walls and nonmetal barriers 具有穿透性 27.Satellite: 卫星通讯 https://www.sodocs.net/doc/7419153844.html,e satellites orbiting about 22000 miles above the earth 29.Offered by Intelsat通讯卫星协会 30.Rotate at a precise point and speed 位置和 速度严格定位 31.External modem 外置调制解调器 32.Internal modem 内置调制解调器 33.PC Card modem 卡式调制解调器 34.Wireless modem 无线上网卡 https://www.sodocs.net/doc/7419153844.html,e for converting the digital signals to analog signals 数字、模拟信号转换 36.Transfer rate: 传输率 37.Bandwidth 带宽 38.Node: any device connected 节点 39.Client: a node uses resource 客户端 40.Server: a node sharing resources and performing specific task 服务器 41.Hub: the central node 集线器 https://www.sodocs.net/doc/7419153844.html,work interface cards: 网卡 https://www.sodocs.net/doc/7419153844.html,work operating systems: 网络OS 44.Distributed processing: 分布处理 45.Local Area Network: 局域网 https://www.sodocs.net/doc/7419153844.html,work gateway 网关 47.Ethernet: 以太网 48.Metropolitan Area Network: 城域网 49.Wide Area Network: 广域网 https://www.sodocs.net/doc/7419153844.html,work configurations 拓扑结构 51.Strategies 策略,模式 https://www.sodocs.net/doc/7419153844.html,puter communications: is the process of sharing data, programs, and information between two or more computers. 计算机之间共享信息数据资源 2.Connectivity: is a concept related to using computer networks to link people and resources to the world of larger computers and Internet. 3.Protocol: a set of communication rules for the exchange of information. 协议是传输信息的规则 https://www.sodocs.net/doc/7419153844.html,work architecture: describes how a network is arranged and how resources are coordinated and shared. 搭建,协调和共享 5.Terminal network: processing power is centralized in one large computer, other terminals connected to this host. 计算机能力 集中在中央主机上,即主机终端联机模式 6.Client/server networks: server nodes coordinate and supply specialized services, and client nodes request the services. 客户端请求 服务,服务器提供服务 7.Peer-to-peer networks: nodes have equal authority and can act as both clients and servers. 各节点角色相同 8.Intranets: a private network within an organization that resembles the Internet. 企业 内部网是一个私有网络 9.Extranets: a private network that connects more than one organization. 企业间的外联网 10.Firewall: a security system designed to protect an organization’s network against external threats. 防范外部威胁 11.Proxy server: a gatekeeper to monitor and evaluate all communication. 代理服务器

计算机专业英语翻译

计算机专业英语翻译 1.1细看处理器与主存储器 我们已经了解到所有计算机有类似的能力且能执行相同的功能,尽管一些可能比其他的快。我们知道电脑系统有输入、输出、仓储、加工的元件,还知道处理器是计算机系统的“智能”部分,并且知道一个简单的计算机系统可以有几个处理器。我们已经讨论了在电脑系统中数据以被称作位的电子状态来表示。我们现在准备阐释计算机系统核心的内部活动——处理器。 电脑的内部操作很有趣,但真的没有什么奥秘的事。这种神秘性存在于那些道听途说和相信科幻作家的人心中。计算机是不会思考的电子设备,它必须插入电源,就像一台烤面包机或一盏灯。 毫不夸张地讲,市场上有几百种不同类型的计算机在销售。每种类型可能都很复杂,但每个处理器,有时被称为中央处理器或者说CPU,只有两个基本部分:控制单元,算术和逻辑单元。主存储器在处理器的内部发挥着重要作用。这三个——主存、控制单元,算术和逻辑单元——一起工作。让我们来看看他们之间的功能和联系。 与磁辅助存储设备,如磁带、磁盘相比,主存没有移动部件。没有机械的运动,数据可以以电子的速度被存取访问,接近光速。今天大多数电脑的主存使用 DRAM(动态随机访问存储器)技术。先进的DRAM芯片大约有1/8邮票那么大,大约可以储存256,000万位或多于25,600,000字符的数据。 主存储器,或者主存,提供给处理器的程序和数据暂时的存储。在可执行程序或数据 本材料版权归八舍109所有,任何人以任何形式使用请自觉支付版税~

可以被处理之前,所有的程序和数据必须被从输入设备(如VDT)或从辅助存储(如磁盘)转移到主存储器。主要的存储空间总是很少;因此,在一个程序被执行后,它占领的储藏空间会被重新分配给另一个等待执行的程序。 图1 - 1说明了所有的输入/输出(I / O)“读”或“用”主要的存储。图中(输入)探讨是在VDT上。消息被查询的形式,是通过一个渠道到主存储器(如同轴电缆)。消息被解释,处理机从辅助存储设备取出所需的程序和数据。程序和数据被“装好”,或移动,从辅助存储器到主存储器。这是一个无损阅读过程。也就是说,程序和数据被从主要存储器(暂时的)和辅助存储器(永久)中读取。数据根据程序指令被操作,报告被从主存储器写入到打印机。 一个程序指令或一块数据保存在的特定的主存单元被称为地址。地址允许程序指令和数据被存储,访问和加工。每一个地址的内容随着不同程序的执行和新的数据的处理是不断变化的。 主存储器的另一个名字是随机存取存储器,或RAM。一种特殊类型的主存储器,称为只读存储器(ROM),不能被程序员改写。ROM的内容被制造商作为“只读”所固化,设计在芯片的逻辑上,。当你打开微机系统,一个ROM中的程序自动启动计算机系统。然后ROM程序初步显示屏幕提示。 ROM的一种变种是可编程的只读存储器(PROM)。RPOM是让用户能装载“只读”的程序和数据的ROM。一旦一个程序被加载到PROM,它简直从不改变。然而,如果你本材料版权归八舍109所有,任何人以任何形式使用请自觉支付版税~ 需要能够修改内容的PROM,有EPROM,可擦写的PROM。在写操作之前,所有的储存单元必须被删除到同样的初始状态。 一个更具有吸引力的形式的主读存储器是电可擦可编程只读存储器(EEPROM)。在任何时候都可以写入,不需擦除原先内容,且只是更新寻址到的字节或多个字节。

相关主题