计算机专业英语教程第5版中译英参考

Unit 1

A 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 4

The 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 5

A 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 6

Transmission 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 interactions 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

Unit 1

A 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 4

The 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 5

A 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 6

Transmission 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 interactions 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


相关内容

  • 英语专业经验
  • 英语专业课冲刺120分 (笔者2010年基础英语取得99分.翻译与写作取得126分) 基础英语 一.基础英语真题试题分析(卷面满分为150分) Ⅰ Choose one word or phrase to fill in the blank so that the sentence makes se ...

  • 英语专业毕业生毕业感言
  • 毕业了,感想特多,但其实毕业这段时间想得最多的就是英语专业的出路问题.虽然本人因为缺乏信心和胆量从而选择保研这个最中庸而省事的道路,但我的许多同学皆因最终出路问题,绞过不少脑汁也有过n夜的挣扎.最后有一大半的同学选择了考研,当然这其中还不包括保研的.究其最根本原因,无非是理科学校english ma ...

  • 翻译硕士考研各校推荐参考书目
  • 翻译硕士考研各校推荐参考书目 备考的日子总是有限的,但是复习的水平与我们对自己的要求应该是没有上限的,如何让在有限的时间里达到一个好的复习效果,参考书的选择非常重要.我们搜集整理了一下翻译硕士考研各校推荐参考书目,以供大家参考. 北京大学 1-<中式英语之鉴>Joan Pinkham . ...

  • (英语毕业论文)论中美日常交际的文化差异
  • (英语毕业论文) 论中美日常交际的文化差异 如有需要全文请联系QQ :799757938 On the Cultural Differences in Daily Communication between Chinese and American Contents I. Introduction ...

  • 北京第二外国语学院2015年研究生招生专业目录
  • 2015年攻读硕士学位研究生专业目录 单位名称:北京第二外国语学院 单位代码:10031 培养单位:跨文化研究院 邮政编码:100024 地址:北京市朝阳区定福庄南里1号 电话:(010)65778347 参考书目: 622美学原理: <美学原理新编>,杨辛.甘霖主编,北京大学出版社,1 ...

  • 北京理工大学翻硕考研整体就业率很高
  • 北京理工大学翻硕考研整体就业率很高 最有效的资本是我们的信誉,它小时不停为我们工作.凯程北京理工大学翻译硕士老师给大家详细讲解所遇到的问题.特别申明,以下信息绝对准确,凯程就是王牌的北京理工大学翻译硕士考研机构! 一.北京理工大学翻译硕士就业怎么样? 当今,MTI翻译硕士作为新生的专业越来越&quo ...

  • 中国矿业大学翻硕学费
  • 中国矿业大学翻硕学费 本文系统介绍了矿大翻译硕士考研难度,矿大翻译硕士就业,矿大翻译硕士考研辅导,矿大翻译硕士考研参考书,矿大翻译硕士专业课五大方面的问题,凯程矿大翻译硕士老师给大家详细讲解.特别申明,以下信息绝对准确,凯程就是王牌的矿大翻译硕士考研机构! 矿大翻译硕士各细分专业介绍 矿大翻译硕士英 ...

  • 2017天津外国语大学翻译硕士就业怎么样
  • 2017天津外国语大学翻译硕士就业怎么 样 翻译硕士专业学位研究生,即MTI(Master of Translation and Interpreting)是为了适应市场经济对应用型高层次专门人才的需求,国务院学位委员会于2007年1月批准设置的一种专业学位.2008年开始招生,2009年面向应届本 ...

  • 根据民族学实例分析民族动机形成的过程=
  • 根据民族学实例分析民族动机形成的过程 一.培养目标 民族学硕士学位研究生培养德.智.体全面发展的,适应我国社会主义现代化建设和少数民族地区发展需要的高层次民族学专门人才.具体要求是: 1. 掌握马列主义.毛泽东思想.邓小平理论和"三个代表"重要思想,热爱祖国,遵纪守法,树立科学的 ...