计算机专业英语翻译
计算机专业英语翻译参考

1.(P1) Computer science deals with the theoretical foundations of information and computation, together withpractical techniques for the implementation and application of these foundations, such as programming language theory, computational complexity theory, computer graphics and human-computer interaction.计算机科学涉及信息和计算的理论基础,以及这些基础的实施和应用的实际技术,如编程语言理论,计算复杂性理论,计算机图形学和人机交互。
2.(P17) The most important piece of graphics hardware is the graphics card, which is the piece of equipment thatrenders out all images and sends them to a display. There are two types of graphics cards: integrated and dedicated. An integrated graphics card, usually by Intel for use in their computers, is bound to the motherboard and shares RAM (Random Access Memory) with the CPU, reducing the total amount of RAM available. This is undesirable for running programs and applications that use a large amount of video memory. A dedicated graphics card has its own RAM and Processor for generating its images, and does not slow down the computer.Dedicated graphics cards also have higher performance than integrated graphics cards. It is possible to have both dedicated and integrated graphics card, however once a dedicated graphics card is installed, the integrated card will no longer function until the dedicated card is removed.最重要的一块图形硬件是显卡,是一件呈现出所有的图像,并将它们发送到一个显示器的设备。
计算机专业英语教程(第5版)翻译完整版

计算机专业英语教程(第5版)翻译完整版1.1 A Closer Look at the Processor and PrimaryStorage仔细看看处理器和主存储器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 the 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.我们已经知道,所有的计算机都具有相似的能力,并且在本质上执行相同的功能,尽管一些可能会比另一些快一点。
我们也知道,一个计算机系统具有输入,输出,存储和处理部件;处理器是一个计算机系统智能核心,并且一个计算机系统可以有许多个处理器。
我们已经讨论过如何在计算机系统内部,用被称作“位”的电子状态来表现数据,现在我们要弄明白计算机系统的核心,即处理器,的内在的工作方式。
计算机专业英语及翻译Unit 10

Unit 10 Program DesignText 1 Computer LanguagesComputer languages have undergone dramatic evolution since the first electronic computers were built. Early on, programmers worked with the most primitive computer instructions—machine language. These instructions were represented by long strings of ones and zeroes. Soon, assembly language was invented. It maps machine instructions to human-readable mnemonics, such as ADD and MOV.In time, higher-level languages evolved, such as PASCAL, BASIC, COBOL, C, C++, and JA V A. These languages let people work with something approximating words and sentences, such as Let I = 100. These instructions were translated back into machine language by interpreters and compilers. An interpreter translates a program as it reads it, turning the program instructions, or code, directly into actions. A compiler translates the code into an intermediary form. This step is called compiling, and produces an object file. The compiler then invokes a linker, which turns the object file into an executable program.Because interpreters read the code as it is written and execute the code on the spot, interpreters are easy for the programmer to work with. Compilers, however, introduce the extra steps of compiling and linking the code, which is inconvenient. Because the time-consuming task of translating the source code into machine language has already been accomplished, compilers produce a program that is very fast each time it is run.The problems programmers are asked to solve have been changing. Today's programs use sophisticated "user-friendly interfaces," involving multiple windows, menus, and dialog boxes. The programs written to support this new approach are far more complex than those written just ten years ago. Generally, as programming requirements have changed, both languages and the techniques used for writing programs have evolved.参考译文计算机语言自从第一批电子计算机诞生以来,计算机语言已经发生了戏剧性的变化。
计算机专业英语翻译题

Text Aputer is an electronic equipment which can make arithmetic and logical calculation process information rapidly and automatically.计算机是一种能够高速、自动地进行算术和逻辑运算及信息处理的电子设备。
3.The purpose of inventing and developing computer is to make arithmetic calculations rapidly accurately.发明和开发计算机的目的是使算术运算快速准确。
4.Production management ,data counting,office automation,traffic dispatching,information retrieval all belong to this field.生产管理,数据统计,办公自动化,通信调度,信息检索都属于这一领域。
5.Real-time means that the time of computer’s calculating and controlling may match the time of controlled object’s practical running or working. 实时意味着计算机的计算和控制的时间符合受控对象的实际运行或工作的时间。
Text B1.Perhaps the most significant date in the history of computers is the year 1936.it was in this year that the first “computer”was developed。
It was created by Konrad Zuse and dubbed the ZI Computer.也许在计算机历史上最显著日期是今年1936.它是在今年的第一个“电脑”被开发,它由康拉德·楚泽创建,并冠以ZI计算机。
计算机专业英语名词翻译

第一章(计算机系统概论)digital computer 数字计算机decimal digits 十进制数字binary 二进制bit 位ASCII 美国国家信息交换标准代码computer system 计算机系统hardware system 硬件系统software system 软件系统I/O devices 输入输出设备central processing unit(CPU) 中央处理器memory 存储器application software 应用软件video game 计算机游戏system software 系统软件register 寄存器floating point data浮点数据Boolean布尔值character data字符数据EBCDIC扩充的二十一进制交换代码punched cards穿孔卡片magnetic tape磁带main memory主存vacuum tubes电子管magnetic drum磁鼓transistors晶体管solid-state devices固体器件magnetic cores磁芯integrated circuit(IC)集成电路silicon chip硅芯片multiprogramming多道程序设计timessharing分时分时技术minicomputers小型计算机mainframe大型计算机large-scaleintegrated(LSI)大规模集成very-large-scale integrated(VLSI)超大规模集成word processing文字处理eletronic spreedsheets电子表格database management programs数据库管理程序desktop publishing桌面印刷personalcomputer(PC)个人计算机microcomputer微型计算机storage capacities存储容量stand-alone computer独立计算机local area network(LAN)局域网peripheral devices外部设备assembly line流水线supercomputer巨型计算机第二章(计算机系统结构)memmory subsystem存储子系统I/O subsystem输入输出子系统bus总线system bus系统总线chip 芯片address bus地址总线instructions指令memory location存储单元data bus数据总线control bus控制总线local bus 局部总线microprocessor微处理器register set寄存器组arithmetic logic unit(ALU)运算器clock cycle时钟周期control unit控制器computer architecture计算机体系结构introduction format指令格式addressing modes寻址方式introduction set指令集internal memory内存main memory主存Random Access Memory(RAM)随机存取存储器Read Only Memory (ROM)只读存储器secondary storage副主存储器vitual memory虚拟存储器Dynamic RAM(DRAM)动态存储器refresh circuitry刷新电路Static RAM(SRAM)静态RAMcache memory高速缓冲存储器masked ROM掩膜ROMPROM可编程RAMEPROM可擦写PROMultraviolet light紫外线EEPROM or EEPROM电擦写PROMbasic input/output system(BIOS)基本输入输出系统flash EEPROM 快闪存储器memory hierarchy 存储器体系结构auxiliary memory 辅助存储器storage memory 存储容量keyboard 键盘alphanumeric key字母数字键function key 功能键cursor key 光标键numeric keypad 数字键mouse 鼠标touch screen触屏infrared ray红外线monitor 监视器display screen显示屏laser printer激光打印机ink-jet printer喷墨打印机dot-matrix printer点针式打印机modem调制解调器input-output interface(I/O interface)输入输出接口peripheral外部设备,外设interrupt中断program counter程序计数器vectored interrupt向量中断nonvectored interrupt非向量中断interrupt vector中断向量Direct Memory Acess(DMA)直接存储器存取timeout超时第三单元(计算机体系结构)parallel processing 并行操作serial operations 串行操作instructions stream 指令流data dream 数据流SISD 单指令单数据流SIMD 单指令多数据流MISD 多指令单数据流MIMD 多指令多数据流pipeline processing 流水线处理combinational circuit 组合电路multiplier 乘法器adder 加法器clock pulse 时钟脉冲vector processing 向量处理one-dimensional array 一维数组scalar processer 标量处理器vector instructions 向量指令CISC 复杂指令集计算机decoder 译码器RISC 精简指令集计算机backward compatibility 向下兼容第四单元(算法与数据结构)algorithm 算法parallel algotithm 并行算法primitive 原语syntax 语法semantics 语义pseudocode 伪码exhaustive search 穷举搜索divide-and-conquer algorithm 分治算法dynamic programming 动态规划bottom-up 自上而下top-down 自下而上array 数组one-dimensional array 一维数组pointer 指针program counter 程序计数器instruction pointer 指令指针list 列表linked list 链表singly-linked list 单向链表double-linked list 双向链表circularly-linked list 循环链表FIFO 先进先出LIFO 后进先出stack 栈push 压栈pop 出栈stack pointer 栈指针queue 队列tree 树root 根level 层次degree of a node 结点的度depth of a tree树的深度binary tree 二叉树traversal 遍历M-way search tree M向搜索树第五章(编程语言)Program 程序Program language 程序设计语言Software engineering 软件工程Pseudocode 伪码Flowchart 流程图Coding 编码Program testing 程序测试Desk-checking 手工检查Documentation 文档User documentation 用户文档Operator documentation 操作员文档Programmer documentation 程序员文档Machine language 机器语言Assembly languages 汇编语言High-level languages 高级语言RAD(rapid application development) 快速应用开发Natural language 自然语言Artificial intelligence(AI) 人工智能Compile 编译Assemble 汇编Source code 源代码Object code 目标代码Linker 连接器Executable file 可执行文件Object-oriented programming 面向对象的程序设计Object 对象Class 类ADT(abstract data type)抽象数据类型Member variable 成员变量Class variable 类变量Member function 成员函数Inheritance 继承Derived class 派生类Overload 超载Message 消息Static binding 静态绑定Dynamic binding 动态绑定Polymorphism 多态性Visual programming 可视化编程Markup language 标记语言HTML(hyper text markup language)超文本标记语言Hyperlink 超链接XML(extensible markup language) 可扩展标记语言Java virtual machine java虚拟机第六章(操作系统)Application software 应用软件System software 系统软件Utility software 实用软件Operating system(OS)操作系统Shell 操作系统的外壳程序Graphical user interface(GUI)图形用户界面Kernel 内核Serial processing 串行处理Job 作业Batch processing 批处理Simple batch systems 简单批处理系统Multiprogrammed batch systems 多道程序批处理系统Monitor 监控程序Scheduler 调度程序Multiprogramming 多道程序Multitasking 多任务Time-sharing systems 分时系统Uniprogramming 单道进程Process 进程Process management 进程管理Process control block 进程控制块Mutual exclusion 互斥Multiprocessing 多处理,多进程Distributed processing 分布式管理Concurrent processes 并发处理Deadlock 死锁Synchronize process同步处理Semaphore 信号量Reusable resource 可复用性资源I/O buffers 输入/输出缓冲区I/O channel 输入/输出通道Deadlock prevention 死锁预防Deadlock detection 死锁检测Deadlock avoidance 死锁避免Virtual memory 虚拟内存Logical reference 逻辑引用Real addresse 实地址Paging 分页Segmentation 分段Virtual address 虚拟地址Physical addresses 物理地址Real-time process 实时处理File management 文件管理Plug and play(PnP) 即插即用第七单元(应用软件)application software 应用软件word processing 字处理软件spreadsheet 电子表格personal finance 个人理财presentation graphic 演示图形database manager 数据库管理软件groupware 群件desktop accessory 桌面辅助工具browsers 浏览区desktop publishing 桌面印刷project management 项目管理CAD 计算机辅助设计CAM 计算机辅助制造multimedia authoring 多媒体发布animation 动画MIDI 乐器数字化接口speech synthesis 语音合成insertion point 插入点scroll bar 滚动条window 窗口menu bar 菜单栏pull-down menu 下拉式菜单Button 按钮toolbar 工具条dialog box 对话框default value 缺省值(默认值)macro 宏OLE 对象链接和嵌入clipboard 剪切板column 列row 行cell 单元格cell address 单元格地址cell pointer 单元格指针formula 公式function 函数bar chart 柱形图line chart 线图pie chart 圆饼图workflow software 工作流软件PIM 个人信息管理软件Web browser 浏览器World Wide Web 万维网home page 主页第八单元(数据库)DBMS 数据库管理系统instance 实例schema 模式physical schema 物理模式存储模式内模式logical schema 逻辑模式概念模式模式subschema 子模式外模式data independence 数据独立性physical data independence 物理数据独立性logical data independence 逻辑数据独立性data model 数据模型entity-relationship model 实体联系模型object-oriented model 面向对象模型semantic data model 语义数据类型functional data model 功能数据模型entity 实体entity set 实体集mapping cardinality 映射基数abstract data type 抽象数据类型attribute 属性relation 关系tuple 元组primary key 主键super key 超健candidate key 候选键foreign key 外键DDL 数据定义语言data dictionary 数据字典DML 数据操纵语言procedure DML 过程化DML nonprocedure DML 非过程化DMLSQL 结构化查询语言view 视图the relational algebra 关系代数the tuple relational calculus 元组关系演算atomicity 原子性consistency 一致性duration 持久性transaction 事物DBA 数据库管理员。
计算机专业词汇英语翻译

Guest editora vehicle of 一种手段productivity生产力perceive 感知empirical means:经验方法the prolonged exponential growth:长期的指数增长Fidelity:保真度energy harvesting:能源获取Ubiquitous computing:普适计算Photosynthesis :光合作用incident light 入射光coated 覆盖的humidity 湿度moisture gradients:湿气梯度semiconductor fabrication:半导体制造Acoustic:声学的Miniaturization:小型化Photons:光子,量子Concentrations:浓度Tailored:定制的Spectrum:光谱sophisticated heterogeneous systems:复杂的异构系统Fusion:融合=aggregationQualitative 定性的Diffusion:扩散duty-cycle:占空比spatial dimension:空间范围Dissemination:散播Pervasive:普遍的Trajectory:轨道Ambient:周围的②leachMicrosensors:微传感器Cluster: 名词:簇动词:分簇Cluster head:簇头Hierarchy 分层Application-Specific 应用相关的In terms of 按照Aggregate聚合Diffusion:传播Dissipated:耗散Timeline 时间轴Backs off:后退Dissipation:耗散spread-spectrum:扩频intra-cluster:簇内Outperform:胜过③pegasisHomogeneous:同质的fusion :融合aggregationFuse:v. 融合Humidity:湿度Beacon:信标timestamp 时间戳in terms of :就...而言greedy approach:贪婪算法truncated chain:截断链Critical:关键的propagation delays:传播延迟Dissipate:v.发散SNR:信噪比Joules:焦耳The upper bound:上限tier:等级token :令牌,象征Dense:密集的Sparse:稀疏的Heuristic:启发式Outperforms:胜过Preliminary:初步的Exponential:指数的traveling salesman problem 旅行商问题tradeoff 代价④z-macLatency:时间延迟Robust:鲁棒性slot assignment:时隙分配multiple access control:多址接入控制Aggregate:聚合duty cycle:占空比the overhead of:开销Vendors:厂商surface-mount:表面贴装hand-soldering:手工焊接Predetermined:预定的Stochastic:随机的Explicit Contention Notification:明确竞争通知Unicast:单播Congestion:拥塞Benchmark:基准Preamble:头部⑤A building。
计算机专业英语教程 第四版 部分翻译和简答题

翻译:1、C++’s advantages include strong typing, operator overloading, and less emphasis on the preprocessor.C++的优点包括强类型,运算符重载和较少地强调预处理器。
2、A program instruction or a piece of data is stored in a specific primary storage location called an address.程序指令和数据是存储在主存中一个特殊的位置,称为地址空间3、A high-level language is an artificial language with which we can write various instructions. This is possible not because computer processors are now so technologically advanced that they can ‘understand’ these langu ages. You should translate from programming languages into machine language which can be understood by the computer processors. Compilers can accomplish this task. This does mean that a high-level language program is not directly executable: it must be compiled to produce processor program, which is executable.高级语言是一门人工的我们可以写入各种各样指令的语言。
计算机专业英语课文翻译

第4章操作系统第一部分阅读和翻译A部分 Windows 71. 简介Windows 7是微软最新发布的windows版本,这一系列微软制造的操作系统主要用于个人电脑,其中包括家庭和商业台式电脑、笔记本电脑、上网本、平板电脑、和媒体中心电脑。
(见图4.1)Windows 7于2009年7月22日开始生产,并在2009年10月22日零售,这个时间距其推出其前任Windows Vista不到三年时间。
与Windows 7相对应的Windows server 2008 R2,也是同年发布。
不像其前一操作系统vista,windows7 引入了大量的新特性,更集中于增量升级的windows线,目标是兼容已经在vista中兼容的应用程序和硬件。
微软在2008年的报告中关注于对于多点触控的支持,以及一个重新设计的windows shell和一个新的任务栏,并将其称之为Superbar,还有一个称之为家庭组的网络系统,注重性能改进。
之前版本的windows 系统中的一些标准的应用程序,包括windows日历,windows邮件,windows movie maker,和windows相片画廊在windows 7中并没有包含进来,而大多数是作为Windows Live Essentials套件单独免费进行提供的。
2. 发展最初,微软计划用一个代号为Blackcomb的windows版本来继承Windows XP(代号惠斯勒)和Windows Server 2003。
微软计划在Blackcomb中设计的主要功能包括在搜索中的加强,查询数据以及一个先进的存储命名系统。
然而,一个临时的,更小的,代号为Longhorn 的版本在2003年发布了。
微软在2003年中旬推迟发布了Blackcomb,但是Longhorn获得了大部分当初试图在Blackcomb中实现的特性。
在2003年,相继有三个主要病毒暴露了windows操作系统的一些漏洞,微软改变了其的发展重点,搁置了Longhorn的主要开发工作,主要开发windows xp和windows server 2003的服务包。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
一Most viruses attack personal computers.More than 10,000 viruses have appeared so far,and unscrupulous programmers generate roughly another six every day.Fortunately,only a handful have been detected far afield .There are three main classes of PC viruses (and the categories for other systems are analogous):file infectors,boot-sector viruses and macro viruses.Roughly 85 percent of all known viruses infect files containing applications such as spreadsheet programs or games.When a user runs an infected application,the virus code executes first and installs itself independently in the computer's memory so that it can copy itself into subsequent applications that the user runs.Once in place,the virus returns control to the infected application;the user remains unaware of its existence.Eventually a tainted program will make its way to another computer via a shared diskette or network,and the infection cycle will begin anew.大多数病毒攻击个人电脑。
超过10,000病毒到目前为止已经出现,无良程序员大致每天产生另外六种病毒。
幸运的是,只有极少数被侦测出是生僻的。
计算机病毒主要有三大类(类似于其他系统的类别):文件传染,引导扇区病毒和宏病毒。
大约85%的所有已知病毒的感染文件包含的应用程序,如电子表格程序或游戏。
当用户运行受感染的应用程序,病毒代码先执行,并安装在计算机本身独立的内存,因此,它可以复制到随后的应用程序,用户运行。
一旦到位,该病毒将控制返回到受感染的应用程序,用户仍然不知道它的存在。
污点方案最终将通过一个共享的软盘或网络方式到另一台计算机,感染周期将重新开始。
二A company might set up only one or two machines to handle a specific protocol and ban that protocol on all other machines.1)Ports-Any server machine makes its services available to the Internet using numbered ports.For example,if a server machine is running a Web (HTTP)server and FTP server,the Web server would typically be available on port 80,and the FTP server would be available on port 21.A company might block port 21 access on all machines.2)Specific words and phrases ---This can be anything.The firewall will sniff(search through)each packet of information for an exact match of the text listed in the filter.For example ,you could instruct the firewall to block any packet with the word "X-rated"in it .Thekey here is that it has to be an exact match.The "X-rated"filter would not catch "X-rate"(no hyphen).But you can include as many words,phrases and variations of them as you need.公司可能只有一个或两个机器来处理特定的协议,该协议禁止所有其他机器上。
1)端口——任何服务器计算机都使用带编号的端口向互联网提供服务,每个端口对应于该服务器上提供的一项服务。
例如,如果服务器计算机正在运行Web(HTTP)服务器和FTP服务器,则通常可以通过端口80访问Web服务器,并可以通过端口21访问FTP服务器。
除一台计算机外,公司可能阻止对公司内其他所有计算机上的端口21进行访问。
2)特定词汇和短语——这可以是任意内容。
防火墙将嗅探(彻底搜寻)每个信息数据包,确定是否存在与过滤器中列出的文本完全匹配的内容。
例如,您可以指示防火墙阻止任何含有“X-rated”一词的数据包。
这里的关键在于必须是精确匹配。
“X-rated”过滤器不会捕捉“X rated”(不含连字符)。
但您可以根据需要包括任意多的词汇、短语以及它们的变体。
三Public key cryptography----The distinguishing technique used in public key cryptography is the use of asymmetric key algorithms ,where the key used to encrypt a message is not the same as the key used to decrypt it.Each user has a pair of cryptographic keys---a public key and a private key.The private key is kept secret,whilst the public key may be widely distributed.Messages are encrypted with the recipient's public key and can only be decrypted with the corresponding private key.The keys are related mathematically,but the private key cannot be feasibly(i.e. in actual or projected practice)derived from the public key.公钥加密----用于公钥加密识别技术是使用非对称密钥算法,用于加密信息的关键是不能用于解密的密钥相同。
每个用户都拥有一对密钥---一个公共密钥和私人私钥是保密的,而可能广泛分发。
消息与收件人的公共密钥加密,并只能用相应的私人密钥。
键解密涉及数学,但私钥不能切实(即在实际或预计的实践)从公共密钥派生。
四The word "multimedia" has turned into a type of two-edged sword .Although most computer professionals have heard the word, many don't know exactly what it means. This is especially true when the word is applied to everything from talking games to voice-controlled television sets. Essentially,multimedia is the integration of text,audio sound,static graphicimages, animations and full-motion video. Multimedia may use some or all of these aspects of communication.The Windows operating environment gives the user an almost infinite range of expressing text.As a multimedia programmer , you can choose what font to display text in,how big (or small)it should be ,and what color it should be display in. By displaying text in more than one format ,the message that a multimedia application is trying to portray can become more understandable.多媒体一词现在已变成一种“多刃剑”。
虽然大多数计算机专业人员都听说过这个词,但并不确切了解它的含义,尤其是当从声控游戏到声控电视机等任何事情都用多媒体这个词时更加如此。
实质上,多媒体可能部分或全部使用这些交流方式。
Windows操作环境赋予用户几乎无限的范围来表达文本。
作为多媒体程序员,你可以选择要显示文本的字体、大小、颜色等。
通常,用多种形式显示文本可使人们更加容易理解多媒体应用程序试图表达的信息。
五These are in order of decreasing flexibility and increasing simplicity .Enterprise computer means that you purchase hardware and software and hire a staff of developers to create your e-commerce web site .Amazon, Dell and all of the other big players participate in e-commerce at the enterprise lever.Virtual hosting services give you some of the flexibility of enterprise computing ,but what you get depend on the vendor .In general the vendor maintains the equipment and software and sells them in standardized packages .Part of the package includes security ,and almost always a merchant account is also an option .Database access is sometimes a part of the package .You provide the web designers and developers to create and maintain your site.这些方法的目的是降低灵活性,增加简便性。