大学实用计算机英语教程翻译-吕云翔-Unit 5
计算机专业英语教程第5版中译英参考

Unit 1A computer system consists of hardware system and software system. The hardware of the computer is usually divided into three major parts or three primary subsystems: the CPU, the memory subsystem, and the I/O subsystem.The CPU performs many operations and controls computer. The memory subsystem is used to store program being executed by the CPU, along with the program’s data. The I/O subsystem allows the CPU to interact with input and output devices such as the keyboard and monitor of a personal computer. The components of the computer are connected to the buses.The part of the computer that performs the bulk of data processing operations is called the central processing unit and is referred to as the CPU. In microcomputer, it is often called the microprocessor. The CPU is made up of three major parts: control unit, ALU, and register set.Memory is also known as internal memory or main memory. It refers to the circuits in the computer that hold whatever programs and data are available for immediate use by the CPU.I/O subsystem includes I/O devices and interface. There are a wide variety of I/O devices, such as mouse, printer, sensor, disk, and so on. Input-output interface provides a method for transferring information between internal storage and external I/O devices. Peripherals connected to a computer need special communication links for interfacing them with the CPU. The purpose of the communication link is to resolve the differences that exist between the central computer and each peripheral.Unit 3(a) A program is a list of instructions or statements for directing the computer to perform a required data processing task. Programming is a multistep process for creating that list of instructions.(b) It is important to understand the difference between a class and an object of that class. A class is simply a specification for creating objects. Thus, a single class may create multiple objects.(c) Java is an object-oriented, network-friendly high-lever programming language that allows programmers to build applications that can run on almost any operating system.(e) Programming involves a great deal of creativity. The design is guide to the function or purpose of each component, but the programmer has great flexibility in implementing the design as code. No matter what language is used, each program component involves at least three major aspects: control structures, algorithms, and data structures.Unit 4The software system can be divided into two broad categories: application software and system software. Application software consists of the program for performing tasks particular to the machine’s utilization. In contrast to application software, system software comprises a large number of programs. These programs start up the computer and function as the principle coordinator of all hardware components and application software. Without system software loaded into RAM of your computer, your hardware and application software are useless.System software can be grouped into three basic parts: operating system, utility software, and language translators. The majority of an installation’s utility software consists of programs for performing activities that are fundamental to computer installations yet not included in the operating system. In a sense, utility software consists of software units that extend the capabilities of the operating system.A computer’s OS is the main collection of programs that manage its activities. The primary chores of an OS are management and control. The OS ensures that all actions requested by a user are valid and processed in an orderly fashion. It also manages the computer system’s resources to perform these operations with efficiency and consistency.Application software is the software designed to help you solve problems specific to business or perform specific business tasks. Application software then is the layer of software closest to you. Basically, there are four categories of application software: productivity software, business and specialty software, entertainment software and education/reference software.Unit 5A computer network is often classified as being either a local area network (LAN), a metropolitan area network (WAN), or a wide area network (WAN). The connection of two or more networks is called an internetwork. The worldwide Internet is a well-known example of an internetwork.LANs are privately owned networks within a single building or campus of up to a few kilometers in size. They are widely used to connect personal computers and workstations in company offices and factories to share resources and exchange information.In general, a given LAN will use only one type of transmission medium. Various topologies are possible for LANs. The most common LAN topologies are bus, ring and star.A MAN is basically a bigger version of a LAN and normally uses similar technology. MAN is designed to extend over an entire city. It may be a single network such as a cable television network, or it may be a means of connecting a number of LANs into a large network so that resources may be shared LAN-to-LAN as well as device-to-device. For example, a company can use a MAN to connect the LANs in all of its offices throughout a city.A WAN spans a large geographical area that may comprise a country, a continent, or even the world. It provides long-distance transmission of data, voice, image, and video information over large geographical area.In contrast to LANs, WANs may utilize public leased, or private communication devices, usually in combinations, and can therefore span an unlimited number of miles.Unit 6Transmission media are used to transfer messages over a network. For instance, the transmission media used in a network may be a privately owned set of cables, the public phone lines, or a satellite system. Transmission media can either be wired or wireless.The three types of wired media most commonly used to carry messages are twisted-pair wire, coaxial cable, and fiber-optic cable. One of the most successful developments in transmission media in recent years has been fiber optics. Fiber-optic cable is commonly used for the high-speed backbone lines of a network, or for Internet infrastructure.Wireless transmission media have become especially popular in recent years. They support communications in situations in which physical wiring is impractical or inconvenient, as well as facilitate mobility. Wireless media are commonly used to connect devices to a network, to share information between computers, to connect wireless mice to a computer, and for handheld PCs, wireless phones, and other mobile devices. Radio signals transferred through the air are the heart of most types of wireless media. In addition to conventional broadcast radio application, the microwave, cellular, and satellite transmission media also use radio signals to transmit data.Radio transmissions require the use of a transmitter to send the radio signals through the air. A receiver (usually containing some type of antenna) accepts the date at the other end. When a device functions as both a receiver and transmitter, it is commonly called a transceiver or transmitter-receiver.Unit 7(a) Since many database systems users are not computer trained, developers hide the complexity from users through several levels of abstraction, to simplify user’s int eractions with the system: physical level, logical level, and view level.(b) A database schema is specified by a set of definitions expressed by a special language called a data-definition language (DDL). The result of compilation of DDL statements is a set of tables that is stored in a special file called data dictionary, or data directory.(c) The structured query language (SQL) is the most widely used and standard query language for relational database management systems. It is a kind of non-procedural language.(d) An entity is a “thing” or “object” in the real world that is distinguishable from other objects. For example, each person is an entity, and bank accounts can be considered to be entities. Entities are described in a database by a set of attributes.(e) Data warehouse is one of the newest and hottest buzzwords and concepts in the IT field and the business environment.A data warehouse is a logical collection of information——gathered from many different operational databases——that supports business analysis activities and decision-making tasks.Unit 9(a) AI is currently being applied in business in the form of knowledge systems, which use human knowledge to solve problems. The most popular type of knowledge-based system is the expert system. An expert system is a computer program that attempts to represent the knowledge of human experts in the form of heuristics. The term heuristic is derived from the same Greek root as the word eureka, which means “to discover”.(b) The user interface enables the manager to enter instructions and information into the expert system and to receive information from it. The instructions specify the parameters that guide the expert system through its reasoning processing. The information is in the form of values assigned to certain variables.(c) The knowledge base contains both facts that describe the problem area and knowledge representation techniques that describe how the facts fit together in a logical manner. The term problem domain is used to describe the problem area.(d) An expert system, also called a knowledge-based system, is an artificial intelligence system that applies reasoning capabilities to reach a conclusion. Expert systems are excellent for diagnostic and prescriptive problems.(e) The DSS is not intended to replace the manager. The computer can be applied to the structured portion of the problem, but the manager is responsible for the unstructured portion——applying judgment or intuition and conducting analyses.1。
第一单元课文译文 计算机英语 吕云翔

第一单元启动软件项目第一部分听说A. 对话:启动软件项目(Kevin、Sharon和Jason是三名北京航空航天大学软件学院大学二年级学生。
今天,在第四个学期末暑假开始之前,他们正在参加一个班会。
)老师:大家早上好。
在这个假期中,大家将要完成一个真正的项目作为你们的课程设计,这里有一些题目,每个人可以根据自己的兴趣和经验来选择,并请在下周之内把你的决定提交给我。
Kevin:对不起,老师,请问一下,这个项目是需要每个人单独完成还是几个同学合作完成呢?老师:我推荐团队合作,因为这可以让你学习如何与你的同学携手合作,并且作为一名团队成员,怎样互相交流、分享、表达并了解互相的想法。
但是每组成员不要超过4个人。
Sharon:我感兴趣的主题是四季酒店管理信息系统,你呢,Kevin?Kevin:哦,这也正是我的想法,我想我们可以组成一个小组。
嗨,Jason,你愿意加入我们吗?Jason:哦,好的,我非常愿意!Sharon:好的,现在让我们讨论一下每个人的职责。
Jason:Kevin善于组织并具有丰富的编程经验,因此我认为他可以作为我们的团队组长或是项目经理,负责指导我们的团队和编程实践。
Sharon:我同意。
Kevin:非常感谢你们的信任。
好,我一定会尽我所能。
关于我们的项目,我觉得除了编码以外还需要构建一个数据库并实现一组用户界面。
Jason:我对数据库比较感兴趣,我愿意负责建立和管理数据库。
Sharon:我喜欢艺术设计,我认为我可以为项目做用户界面设计和文档撰写的工作。
Kevin:哦,不错,看来这是一个很棒的团队,它让我感到很有信心!现在让我们根据项目的各个阶段来大致分配一下任务。
作为组长,我来负责需求,Jason负责设计,Sharon负责测试。
Jason:接下来,我们将为我们的项目制定一个粗略的进度计划。
Kevin:我们可以根据老师提供的最初的需求文档来设计并完成用户界面操作,与此同时,Jason可以构建数据库,最后我们一起来完成编码。
参考译文v5

第1课计算机基础计算机是一个可编程的机器(或者更准确地说,一个可编程的连续状态机器)。
计算机有两种基本类型:模拟计算机和数字计算机。
模拟计算机是模拟设备,即它们有连续的状态而不是离散的有限状态。
一个模拟计算机可以准确地表示小数或无理数,不进行舍入。
模拟计算机几乎只用于实验环境。
数字计算机是可编程的时序状态机器。
数字计算机使用离散状态。
二进制数字计算机使用两个离散状态(如正/负、高/低、通/断)来表示二进制数0和1。
1. 计算机有什么用?计算机的用途非常广泛。
数据处理是商业和金融的工作。
这包括开票、运输及收货、库存管理和类似的业务以及“电子办公”。
科学处理是用计算机支持科学。
这可以是简单地收集和分析原始数据,也可以是复杂地建立自然现象的模型(如气候模型、热力学、核能等)。
多媒体包括创建内容(创作音乐、演奏音乐、录制音乐、编辑电影和视频、特效、动画、插图、排版印刷材料等)和多媒体播放(游戏、DVD、教学材料等)。
2. 计算机的各部分可以十分粗略简单地认为计算机有三个部件:处理器、内存和I/O(输入/输出)。
这三个术语的边界是十分含糊的、不搭界的和不断变化的。
稍微更简单地可以把计算机部件分为五种:算术和逻辑子系统、控制子系统、主存、输入子系统和输出子系统。
2.1 处理器处理器是计算机实际上进行计算的部件。
有时也称作MPU(主处理器单元)或CPU(中央处理单元或中央处理器)。
处理器通常包括运算器(ALU)、控制器(包括处理器标志、标志寄存器或状态寄存器)、内部总线,有时也有一些特殊作用的单元(最常用的特殊作用单元是用于浮点算法的浮点单元)。
一些计算机有多个处理器。
这就叫做多处理计算机。
数字处理器的主要种类有:CISC、RISC、DSP以及它们的混合。
CISC代表复杂指令集计算机。
大型计算机和小型计算机有CISC处理器,厂家为了竞争提供了更有用的指令集。
大部分前两代微型处理器都用CISC。
RISC代表精简指令集计算机。
第二单元课文译文 计算机英语 吕云翔

第二单元获取需求第一部分听说A. 对话:与客户沟通(Kevin、Sharon和Jason来到四季酒店,会见了酒店业务经理White先生及最终用户代表。
)White先生:欢迎来到我们酒店。
Kevin:谢谢您在您的业务需求文档中提供给我们的关于酒店管理需要的重要信息。
但恐怕还有一些我们需要弄清的问题。
为了能够按照客户的意图完成该系统,我们想向您咨询一些问题。
White先生:当然可以。
Sharon:White先生,我正在为四季酒店管理信息系统撰写规格说明书草稿,但我发现可能有一项重要的功能尚不明确。
White先生:哦,什么问题?Sharon:假如客户在酒店预订了房间,却没有按时登记,这种情况您将如何怎么退还订金呢?全部、一部分或者完全不退?这将涉及如何对退还押金的场景进行描述和建模,以及如何设计这一模块。
Kevin:是的。
这对我们在系统中定义一个明确的退还订金机制确实很重要,因为它不仅决定着这个模块本身的设计,还涉及其他模块,例如收费的总金额。
在正确定义工作流之后,我们才将能够知道在系统中如何处理它。
White先生:好的,我明白了。
退还订金确实是房间预订服务中的必要考虑的一个事项。
现在,我就向你们解释一下遇到这种情况时我们的处理办法。
通常,如果一个顾客在距离登记入住时间24小时以前或更早的时候取消了他的预订,我们将退还全部订金;如果在距离登记入住时间12小时到24小时之间取消预订,将退还一半订金;但如果在距离登记入住时间12小时以内取消,我们将不退还任何订金。
Kevin:哦,好的。
除此之外,退还订金的比率是怎样确定的呢?在贵宾和普通顾客之间,或者在旺季和淡季之间有什么差别吗?White先生:在我们酒店,贵宾和普通顾客在价格上没什么区别,但是我们在不同的季节执行不同的标准。
从每年的五月到十月是旺季,而从每年的十一月到第二年的四月是淡季,旺季取消预定的时间限制比淡季提前了12小时。
在旺季,顾客如果决定退订并想要拿回全部订金的话,就必须在距离登记入住36个小时之前取消预订;如果在距离登记入住前24小时到36小时之间取消预订,将退还一半订金;如果在24小时以内取消,将没有任何订金退还。
Python大学教程吕云翔

? 快速排序:在列表中任取一个元素(一般取第一个元素)作为基准,将
? 元组的访问和处理速度比列表更快。因此,如果所需要定义的序列内容
不会进行修改,那么最好使用元组而不是列表。另外,使用元组也可以 使元素在实现上无法被修改,从而使代码更加安全。
集合
? 集合与列表相似,都可以用来存储多个元素。不同于列表的是,集合中
的元素彼此不能相同并且不按照任何特定的顺序放置。
? 可以将若干个元素用一对花括号({})括起来以创建一个集合。集合内
列表相关的函数
? 列表类的成员函数:
? list.append(x) ? list.extend(L) ? list.insert(i, x) ? list.remove(x) ? list.pop([i]) ? list.index(x) ? list.count(x) ? list.sort(cmp=None, key=None, reverse=False) ? list.reverse()
? 字典推导式 ? 与列表和集合相似,字典同样支持推导式生成。不同的是,字典推导式
起始位置的表达式应该是“键:值”格式的。
字典相关的函数
? dict类的成员函数:
? clear() ? copy() ? get(key[, default]) ? item() ? keys() ? pop(key[, default]) ? popitem() ? setdefault(key[, default]) ? update([other]) ? values()
新机电英语 Unit5课文讲解

新机电英语
• • • • • • • • • • • • • • • 9.设计师 designers 10.简洁线条 simple lines 11.无法广泛使用 was not widely available. 12.麻省理工学院 MIT 13.拓展 expanded 14.由于电脑普及 due to computers’ availability 15.互动 interact with 16.互动 monitor显示器
新机电英语
课文讲解Unit 5
In 1950, Dr. Paul J. Hanratty invented a numerically controlled program数控程序 that allowed designers设计师 to draw simple lines简洁线条 with a computer. At the time, computers were the size of a room, so this type of program was not widely available无法广泛使用.
新机电英语
课文讲解Unit 5
The development of CAD software for personal desk-top computers个人台式电 脑 was the impetus动力 for almost universal application in many areas 许多 领域广泛运用. Initially首先, with 2D二维软 件 in the 1970, it was typically limited to producing drawings similar to类似于 hand-drafted drawings手工绘图. Advances进步 in programming编程 and computer hardware硬件 ,
第三单元课文译文 计算机英语 吕云翔

第三单元项目计划第一部分听说A. 对话:软件项目计划Jason:这么多工作要做啊!Kevin:我认为我们需要一个正式的项目计划作为指导。
Sharon:是的,首先是时间,这也是影响我们项目的最重要的因素之一,我们需要一个进度表,尤其是项目的最终期限。
Kevin:我们总共有40天的时间,而需求已经花了5天的时间,因此我们还有35天时间。
Jason:哦,听起来时间确实很紧张。
Sharon:我们似乎应该尽快开始编程,对吗?Jason:尽管编程是软件项目中非常重要的一个部分,但是,我认为现在最重要的事是,必须确定一个合适的时间进度表来控制我们的进度,并确保能够按时交付。
Kevin:是的,在需求阶段,我们还需要三天时间来对需求进行描述、分析和建模。
之后,我们需要三天时间来完成结构设计,五天时间完成详细设计;由于这些工作量都是用于软件设计,因此接下来的编程相对不会很难,我认为在一周内应该能完成;测试及后续的调试在十天时间内应该能完成。
Sharon:也许我们可以用甘特图来描述我们的进度表,对于项目计划来说,甘特图是一种形象生动并且实用的工具。
Kevin:好主意!Jason:事实上,测试不应该被看成是仅在编码阶段完成后才开始并仅限于以检测错误为目的。
实际上,测试计划在需求阶段的早期就应该开始了,并且测试计划和流程应该系统地、不断地改进。
我觉得,在编码阶段,我们可以同时执行单元测试,这将会节省大量时间并会获得更好的测试效果。
最后,我们可以通过与客户一起工作来进行验证测试,检查开发出的软件客户是否满意,以确保客户能够获得他们所需要的。
Sharon:另外,我们需要三台计算机,必须安装客户所要求的具有统一版本的软件作为开发工具,以Visual Studio 2005作为开发平台,以Microsoft SQL server 2005作为数据库管理系统。
Jason:我们还需要网络。
Kevin:我将尽快为大家准备开发环境,然后给每个人分配一些管理任务。
(完整word版)计算机专业英语教程(第5版)翻译完整版

主存储器,也就是说内存,用于为处理器暂时存放程序和数据。所有的程序和数据在被操作之前必须从输入设备(如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、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Unit 5Section ASoftware Design (软件设计)Design is defined in [IEEE610.12-90] as both “the process of defining the architecture,components, interfaces, and other characteristics of a system or component ” and “the result of that process.” Viewed as a process, software design is the software engineering life cycle activity in which software requirements are analyzed in order to produce a description of the software ’s internal structure that will serve as the basis for itsconstruction. More precisely, a software design (the result) must describe the software architecture -- that is how software is decomposed and organized into components -- and the interfaces between those components. It must also describe the components at a level of detail that enable their construction. Software design plays an important role indeveloping software: it allows software engineers to produce various models that form a kind of blueprint of the solution to be implemented. We can analyze and evaluate these models to determine whether or not they will allow us to fulfill the variousrequirements. We can also examine and evaluate various alternative solutions and trade-offs . Finally, we can use the resulting models to plan thesubsequent development activities, in addition to using them as input and the starting point of construction and testing.In a standard listing of software life cycleprocessed such as IEEE/EIA 12207 Software Life Cycle Processes [IEEE 12207.0-96], software design consists of two activities that fit between software requirements analysis and software construction:Software architectural design (sometimes called top level design): describing software ’s top-level structure and organization and identifying the various components.Software detailed design: describing eachcomponent sufficiently to allow for its construction.General StrategiesSoftware often-cited examples of general strategies useful in the design process aredivide-and-conquer and stepwise refinement,top-down vs. bottom-up strategies, data abstraction and information hiding, use of heuristics, use of patterns and pattern languages, use of an iterative and incremental approach.Function-Oriented (Structured) DesignThis is one of the classical methods of software design, where decomposition centers on identifying the major software functions and then elaborating and refining them in a top-down manner. Structured design is generally used after structured analysis, thus producing, among other things, data flow diagrams and associated process descriptions. Researchers have proposed various strategies (for example, transformation analysis, transaction analysis) and heuristics (for example, fan-in/fan-out, scope of effect vs. scope of control) to transform a DFD into a software architecture generally represented as a structure chart.Object-Oriented DesignNumerous software design methods based on objects have been proposed. The field has evolved from the early object-based design of the mid-1980s (noun=object; verb=method; adjective=attribute) through OO design, where inheritance and polymorphism play a key role, to the field of component-based design, where meta-information can be defined and accessed (through reflection, for example). Although OO design’s roots stem fromthe concept of data abstraction, responsibility-driven design has also been proposed as an alternative approach to OO design.Data-Structure-Centered DesignData-structure-centered design (for example, Jackson, Warnier-Orr) starts from the data structures a program manipulates rather than from the function it performs. The software engineer first describes the input and output data structures (using Jackson’s structure diagrams, for instance) andthen develops the program ’s control structure based on these data structure diagrams. Various heuristics have been proposed to deal with special cases -- for example, when there is a mismatch between the input and output structures.Component-Based Design (CBD)A software component is an independent unit, having well-defined interfaces and dependencies that can be composed and deployed independently, Component-based design addresses issues related to providing, developing, and integrating such components in order to improve reuse .Other MethodsOther interesting but less mainstreamapproaches also exist: formal and rigorous methodand transformational methods.。