计算机专业英语翻译

合集下载

计算机专业英语翻译参考

计算机专业英语翻译参考

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版)翻译完整版

计算机专业英语教程(第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

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 总线互连总线是连接两个或多个设备的通信通路。

总线的关键特征是,它是一条共享传输介质。

多个设备连接到总线上,任一个设备发出的信号可以为其他所有连接到总线上的设备所接收。

如果两个设备同时传送,它们的信号将会重叠,引起混淆。

因此,一次只能有一个设备成功地(利用总线)发送数据。

典型的情况是,总线由多条通信通路或线路组成,每条线(路)能够传送代表二进制1和0的信号。

一段时间里,一条线能传送一串二进制数字。

总线的几条线放在一起能同时并行传送二进制数字。

例如, 一个8位的数据能在8条总线线上传送。

计算机系统包含有多种不同的总线,它们在计算机系统层次结构的各个层次提供部件之间的通路。

连接主要计算机部件(处理机, 存储器, I/O)的总线称为系统总线。

系统总线通常由50~100条分立的(导)线组成。

每条线被赋予一个特定的含义或功能。

虽然有许多不同的总线设计,但任何总线上的线都可以分成三个功能组:数据线、地址线和控制线。

此外可能还有为连接的模块提供电源的电源线。

数据线提供系统模块间传送数据的路径,这些线组合在一起称为数据总线。

典型的数据总线包含8、16或32根线,线的数量称为数据总线的宽度。

因为每条线每次传送1位,所以线的数目决定了每次能同时传送多少位。

数据总线的宽度是决定系统总体性能的关键因素。

地址线用于指定数据总线上数据的来源和去向。

例如,如果处理机希望从存储器中读一个字的数据,它将所需要字的地址放在地址线上。

显然,地址总线的宽度决定了系统最大可能的存储器容量。

控制线用来控制对数据线和地址线的访问和使用。

由于数据线和地址线被所有部件共享,因此必须用一种方法来控制它们的使用。

控制信号在系统模块之间传送命令和定时信息。

定时信息指定了数据和地址信息的有效性,命令信号指定了要执行的操作。

大多数计算机系统使用多总线,这些总线通常设计成层次结构。

图1.3显示了一个典型的高性能体系结构。

一条局部总线把处理机连接到高速缓存控制器,而高速缓存控制器又连接到支持主存储器的系统总线上。

计算机专业英语单词

计算机专业英语单词
16.seek time 查询时间
17.track 磁道
18.video disk 视盘
19.airfoil 机翼,螺旋桨
20.airtight 密封的
21.concentric 同圆心的,共轴的
22.consecutive 相邻的,连接的
23.cushion 缓冲气垫
24.eliminate 删去,省略,排除,消除
mand processor 命令处理程序
5.input/output control system or IOCS I/O控制系统
6.operating system 操作系统
7.primitive command 原始命令
8.prompt 提示
9.protocol 协议
10.system software 系统软件
35.mouse 鼠标
36.mundane 现世的,世界的,世俗的
37.medium 介质 media
38.plamsized 手掌大的
39.plotter 绘图仪
40.peripheral 外部(围)的
41.solid 固体的,实心的
42.table 小平板
43.Universal Product Code (UPC) 通用商品代码
3.debug 调试
4.documentation 文档
5.interpreter 解释程序,翻译员
6.library 库
7.load module 装入模块
8.machine language 机器语言
9.maintenance 维护
10.nonprocedural language 非过程语言

计算机专业英语翻译

计算机专业英语翻译

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信息记录程序⏹cracker解密高手⏹cumulative trauma disorder积累性损伤错乱⏹Cybercash电子现金⏹Cyberspace计算机空间⏹cynic愤世嫉俗者⏹Cables连线⏹Cell单元箱⏹Chain printer链式打印机⏹Character and recognition device字符标识识别设备⏹Chart图表⏹Chassis支架⏹Chip芯片⏹Clarity清晰度⏹Closed architecture封闭式体系结构⏹Column列⏹Combination key结合键⏹computer competency计算机能力⏹connectivity连接,结点⏹Continuous-speech recognition system连续语言识别系统⏹Channel信道⏹Chat group谈话群组⏹chlorofluorocarbons(CFCs) ]氯氟甲烷⏹Client客户端⏹Coaxial cable同轴电缆⏹cold site冷网站⏹Commerce servers商业服务器⏹Communication channel信道⏹Communication systems信息系统⏹Compact disc rewritable⏹Compact disc光盘⏹computer abuse amendments act of 19941994计算机滥用法案⏹computer crime计算机犯罪⏹computer ethics计算机道德⏹computer fraud and abuse act of 1986计算机欺诈和滥用法案⏹computer matching and privacy protection actof 1988计算机查找和隐私保护法案⏹Computer network计算机网络⏹computer support specialist计算机支持专家⏹computer technician计算机技术人员⏹computer trainer计算机教师⏹Connection device连接设备⏹Connectivity连接⏹Consumer-to-consumer个人对个人⏹Control unit操纵单元⏹Cordless or wireless mouse无线鼠标⏹Cable modems有线调制解调器⏹carpal tunnel syndrome腕骨神经综合症⏹CD-ROM可记录光盘⏹CD-RW可重写光盘⏹CD-R可记录压缩光盘⏹Disk磁碟⏹Distributed data processing system分部数据处理系统⏹Distributed processing分布处理⏹Domain code域代码⏹Downloading下载⏹DVD 数字化通用磁盘⏹DVD-R 可写DVD⏹DVD-RAM DVD随机存取器⏹DVD-ROM 只读DVD⏹Database数据库⏹database files数据库文件⏹Database manager数据库管理⏹Data bus数据总线⏹Data projector数码放映机⏹Desktop system unit台式电脑系统单元⏹Destination file目标文件⏹Dumb terminal非智能终端⏹data security数据安全⏹Data transmission specifications数据传输说明⏹database administrator数据库管理员⏹Dataplay数字播放器⏹Demodulation解调⏹denial of service attack拒绝服务攻击⏹Dial-up service拨号服务⏹Digital cash数字现金⏹Digital signals数字信号⏹Digital subscriber line数字用户线路⏹Digital versatile disc数字化通用磁盘⏹Digital video disc数字化视频光盘⏹Direct access直接存取⏹Directory search目录搜索⏹disaster recovery plan灾难恢复计划⏹Disk caching磁盘驱动器高速缓存⏹Diskette磁盘⏹Digital cameras数码照相机⏹Digital notebooks数字笔记本⏹Digital bideo camera数码摄影机⏹Discrete-speech recognition system不连续语言识别系统⏹Document文档⏹document files文档文件⏹Dot-matrix printer点矩阵式打印机⏹Dual-scan monitor双向扫描显示器⏹environment环境⏹Erasable optical disks可擦除式光盘⏹ergonomics人类工程学⏹ethics道德规范⏹External modem外置调制解调器⏹extranet企业外部网⏹e-book电子阅读器⏹Expansion cards扩展卡⏹electronic commerce电子商务⏹electronic communications privacy act of1986电子通信隐私法案⏹encrypting加密术⏹energy star能源之星⏹Enterprise computing企业计算化⏹end user终端用户⏹e-cash电子现金⏹e-commerce电子商务⏹electronic cash电子现金⏹Floppy-disk cartridge磁盘盒⏹Formatting格式化⏹freedom of information act of 1970信息自由法案⏹frequency频率⏹frustrated受挫折⏹Full-duplex communication全双通通信⏹Fax machine传真机⏹Field域⏹Find搜索⏹FireWire port火线端口⏹Firmware固件⏹Flash RAM闪存⏹Flatbed scanner台式扫描器⏹Flat-panel monitor纯平显示器⏹floppy disk软盘⏹filter过滤⏹firewall防火墙⏹firewall防火墙⏹Fixed disk固定硬盘⏹Flash memory闪存⏹Flexible disk可折叠磁盘⏹Floppies磁盘⏹Formatting toolbar格式化工具条⏹Formula公式⏹Function函数⏹fair credit reporting act of 1970公平信用报告法案⏹Fiber-optic cable光纤电缆⏹File compression文件压缩⏹File decompression文件解压缩⏹green pc绿色个人计算机⏹Grop by 排序⏹General-purpose application通用运用程序⏹Gigahertz千兆赫⏹Graphic tablet绘图板⏹Hard-disk pack硬盘组⏹Head crash磁头碰撞⏹header标题⏹help desk specialist帮助办公专家⏹helper applications帮助软件⏹Hierarchical network层次型网络⏹history file历史文件⏹handheld computer手提电脑⏹Hard copy硬拷贝⏹hard disk硬盘⏹hardware硬件⏹Help帮助⏹hits匹配记录⏹horizontal portal横向用户⏹hot site热网站⏹Hybrid network混合网络⏹Host computer主机⏹Home page主页⏹Hyperlink超链接⏹hacker黑客⏹Half-duplex communication半双通通信⏹Hard-disk cartridge硬盘盒⏹information pushers信息推送器⏹initializing 初始化⏹instant messaging计时信息⏹internal hard disk内置硬盘⏹Internet hard drive 网络硬盘驱动器⏹intranet企业内部网⏹Image capturing device图像获取设备⏹information technology信息技术⏹Ink-jet printer墨水喷射印刷机⏹Integrated package综合性组件⏹Intelligent terminal智能终端设备⏹Intergrated circuit集成电路⏹Interface cards接口卡⏹illusion of anonymity匿名幻想⏹index search索引搜索⏹Internal modem内部调制解调器⏹internet telephony网络电话⏹internet terminal互联网终端⏹Identification识别⏹drive网络硬盘驱动器⏹joystick操纵杆⏹keyword search关键字搜索⏹laser printer激光打印机⏹Layout files版式文件⏹Light pen光笔⏹Locate定位⏹lurking潜伏⏹Logical operations逻辑运算⏹Lands凸面⏹Line of sight communication视影通信⏹Low bandwidth低带宽计算机英语名词解释⏹ADIMM(Advanced Dual In-line Memory Modules,高级双重内嵌式内存模块)⏹AMR(Audio/Modem Riser,音效/调制解调器主机板附加直立插卡)⏹AHA(Accelerated Hub Architecture,加速中心架构)⏹ASK IR(Amplitude Shift Keyed Infra-Red,长波形可移动输入红外线)⏹ATX(AT Extend,扩展型AT)⏹BIOS(Basic Input/Output System,基本输入/输出系统)⏹CSE(Configuration Space Enable,可分配空间)⏹DB(Device Bay,设备插架)⏹DMI(Desktop Management Interface,桌面管理接口)⏹EB(Expansion Bus,扩展总线)⏹EISA(Enhanced Industry Standard Architecture,增强形工业标准架构)⏹EMI(Electromagnetic Interference,电磁干扰)⏹ESCD(Extended System Configuration Data,可扩展系统配置数据)⏹FBC(Frame Buffer Cache,帧缓冲缓存)⏹FireWire(火线,即IEEE1394标准)⏹FSB(Front Side Bus,前置总线,即外部总线)⏹FWH(Firmware Hub,固件中心)⏹GMCH(Graphics & Memory Controller Hub,图形和内存控制中心)⏹GPIs(General Purpose Inputs,普通操作输入)⏹ICH(Input/Output Controller Hub,输入/输出控制中心)⏹IR(Infrared Ray,红外线)⏹IrDA(Infrared Ray,红外线通信接口可进行局域网存取和文件共享)⏹ISA(Industry Standard Architecture,工业标准架构)⏹ISA(Instruction Set Architecture,工业设置架构)⏹MDC(Mobile Daughter Card,移动式子卡)⏹MRH-R(Memory Repeater Hub,内存数据处理中心)⏹MRH-S(SDRAM Repeater Hub,SDRAM数据处理中心)⏹MTH(Memory Transfer Hub,内存转换中心)⏹NGIO(Next Generation Input/Output,新一代输入/输出标准)⏹P64H(64-bit PCI Controller Hub,64位PCI控制中心)⏹PCB(Printed Circuit Board,印刷电路板)⏹PCBA(Printed Circuit Board Assembly,印刷电路板装配)⏹PCI(Peripheral Component Interconnect,互连外围设备)⏹PCI SIG(Peripheral Component Interconnect Special Interest Group,互连外围设备专业组)⏹POST(Power On Self Test,加电自测试)⏹RNG(Random number Generator,随机数字发生器)⏹RTC(Real Time Clock,实时时钟)⏹KBC(KeyBroad Control,键盘控制器)⏹SAP(Sideband Address Port,边带寻址端口)⏹SBA(Side Band Addressing,边带寻址)⏹SMA(Share Memory Architecture,共享内存结构)⏹STD(Suspend To Disk,磁盘唤醒)⏹STR(Suspend To RAM,内存唤醒)⏹SVR(Switching V oltage Regulator,交换式电压调节)⏹USB(Universal Serial Bus,通用串行总线)⏹USDM(Unified System Diagnostic Manager,统一系统监测管理器)⏹VID(Voltage Identification Definition,电压识别认证)⏹VRM (V oltage Regulator Module,电压调整模块)⏹ZIF(Zero Insertion Force ,零插力)⏹主板技术⏹ACOPS(Automatic CPU OverHeat Prevention System,CPU过热预防系统)⏹SIV(System Information Viewer,系统信息观察)⏹ESDJ(Easy Setting Dual Jumper,简化CPU双重跳线法)⏹UPT(USB、PANEL、LINK、TV-OUT四重接口)⏹芯片组⏹ACPI(Advanced Configuration and Power Interface,先进设置和电源管理)⏹AGP(Accelerated Graphics Port,图形加速接口)⏹I/O(Input/Output,输入/输出)⏹MIOC(Memory and I/O Bridge Controller,内存和I/O桥控制器)⏹NBC(North Bridge Chip,北桥芯片)⏹PIIX(PCI ISA/IDE Accelerator,加速器)⏹PSE36(Page Size Extension 36-bit,36位页面尺寸扩展模式)⏹PXB(PCI Expander Bridge,PCI增强桥)⏹RCG(RAS/CAS Generator,RAS/CAS发生器)⏹SBC(South Bridge Chip,南桥芯片)⏹SMB(System Management Bus,全系统管理总线)⏹SPD(Serial Presence Detect,内存内部序号检测装置)⏹SSB(Super South Bridge,超级南桥芯片)⏹TDP(Triton Data Path,数据路径)⏹TSC(Triton System Controller,系统控制器)⏹QPA(Quad Port Acceleration,四接口加速)⏹ASIC(Application Specific Integrated Circuit,特殊应用积体电路)⏹ASC(Auto-Sizing and Centering,自动调效屏幕尺寸和中心位置)⏹ASC(Anti Static Coatings,防静电涂层)⏹AGAS(Anti Glare Anti Static Coatings,防强光、防静电涂层)⏹BLA(Bearn Landing Area,电子束落区)⏹BMC(Black Matrix Screen,超黑矩阵屏幕)⏹CRC(Cyclical Redundancy Check,循环冗余检查)⏹CRT(Cathode Ray Tube,阴极射线管)⏹DDC(Display Data Channel,显示数据通道)⏹DEC(Direct Etching Coatings,表面蚀刻涂层)⏹DFL(Dynamic Focus Lens,动态聚焦)⏹DFS(Digital Flex Scan,数字伸缩扫描)⏹DIC(Digital Image Control,数字图像控制)⏹Digital Multiscan II(数字式智能多频追踪)⏹DLP(Digital Light Processing,数字光处理)⏹DOSD(Digital On Screen Display,同屏数字化显示)⏹DPMS(Display Power Management Signalling,显示能源管理信号)⏹Dot Pitch(点距)⏹DQL(Dynamic Quadrapole Lens,动态四极镜)⏹DSP(Digital Signal Processing,数字信号处理)⏹EFEAL(Extended Field Elliptical Aperture Lens,可扩展扫描椭圆孔镜头)⏹FRC(Frame Rate Control,帧比率控制)⏹HVD(High Voltage Differential,高分差动)⏹LCD(liquid crystal display,液晶显示屏)⏹LCOS(Liquid Crystal On Silicon,硅上液晶)⏹LED(light emitting diode,光学二级管)⏹L-SAGIC(Low Power-Small Aperture G1 wiht Impregnated Cathode,低电压光圈阴极管)⏹LVD(Low Voltage Differential,低分差动)⏹LVDS(Low V oltage Differential Signal,低电压差动信号)⏹MALS(Multi Astigmatism Lens System,多重散光聚焦系统)⏹MDA(Monochrome Adapter,单色设备)⏹MS(Magnetic Sensors,磁场感应器)⏹Porous Tungsten(活性钨)⏹RSDS(Reduced Swing Differential Signal,小幅度摆动差动信号)⏹SC(Screen Coatings,屏幕涂层)⏹Single Ended(单终结)⏹Shadow Mask(阴罩式)⏹TDT(Timeing Detection Table,数据测定表)⏹TICRG(Tungsten Impregnated Cathode Ray Gun,钨传输阴级射线枪)⏹TFT(Thin Film Transistor,薄膜晶体管)⏹UCC(Ultra Clear Coatings,超清晰涂层)⏹V AGP(Variable Aperature Grille Pitch,可变间距光栅)⏹VBI(Vertical Blanking Interval,垂直空白间隙)⏹VDT(Video Display Terminals,视频显示终端)⏹VRR(Vertical Refresh Rate,垂直扫描频率)计算机函数数据库#include <iostream.h>class Myclas{private:int m-number;publicvoid setNumber(int number){m-number = number;}int getNumber(){return m-number}};void showMe(){cout<<"我是一个类"<<endl;}};void main (){Myclass mc;//mc.m_number=10;mc.setNumber(10);cout<<mc.showMe()<<endl;}⏹AGP(Accelerated Graphics Port) -图形加速接口⏹Access Time-存取时间⏹Address-地址⏹ANSI (American National Standards Institute) 美国国家标准协会⏹ASCII (American Standard Code for Information Interchange)⏹Async SRAM-异步静态内存⏹BSB (Backside Bus)⏹Bandwidth-带宽⏹Bank -内存库⏹Bank Schema -存储体规划⏹Base Rambus -初级的Rambus内存⏹Baud -波特⏹BGA (Ball Grid Array)-球状引脚栅格阵列封装技术⏹Binary -二进制⏹BIOS (Basic Input-Output System) -基本输入/输出系统⏹Bit-位、比特⏹BLP-底部引出塑封技术⏹Buffer-缓冲区⏹Buffered Memory-带缓冲的内存⏹BEDO (Burst EDO RAM) -突发模式EDO随机存储器⏹Burst Mode-突发模式⏹Bus-总线⏹Bus Cycle-总线周期⏹Byte-字节⏹Cacheability-高速缓存能力⏹Cache Memory-高速缓存存储器⏹CAS (Column Address Strobe)-列地址选通脉冲⏹CL(CAS Latency )-列地址选通脉冲时间延迟⏹CDRAM (Cache DRAM)-快取动态随机存储器⏹Checksum-检验和,校验和⏹Chipset-芯片组⏹Chip-Scale Package (CSP)-芯片级封装⏹Compact Flash-紧凑式闪存⏹Concurrent Rambus-并发式总线式内存⏹Continuity RIMM (C-RIMM)-连续性总线式内存模组⏹CMOS(Complementary Metal-Oxide-Semicomductor)-互补金属氧化物半导体用于晶体管⏹CPU (Central Processing Unit)-中央处理单元⏹Credit Card Memory -信用卡内存⏹DDR(Double Data Rate SDRAM)-双数据输出同步动态存储器。

计算机专业英语

计算机专业英语

一、英翻汉,汉翻英(20题*1分)data processing system 数据处理系统Integrated Circuit 集成电路Central Processing unit 中央处理器decimal digit 十进制Random Access Memory 随机访问存储器machine language机器语言system clock 系统时钟word size 字长DataBus 数据总线Address Bus 地址总线control circuit 控制电路input and output device 输入和输出设备Universal Serial Bus 通用串行总线assembly language 汇编语言high-level language 高级语言derived classes 派生类late binding 迟绑定virtual function 虚函数real-time operating system 实时操作系统command language 命令语言primary storage 主存储器secondary storage 辅助存储器data structure 数据序data abstraction数据抽象procedural abstracting过程抽象dynamic memory allocation 动态存储分配first come and first served 先来先服务first in and out 先进先出database model 数据库模型physical level 物理层user program 用户层entity-relationship model实体—关系模型one –pass compiler 一遍编译器external call 外部调用parallelizing compiler 并行编译器cross compiler 交叉编译器intermediate code 中间代码一、选择题(10题*2分)1、计算机中最重要的程序OS2、处理器包含寄存器(register)累加器(accumulator)两个功能部件3、在控制输入输出操作计算机有完整的操作指令(operating instructions/ operational command)4、高级语言低级语言判断二、选词填空(10题*2分)课本第二题Uint1(1)The digital computer is a digital system perform various computation (估计,计算)tasks.(2)Integrated circuit did for the third-generation what transistors did for thesecond generation.(3)One of the most significant contributes to the emergence of the fourth generation of computers is the microprocessor.(未处理器)(4)Mainframe computer is a powerful multi-user computer.(5)Supercomputer is an extremely fast computer that can perform hundreds of millions of instructions per second.(6)Desktop computers are modular systems that make it easy to add or replace individual parts to meet each user’s particular requirements.(7)When you need change ,it is easy to open up a desktop case and reconfigure the system.(8)The CPU mounts in a special socket that uses a latching mechanism to hole itin place.Uint2(1)A processor is a function unit that interprets and carries out instructions. (2)Thirty-two-bit chips are often constrained to a maximum of 2GB or 4GB of RAM access.(3)Processing more data in each cycle contributes to increased performance . (性能)(4)The cache ensures that data is immediately available whenever the CPU requests it.(5)One reason why the word needs 64-bit processors is because of their enlarged address spaces.(6)In an SSID (服务集标示符)architecture there is a single instruction cycle. (7)Multiprocessing refers to the organization technique in which a number of processor units are employed in a single computer system.(8)RAM and ROM play important roles of storage devices.(存储装置)Uint3(1)Each I/O device includes I/O interface circuitry.(接口电路)(2)The keyboard is used to type information into the computer or input information.(3)The core computer of CRT monitor(阴极射线管显示器)is cathode ray tube.(4)Compared to the CRT monitor, the monitor’s advantages are obvious.(5)Each I/O device is connected to computer system’s address, data, and control buses.(6)CRT monitor means a cathode ray tube monitor.(7)Each key on a standard keyboard has one or two character.(8)Press the key to get the lower character and hole Shift to get the upper. Uint4(1)Inheritance in object-oriented programming allows a class to inherit properties(性能,道具) from a class of object.(2)The language used 0 and 1 is called machine language.(3)C++ is an often considered to be a superset of C , but this is not strictly true.(4)Most C code can easily be made to compile(编译)correctly in C++. (5)C++ is an enhanced version of the C language.(6)Methods are similar to the functions of procedure-oriented (面向过程)programming.(7)An object is simply an instance(实例)of a class.(8)Polymorphism gives object the ability to represent to messages from routines when the object’s exact type is not known.(9)It is a computer program that translates a series of instructions written in one computer language into a resulting output in another computer language.(三)Unit5(1)The operating system is also responsible for keeping track of the activities in the computer system.(2)Real-time operating system are used to control machinery,(机械,机器)scientific instrument and industrial systems.(3) A multi-user operating system allows many different users to take advantage of one computer’s resources simultaneously.(4)The OS is a large program made up of many smaller programs.(5)The OS control how the CPU communicates with other hardware components.(硬件组件)(6)The OS also makes computer easier to operate by people who don’t understand programming languages.(7)Operating system are constantly being improved or upgraded as technology advance.(8)Windows is custom-made to run with Intel CPU and Intel-compatible CPUs,such as Pentium IV.(9)It is a common term for a computer fault that brings down a software program or operating system .It is also refer to the failure of a hard disk drive.(三)Uint6(1)A data structure is a specialized format (格式,板式)for organizing and storing data.(2)Data structure organize data in ways that make Algorithms (算法)moreefficient.(3)An object-oriented approach to data structures (数据结构)brings together both data abstraction and procedural abstraction.(4)Once problem are Abstracted ,(抽象的)it becomes apparent that seemingly different problems are essentially similar or even equivalent in a deep sense.(5)Abstraction allows Common solutions to seemingly different problems.(6)Integer is amounts to a particular collection of anxious or rules that must be obeyed.(7)When a call is made to Algorithms, (算法)all the variable local to the callingroutine need to be saved by the system , otherwise the new function will overwrite the calling routine’s variables.(8)Computers in which the disk is attached to one machine, known as the file server.(文件服务器)Uint7(1)A database consists of a file or a set of files.(2)Fields are the basic units of data storage .(数据存储)(3)The external level defines the different views of the database as required by the external or user programs.(4)One user program may not require all the data in the database.(5)The conceptual level describe the entire database.(6)Object-based logical models are used for describing data at the conceptual (概念上的)and viewlevels.(7)For relationships involving two entity (实体)sets, there can be relationships like one-to-one,one-to-many, many-to-one,and many-to-many.(8)There are various data types to choose from, such as character,numeric ,data ,or other.Unit8(1)A compiler(编译器)is a computer program that translates a computer programwritten in one computer language into an equivalent program.(2)Translation from a low level language to a high level one is also possible. (3)Compiles also exit which translate to a another.(4)Cross compilers are useful when bringing up a new hardware platform for the first time.(5)Since the intermediate level code (中级水平代码)is machine-like in character,but not in form ,it will normally vary with the machine for which the object code is being generated.(6)Intermediate code can be converted directly into the object language (目标语言)by the code generate.(7)Obviously code generation is highly machine-dependent.(8)When the object machine is altered ,the code generator(编译发生器)must be extensively revised.三、阅读理解(10题*2分)四、完形填空五、翻译(第七章重点考)。

(完整word版)计算机专业英语教程(第5版)翻译完整版

(完整word版)计算机专业英语教程(第5版)翻译完整版
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!
主存储器,也就是说内存,用于为处理器暂时存放程序和数据。所有的程序和数据在被操作之前必须从输入设备(如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.(P1) Computer science deals with the theoreticalfoundations of information and computation, together with practical 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 isthe graphics card, which is the piece of equipment that renders 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 graphicscards. 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.最重要的一块图形硬件是显卡,是一件呈现出所有的图像,并将它们发送到一个显示器的设备。

计算机专业英语的课文及翻译

计算机专业英语的课文及翻译

Unit 8 puter NetworkingText 1 Data municationsThe end equipmentcan be puters, printers, keyboards, CRTs, and so on.They are either generates the digital information for transmission oruses the received digital data. This equipment generally operates digital information internally in word units.DTE is data terminal equipment. A station controller (STACO)is the corresponding unit at the secondaries. At one time, the DTE was the last piece of equipment that belonged to the subscriber in a data link system. Between the DTEs, first is the modem, and then is the munications equipment. The munication equipment is owned and maintained by Telco. Data munications equipment (DCE) accepts the serial data stream from the DTE. And DCE converts it to some form of analog signal suitable for transmission on voice-grade lines. At the receive end, the DCE performs the reverse function. It converts the received analog signal to a serial digital data stream. The simplest form of DCE is a modem (modulator/demodulator) or data set. At the transmit end, the modem can be considered a form of digital-to-analog converter.While at the receive end, it can be considered a form of analog-to-digital converter.参考译文数据通信终端设备可以是计算机、打印机、键盘、CRT等。

计算机专业英语单词

计算机专业英语单词

计算机专业英语单词**Unit 1 the development of computer technologyApprentice学徒n. Numerical数字的a. Integrator积分器n.Installation安装n. Semiconductor半导体n. Numerical数字的a. Share份额n.Mainframe主机n. House给…提供住房v. Stride进步n.Component元件n. Chip芯片n.Miniature微小化v. Circuit电路n.Kit一套n.Hurdle困难n.Simplify简化v.Drop-out辍学n.Fledgling刚刚起步的a. Unprecedented前所未有的a. Spreadsheet电子表格n. Automate自动化v. Band结合v.(与together连用)Novice初学者n.Abruptly突然地ad. Dub配制v.Prestige声望n.Fad时尚n.Retrieve检索v.Legitimate合法的a.**unit 2 computer systemComponent构建n. Calculation预料n. Payroll工资单n. Balance平衡vt. Chequebook账本n. Vary变化v.Diagram图解,图表n. Motherboard主板n. Memory内存n.Storage存储n.Data数据n.Process处理v. 处理过程n. Megabyte兆字节n. Floppy软盘n.Permanent永久性的a. Character字符n.Removable可移动的a. Command指令n.Keyboard键盘n.Remote遥控的a.Monitor监控器,显示器n. Display显示v.Text文本n.Graphical图表的a. Image图像n.Screen屏幕n.Feature(以…为)特征v. Resolution 分辨率n. Co-ordinate坐标n. Refresh刷新v.Specify列举v.Flicker闪烁v.Mouse鼠标n.Invert倒转v.Trackball轨迹球n. Button按钮n.Update改动v.Movement位移n.Printer打印机n.Available可用的a. Modem(modulator/demodulator)调制解调器n.Via通过,以…为媒介prep.**Unit 3 floppy drivesFloppy软磁盘 n. Drive驱动器n.Head磁头n.Diskette磁盘n.Mechanism机械装备,机械作用n.Actuator拖动装置n. Erasure删除n.Minimal最小的a.Spindle主轴n.Torque扭矩n.Compensation补偿,调整n. Sticky粘性的a.Slippery表面光滑的a. Strobe测速仪n.Fluorescent发光的a. Rim轮缘n.Wagon运货车n.Interface接口,界面n. Faceplate面板n. Ribbon丝带n.Weird奇异的a.Daisy菊花链n.Configuration配置n. Configure排列v. Jumper跳线(插座)n. Terminate 终止n. Terminator终端器n. Termination终端器装置n. Echo反射信号n.Resistor电阻器n. Solder焊接v.**unit 4 unx operating systemOverview概论n.Flavor流行,味道n. Hierarchical分层a. Portability轻便n. Kernel内核n.Assembler汇编语言n. Debugger排除故障n. Compiler程序编制器n. Outline概要n.Enforce执行v.Prompt提示,提问n. Time-slicing时间片n. Interval间歇n.Restore恢复v.Remainder余数n. Reside保存v.Swap交换v.Shuttle往复运动v.Degrade降低v.Type打字v.thrash反复地做v.priority优先n.dynamically动态地,高性能的ad.multitasking多任务n. foreground前台,前述事项n. background后台n ampersand符号&(and)n.**unit 5 programming languageSyntax句法n.Punctuation标点n.Execute运行vt.Dumb呆板的a.ManiSequence顺序n. Incorporate结合,吸收vt. Abstract使…抽象化,提取vt. Variable变量n.Constant常数n.Troubleshoot故障寻找v. Assembler汇编语言n. Parameter参数n.Numerical数字的a.Access接近,存取,访问n. Routine惯例n.Compiler自动编码器,编译程序n.Interpreter解释器n. Devise设计,制定v. Underlie成为…的基础v. Streamline做成流线型v. String字符串n.Matrix矩阵n.Facilitate促进v.Icon图标n.Simulate模仿v.Random随机的a.Procedural程序性a. Cyclical循环的a.Footnote注脚n.Script脚本v.Library库n.Function函数,功能n.Segment部分n.Inherit继承v.Spark使闪耀,激励v. Spectrum范围,幅度n.**unit 6 computer application office solutionRecipe秘诀n.Compatible兼容a. Archive存档v.Resolution分辨率n. Pixel像素n.Pitch斜度n.Dock连接v.Serial串行的a.Port端口n.Plug-in插入n.Peripheral外围的a. Interpolate改写v. Duplexing双向的a. Collate 整理v.Staple钉住v.Cropping剪切方法n. Audit查账n./v. Implement实施v. Surge浪涌n./v.** unit 7 A new officeVersion版本n.Suite组件n.Productivity生产力n. Application应用程序n. Betaβ软件测试版本n. Bill宣布v.Ambitious有抱负的a. Release发表v./n. Steer使…朝向…v. Integration 结合n. Unveil新发售v. Initiative率先,提倡n. Sweeping彻底的a. Collaboration合作n. Recognition识别n.Native本机的a.Component组件n.Linchpin关键,中心点n. Move提议,步骤n. Repository资料库n. Pivot要点n.Chart图表n.Integrate结合v.Quote报价n.Ticker股票行情自动收录机n.Workflow工作流程n. Upcoming即将到来的a. Interval间隔n.Say(插于句中)例如v. Personalize使…个性化v. Interactive交互的a. Miscellaneous杂货的,其他的a.Deployment展开n. Routine例行程序n. Tally计算,符合v. Conjunction 结合n.**unit 8 Introduction to browsersBrowser浏览器n.Transfer转移v.Layout布局,装配图n. Hypertext超文本n. Tutorial辅导n.Cursor光标n.Abbreviate缩写v. Format格式n.Access存取,访问n. Session会话n.Rescue营救v.Randomly随机的ad. Navigation导航n. Image图片n.Intuitive直观的a. respectively分别ad. Default默认n.Clickable可点击的a.**unit 9 MultimediaEssentially本质上ad. Integration集成n. Audio音频的a.Static静止的a.Animation动画片n. Capability能力,性能n. Convert变换v.In-line内部的a.Graphics图形n.Conversion转换n.External外部的a.Flexible灵活a.Tailor使适应v.Configure使成型,设置v. Setting环境,领域n. Platform平台n.Native内部的a.Installation装置n. Availability有效,可利用n. Synchronize同步化v. Extension扩展名,辅助设备n.Virtual虚拟的,实际上的a. Originate发起,创办v. Synchronization同步n. Plu** unit 10 local area networkGateway网关n.Formatting格式化n. Backspace后移n.Keystroke击键n.Update使现代化,修改v. Buffer缓冲n.Flexibility灵活性n. Interface界面,接口n. Protocol协议,草药n. Workstation工作站n. Attribute属性,特征n. Vector矢量n.Stand-alone独立的a. Console控制台n.Node节点n.Mainframe主机n.Computational计算的a. Mundane世俗的a.Intense强烈的,高度的a. Router路由器n.Evolve进化v.Forward促进,转交,发送v. Monitor监视,检验v. Traffic通行n.Hierarchical分层的a. Administrator管理人员n. Invisible不可见的a. Elsewhere在别处ad.** unit 11what is the internetInterconnect使相互连接v. Surf冲浪v.Bookmark书签n.Brokerage佣金n.Site网站n.Resume简历n.Pornographic色情的a. Filter过滤v.Evaluate评价v.Praise提出v.Hallow视为神圣v.Database数据库n.Specify指定,详记v. Keyword关键字n.Facility设施,工具n. Ala按… prep.Acronym首字母缩写词n. Newsgroup新闻组n.Forums论坛会n.Target目标n.Index索引n.Bury隐藏,埋葬v.Somewhere在附近,在某处ad. Cyberspace网络空间n. Stuff材料,资料n. Bill账单n.** unit 12 electronic data interchangeEquivalent相等物n.Procurement取得,造成n. Process活动,作用,步骤n. Facilitate推进v. Hitherto迄今ad.Architecture组织,建筑学n. Transmit传送v.Dispatch派送v.Compliance屈服n.Explicit明确的a.Moderately适中的ad. Sophisticated复杂的a. Infrastructure基础n. Retention保持n.Participant参与者n. Implement贯彻,完成v. Advantageous有利的a. Inventory存货n.Distribution分配,销售n. Automate使自动化v.Rationalize使合理化v. Catalyst催化剂n.Boundary边界n.Commence开始,倡导v. Cocomitant伴随a./伴随情况n. Coordinate协调v.Incompatible不能并立adj. Address委托,解决v. Transcription抄写,翻译n. Incidence发生,影响范围n. Transaction交易,业务n.** unit 13 beginners guide to ecommerceMug抢劫v.Interchangeably互换的ad. Issue发布v.Anonymous匿名的a.Transaction买卖n.Merchant商人n.Identity身份n.Merchandise商品n.Indorse=endorse签名v. Encode把…编码v.Cybercash=e-money=emoney电子货币n.Encrypt把…加密v. Receipt收据,接受n. Credit信誉n.Initiate开始v.Transfer移动n.Bond债券n.Corporate共同的a. Ship输送v.Format版式n.Broker经纪人n.Account账目n.Offset抵消v.Template样板模式n. Insurmountable不可逾越的a.Retailer零售商n. Expire到期v.Notify通知v.Transpire发生v. Fraud欺诈n.Lease租用v.Alternative选择n. Access存取v.Ascertain确定v. Legitimate合法的a. Leery多疑的a.Contest对…提出异议v. Chargeback退款n. Expense开支n.Would-be未来的a. Typically向来,普通ad. Stringent严格Eligibility 合格,候选资格n.** unit 14 virusReplicate复制v. Halt停止n.Transmit传播v.Security安全n.Infection感染n. Mechanism机制n. Intrigue激起(sb.的)好奇心v.Payload荷载n.Trigger引发n./v.Overwrite修改v. Sector扇区n.Random随机n.Unresponsive未反应的a. Flash快速n.Bootstrap引导(程序)n. Ultraviolet紫外线n. Dedicated专用的a. Executable可执行的a. Stub片断n.Object对象nFunction函数n.Align排队n.Even偶数的a.Alignment排队n. Chunk块n.Slack闲散的a.Variant变量n.Peculiarity独特性n. Linker连接器n.Fragment碎片n.Allocate分配v.Crucial关键的a. Deem认为v.Hook占用n./v. Interrupt中断n. Descriptor描述n. Privilege特权n. Handler管理器n. Alter改变v.**useful phrases词组Make great/rapid strides 取得很大进步In the form of以…形式 At the rate of以…速度 Be accustomed to习惯于 A matter of大约All levels of各行各业的 A number of许多Be made up of由…构成 Depend upon取决于Be concerned about关心,涉及Refer to称为Take away取下,拿走Up to直到Be locate in/on位于Dial up拨号Associate with与…联合 In addition to此外…还有 Attach to把…附在Be measured in以…为衡量单位 Coat with镀以…For this reason因此Serve as充当Distinct form截然不同 Confuse A with B把A和B相混淆Trick…into哄骗For the most part大部分 Build in插入Equip…with装备In short总之Derive…form由…而来 In total总计,全体A set of一套Carry on继续进行Present sb. With sth.把sth.送给sb.Interact with与…相互作用 Be similar to与…相似 Consist of由…构成Divide…by以…来除Give access to得到,到达,准许出入Be adapted to适应于On the fly匆忙地Be restricted with把…看做一致 Be restricted to仅限 Plug in(可分开用)接上插头通电 By comparison相比之下 Take over接管,占领Sit back放松,休息Take…off除去,跃起By the name of名叫…的 Call for呼吁Build in内建Function as作为…而起作用 Integrate with与…结合 At timed intervals定期的 Beef up加强In conjunction with与…结合 Be similar to与…相似 Figure out算出,解决 Correspond to与…一致 Be likely(unlikely)to/that可能(不可能)发生某事Set up安装Distinguish…form…区分 In doubt拿不准A variety of各种各样的 Plug in接上插头通电 By comparison相比之下Take over接管,占领 Sit back放松Take…off除去,跃起 By the name of名字叫…的 Call for呼叫,要Build in内建Function as作为…而起作用 Integrate with与…结合 At timed intervals定期 Beef up加强In conjunction with与…结合 Be similar to与…相似 Figure out算出Correspond to与…一致 Be likely(unlikely)to/that可能(不可能)发生sth.Set up安Distinguish…from…区分In doubt拿不准A variety of各种各样的 Deal with处理,论谈 Tailor to使适应…的需要Choose to愿意Be concerned with牵涉 In term of就…来说Relieve…from减轻,解除Range from…to从…到…不等 Log in注册,进入In turn依次Split…into分成All over到处Click on单击Start out起始于Communicate with与…通信 Compare with与…相比Contrast with与…对照Together with连同,和…一道 Lead to导致A range of范围Result in导致Be every bit as和…完全一样 Specialize in专门从事…As opposed to相比之下Have difficulty/trouble(in)doing…做sth.有困难End up结束Be capable of能够Consist of由…组成Meet the condition of满足…的条件 Over and over again一再地,反复地Bring to使人复生/恢复知觉 At the end of在…结束Apart from除…之外。

计算机专业英语课后单词翻译

计算机专业英语课后单词翻译

P21,KEY TERMSapplication software 应用软件basic application 根本应用软件communication device 通信设备compact disc (CD) 光盘computer competency 计算机水平connectivity 连通性data数据database file 数据库文件desktop computer 台式计算机device driver 磁盘驱动程序digital versatile disc (DVD 数字多用途光盘digital video disc (DVD 数字多用途光盘document file 文档文件end user终端用户floppy disk 软盘handheld computer 手持计算机hard disk 硬盘hardware 硬件high definition 高清Information 信息information system 信息系统information technology 信息技术input device 输入设备Internet 因特网keyboard 键盘mainframe computer 主机;电脑存储机memory内存microprocessor 微处理器midrange computer 中型机minicomputer小型计算机modems制解调器monitor监视器mouse鼠标network 网络notebook computer 笔记本电月而operating system 操作系统optical disk 光盘output device 输出设备palm computer 掌上电脑people用户personal digital assistant (PDA 个人数字助理presentation file 演示文稿primary storage 主存printer 打印机procedure 规程program 程序random access memory 随机存储器secondary storage device 辅存software 软件specialized application 专门应用软件supercomputer 巨型机system software 系统软件system unit 系统单元tablet PC平板电脑utility 实用程序wireless revolution 无线革命worksheet file 工作表P53,KEY TERMS address 地址Advanced Research Project Agency Network (ARPANETT高级研究工程署的网络applets小型应用程序attachment 附件auction house site 拍卖行网站browser 浏览器business-to-business (B2B)企业对企业的电子商务模式business-to-consumer (B2.企业对消费者的电子商务模式cable电缆carder信用卡诈骗的人microcomputer 微型机Center for European Nuclear Research (CERN欧洲核子研究委员会computer virus 计算机病毒consumer-to-consumer (C2C 消费者对消费者的电子商务模式dial-up 拨号digital cash 数字现金directory search 目录检索domain name 域名downloading 下载DSL数字用户e-commerce电子商务e-learning 电子学习electronic commerce 电子商务electronic mail 电子邮件e-mail电子邮件protocol ( FTP)文件传输协议filter 过滤器friend 支元header标题hit检索的结果hyperlink 超链接Hypertext Markup Language (HTML 超文本标记语百instant messaging (IM) 即时通讯Internet 因特网Internet security suite 网络平安套件Java面向对象程序设计keyword search 关键词检索link链接location 存储单元message 信息metasearch engine 元搜索弓I 擎national service provider 国家® 务提供商online 在线online banking 网上专艮行online shopping 网上购物online stock trading 网上证券交易person-to-person auction site 人际拍卖网站plug-in 插件protocol 协议search engine 搜索弓I擎search service 搜索®务signature line 签名线social networking 社交网络spam垃圾邮件spam blocker垃圾邮件拦截器specialized search engine 专业搜索引擎spider网络爬虫subject 主题surf冲浪top-level domain 顶级域名uniform resource locator (URI) 统一资源定位器universal instant messenger 通用即时信息软件uploading 上传Web网站Web auction网上拍卖Web-based application 网络应用Web-based service 网络效劳Webmaster网络治理员;站长Web page 网页Web utility 网络工具wireless modem 无限路由器wireless service provider 无线上网效劳P85,KEY TERMSanalytical graph 分析图application software 应用软件AutoContent Wizard 内容提示向导basic applications 根底应用软件bulleted list 工程符号列表business suite 商业套装软件Button按键Cell单元格character effect 字效Chart图表Column 歹!JComputer trainer 计算机培训员Contextual tab 上下文标签Database数据库database management system (DBMS) 数据库治理系统database manager数据库治理员Design template 设计模板dialog box 对话框Document 文件Editing 编辑Field字段find and replace 查找和替换Font字体font size 字号Form窗体Format格式Formula 公式Function 函数Galleries 图库grammar checker语法检查器graphical user interface (GUI) 图形用户界面home software家庭软件home suite家庭套装软件Icons图标integrated package 集成组件Label标签master slide 母板Menu菜单menu bar菜单栏numbered list 编号列表numeric entry 数值型输入personal software 个人软件personal suite 个人套装软件Pointer 指针presentation graphic 图形演示文稿productivity suite 生产力套装软件Query查询Range范围Recalculation 重算Record记录relational database 关系型数据Report报表Ribbons功能区、格式栏Row彳亍Sheet工作表Slide幻灯片software suite 软件套装Sort排序specialized applications 专用应用程序specialized suite 专用套装软件speech recognition 语音识另^ spelling checker 拼写检查器spreadsheet 电子表格system software 系统软件Table 表格text entry 文本输入Thesaurus分类词7匚集Toolbar工具栏user interface 用户界面utility suite实用套装软件what-if analysis 变化分析Window® 口word processor 文字处理软件word wrap字回行workbook file 工作簿Worksheet工作表P113.KEY TERMS Animation 动画artificial intelligence (AI) 人工智能artificial reality 虚拟现实audio editing software 音频编辑软件bitmap image 位图blog博客Buttons 按键clip art 剪辑图Desktop publisher 桌面发布desktop publishing program 桌面印刷系统软件drawing program 绘图程序expert systems 专家系统Flash动画fuzzy logic 模糊逻辑graphical map 框匿graphics suite 集成图HTML editors HTML 编辑器illustration program 绘图程序Image editors 图像编辑器image gallery 图库immersive experience 沉浸式体验industrial robots 工业机器人Interactivity 交互性knowledge bases 知识库knowledge-based system 知识库系统Link链接mobile robot 移动式遥控装置Morphing 渐变Multimedia 多媒体multimedia authoring programs 多媒体编辑程序page layout program 页面布局程序perception systems robot 感知系统机器人Photo editors 图像编辑器Pixel像素raster image 光栅图像Robot机器人Robotics机器人学stock photographs 照片库story boards 故事版Vector矢量vector illustration 矢量图vector image 矢量图像video editing software 视频编辑软件virtual environments 虚拟环境virtual reality 虚拟现实virtual reality modeling language (VRML戏拟现实建模语言virtual reality wall 虚拟现实墙VR虚拟现实Web authoring网络编程Webauthoring program 网络编辑程序Web log网络日志Web page editor网页编辑器商P141.KEY TERMSAdd Printer Wizard 添加打印机向导Antivirus program 反病毒程序Backup备份backup program 备份程序Booting启动、引导cold boot 冷启动computer support specialist 计算机支持专家Dashboard widgets 仪表盘Desktop 桌面desktop operating system 桌面操作系统device driver 磁盘驱动程序diagnostic program 诊断程序dialog box 对话框Disk Cleanup磁盘清理Disk Defragmenter 磁盘碎片整理器Driver驱动器embedded operating systems 嵌入式操作系统File文件program文件压缩程序Folder文件夹Fragmented 碎片化graphical user interface (GUI) 图形用户界面Help帮助Icon图标language translator 语言编译器leopard雪豹操作系统LinuxMac OS Mac操作系统Mac OS XMenu菜单Multitasking 多任务处理network operating systems(NOS)网络操作系统network server 网络效劳器One Button Checkup 一键修复operating system 操作系统Platform 平台Pointer 指针Sectors 扇区software environment 软件环境Spotlight 聚光灯stand-alone operating system 独立操作系统system software 系统软件Tiger老虎操作系统Tracks磁道troubleshooting program 故障检修程序Uninstall program 卸载程序UNIX user interface 用户界面Utility 实用程序utility suite 实用套装软件Virus 病毒warm boot热启动Window视窗Windows视窗操作系统Windows Update Windows 更新Windows VistaWindows XPP172.KEY TERMSAC adapter交流适配器Accelerated graphics port(AGP): 图形加速端口Arithmetic-logic unit (ALU :算术逻辑单元Arithmetic operation: 算术运算ASCII美国标准信息交换码Binary coding schemes: 二进制编码制Bit:位Bus:总线Bus line:总线Byte:字节Cable:电缆Cache memory:高速缓存carrier package 封装物Central processing unit (CPU): 中央处理器Chip:芯片Clock speed时钟速度Complementary metal-oxide semiconductor:互补金属氧化物半导体Computer technician 计算机工程师Control unit: 限制单元Coprocessor协处理器Desktop system unit: 桌面系统单元Digital 数字的Dual-core chips 双核芯片EBCDIC扩展二进制编码的十进制交换码Expansion bus扩展总线Expansion card 扩展卡Expansion slot 扩展槽FireWire port:火线接口Flash memory 闪存Graphics card 图形适配卡Graphics coprocessor 图形协处理器Handheld computer system unit 手持计算机系统单元Industry standard architecture(ISA)工业标准结构Infrared Data Association(IrDA)红外线传输模组Integrated circuit: 集成电路Laptop computer膝式计算机Logical operation 逻辑运算Microprocessor:微处理器Motherboard:主板Musical instrument digital interface(MIDI)乐器数字接口Network adapter card 网络适酉己卡Network interface card (NIC)网络接口卡Notebook system unit: 笔t 己本Parallel ports: 并行端口Parallel processing 并行处理Pc card::个人计算机插卡PCI Express (PCIE)Peripheral component interconnect (PCI):外围部件互联Personal digital assistant (PDA) 个人数字助理Plug and play: 即插即用Port:端口Power supply unit 供电设备Processor:处理器RAM cache: RAM高速缓存Random-access memory (RAM):随机存储器Read-only memory (ROM):只读存储器RFID tag 射频识别标签Semiconductor:半导体serial ATA (SATA 串行ATAg口规范Serial ports: 串行端口Silicon chip:硅芯片Slot:插槽Smart card:智能卡sound card 声卡System board:系统板System cabinet:主机System clock:系统时钟System unit:系统单元tablet PC平板式电脑tablet PC system unit 平板式电脑系统单元TV tuner card: 电视调频卡Unicode:统一字符编码标准Universal serial bus (USB): 通用申行总线Universal serial bus (USB) port:通用串行总线端口Virtual memory:虚拟存储器Word:字P205,KEY TERMS active-matrix monitor 有源矩阵显示器bar code条形码bar code reader 条形码阅读器cathode ray tube monitor (CRT) 阴极射线管显示器Clarity 清楚度combination key 组合键cordless mouse 无线鼠标data projector 数据投影仪digital camera 数码照相机Digital media player 数字媒体播放器Digital music player 数码音乐播放器digital video camera 数码影像摄录机dot pitch 点品Edot-matrix printer 针式打印机dots-per-inch (dpi) 点每英寸dual-scan monitor 双向扫描显示器dumb terminal 哑终端e-book电子图书阅读器ergonomic keyboard 人体工程学键盘Fax machine 机flat-panel monitor 平面显示器Flatbed scanner 平板扫描仪flexible keyboard 可变形键盘handwriting recognition software手写识别软件Headphones^ 机high-definition television (HDTV)高清电视ink-jet printer 喷墨打印机intelligent terminal 智能终端Internet telephone 网络Internet telephony 网络IP Telephony IP Joystick游戏杆Keyboard 键盘laser printer 激光打ER机light pen 光笔Liquid crystal display (LCD 液晶Magnetic card reader 磁卡阅读器magnetic-ink character recognition (MICR) 磁性墨水字符识别mechanical mouse 机械鼠标Monitor显示器Mouse鼠标mouse pointer 鼠标指针multifunction device (MFD) 多功能设备network terminal 网络终端numeric keypad 数字小键盘optical-character recognition (OCR洸学字符识别optical-mark recognition (OMR洸:学标记识别optical mouse 光电鼠标Optical scanner 光电扫描仪passive-matrix monitor 无源矩阵显小翁PDA keyboard PDA 键盘personal laser printer 个人激光打印机photo printer 照片打印机picture elements 有效像素Pixel像素Pixel pitch 像素间距platform scanner 平版式扫仪Plotter 绘图仪pointing stick 触控点portable printer 便携式打印机portable scanner 便携式扫描仪Printer打印机Radio frequency card reader 射频卡阅读器Radio frequency identification (RFID))射频识别refresh rate 刷新率Resolution 分辨率roller ball 滚动球shared laser printer 共享激光打印机Speakers扬声器Stylus输入笔Technical writer 技术文档编写员telephonyTerminal 终端thermal printer 热敏打印机thin client 瘦客户端thin film transistor monitor (TFT)薄膜晶体管显示器toggle key 切换键touch pad触控板touch screen 触摸屏Trackball轨迹球traditional keyboard 传统键盘Universal Product Code (UPC) 同一厂品编码voice-over IP (VOIP) 网络voice recognition system 语音识另^系统wand reader棒式阅读器WebcamS 像头wheel button 滚动键wireless keyboard 无线键盘wireless mouse 无线鼠标P172,KEY TERMS access speed存取速度Blue-Ray (BD 蓝光Capacity 容量CD (compact disc)光盘CD-R (CD-recordable)可录式CD CD-ROM (compact disc-read only memory 洸:盘库CD-RW (compact disc rewritable) 可重写CDCylinder 柱面Density 密度direct access 直接存取disk caching 磁盘缓存DVD (digital versatile disc or digital video disc)DVD player DVD 播放器DVD- R (DVD recordable)可录式DVD DVD +R (DVD recordable)可录式DVD DVD-RAM(DVD random-access memory)DVD®机存取器DVD-ROM(DVD random-read-only memory)DV*读存储器DVD-ROM jukeboxDVD-RW (DVD rewritable)可重写DVD Enterprise storage system 企业存储系统erasable optical disk 可擦光盘文件压缩文件解压缩文件效劳器flash memory card 闪存卡floppy disk 软盘Floppy disk cartridge 软盘盒floppy disk drive (FDD) 软磁盘驱动器hard disk 硬盘hard-disk cartridge 硬盘盒hard-disk pack 硬盘组HD DVD(high-definition DVD)高清DVDhead crash磁头碰撞Hi def(high definition) 高清high capacity disk 高容量磁盘internal hard disk 内置硬盘Internet hard drive网络硬盘驱动器Label标签Land平地magnetic tape 磁带magnetic tape reel 磁带盒magnetic tape streamer 磁带条Media多媒体optical disk 光盘optical disk drive 光盘驱动器Organizational Internet storage 组织性网络存储PC Card hard disk PC 卡硬盘Pit坑primary storage 主存RAID system磁碟阵列系统Redundant array of inexpensive disks(RAID)廉价磁盘冗余阵列secondary storage 辅存Sector扇区sequential access 顺序存取Shutter 滑盖Software engineer 软件工程师solid-state storage 固态存储器storage devices 存储装置 tape cartridge 盒式带 Track 轨道USB drive USB 当区动器 write-protection notch 写入保护缺口字用户线Distributed data processing system 分布式数字处理系统 Distributed processing 分布式处 理Domain name server(DNS)域名效劳 器 Ethernet 以太网External modem 外制调制解调盔 Extranet 外联网 Fiber-optic cable 光纤电缆Firewall 防火墙 Global positioningsystem(GPS)全球定位系统P269Hierarchical network 分层网络 Home network 家庭局域网 3G cellular network 3G 移动网络Analog signal 模拟彳 Asymmetric digital subscriber line(ADSL) 非对称数字用户线Backbone 网络中枢 Bandwidth 带竟 Base station 基站 Bits per second(bps) 比特每秒Bluetooth 蓝牙 Broadband 宽带 Broadcast radio 播送电台 Bus 总线 Bus network 总线网络Cable modem 电缆调制解调盔 Cellularservice 移动 效劳Client 客户端 Client/server network 客户机 / 服务器网站 Coaxial cable 同轴电缆Communication channel 通信通道Communication system 通讯系统 Computer network 计算机网络 Connectivity 连接 Demodulation 解调 Dial-up service拨号上网效劳 Digital signal数子彳营号Digital subscriber line(DSL)数Host computer Hub 集线器 Infrared 红外线Internal modem 内置调制解调盔 Intranet 内网IP address (Internet protocoladdress) IP 地址(互联网协议地址) Local area network(LAN) 局域网Low bandwidth 低带竟 Medium band 中等带直Metropolitan area network ( MAN) 城域网Modulation 调制 Network administrator网络治理员Network architecture 网络架构 Network gateway 网关 Network hub 网络枢纽Network interface card(NIC) 网络 接口卡 Network operating system (NOS)网 络操作系统 Node 节点 Packet 数据包PC card modem PC 卡调制解调盔 Peer-to-peer network 点对点 网 网络(P2PProxy server 代理效劳器Ring network 环网Satellite 卫星Satellite/air connection service 卫星/航空连接效劳Server 效劳器Star network 星网络Strategy 策略T1,T2,T3,T4 lines T1 , T2, T3, T4路线Telephone line 线Terminal network 终端网络Time-sharing system 分时系统Topology 拓扑Transfer rate 传输速率Transmission control protocol/Internet protocol(TCP/IP) 传输限制协议/internet 协议(TCP/IP 协议)Voiceband 话音频带Wide area network (WAN) 广域网(WANWi-FI (wireless fidelity) 无线相容性认证Wireless LAN (WLAN) 无线局域网Wireless modem 无线调制解调器Wireless receiver 无线接收器P303Access 访问Accuracy 精度Ad network cookie 网络广告小软件Adware cookie 网络广告小软件Anti-spyware 反间谍软件Biometric scanning 生物识别扫描Bomb炸弹Carpal tunnel syndrome 腕管综合征Chlorofluorocarbones(CFCs) Computer Abuse Amendments Act 计算机滥用法修正案Computer crime 计算机犯罪Computer ethics 计算机伦理学Computer Fraud and Abuse Act 计算机欺诈和滥用法Computer monitoring software 电脑监控软件Cookie html浏览器的一小段信息Cryptographer 密码员Cumulative trauma disorder 积累性损伤错乱Data security 数据平安Denial of service (DoS) attack 拒绝效劳攻击Disaster recovery plan 灾难性恢复方案Electronic monioring 电子监控Electronic profile 电子专页Encrypting 力口密Energy star 能源之星Environment protection 环境保护Ergonomics 工效学Ethics 伦理Financial Modernization Act 金融现代化法案Firewall 防火墙Freedom of Information Act 信息自由法Green PC 绿色PCHacker 黑客History file 历史文件Identity theft 身份盗窃川usion of anonymity 匿名梦想Information broke 信息拦截器Information reseller 经销商信息Internet scam 互联网骗局Keystroke logger 案件记录器Malware恶意软件Mistaken identity 识别错误Password 密码Physical security 实体平安Privacy 隐私Property 属性Repetitive motion injury 反复性动作损伤Repetitive strain injury (RSI) 重复劳损Reverse directory 方向目录Scam 诈骗Security 平安Snoopware监控软件Software copyright Act 软件著作权法Software piracy 间谍软件Spike 尖状物Spy removal program 间谍删除程序Spyware间谍软件Surge protector 浪涌保护器Technostress 重压技术Traditional cookie 传统cookies Trojan horse 木马Virus 病毒Voltage surge 电压浪涌Web bug网络漏洞Worm蠕虫。

计算机专业英语第二版课后翻译答案

计算机专业英语第二版课后翻译答案

Unite 1Section A: 1、artificial intelligence 人工智能2、paper-tape reader 纸带阅读器3、Optical computer 光学计算机4、Neural network 神经网络5、Instruction set 指令集6、Parallel processing 并行处理器7、Difference engine差分机8、Versatile logical element 多用途逻辑元件9、Silicon substrate 硅衬底10、Vaccum tube 真空管11、数据的存储与管理the storage and management of data12、超大规模集成电路large-scale integrated circuit13、中央处理器central processing unit14、个人计算机personal computer15、模拟计算机analog computer16、数字计算机digital computer17、通用计算机general purpose computer18、处理器芯片processor chip19、操作指令operating instructions20、输入设备input devicesSection B1、artificial neural network 人工智能神经网络2、Computer architecture 计算机体系结构3、Robust computer program 健壮的计算机程序4、Human-computer interface 人机接口5、Knowledge representation 知识代表6、数值分析numerical analysis7、程序设计环境programming environment8、数据结构data structure9、存储和检索信息store and retrieve information10、虚拟现实virtual realityUnit 2Section A:1、function key 功能键2、V oice recognition module 声音识别调制器3、Touch-sensitive region 触敏扫描仪4、Address bus 地址总线5、Flatbed scanner 平板扫描仪6、Dot-matrix printer 矩阵式打印机7、Parallel connection 并行连接8、Cathode ray tube 阴极射线管9、Video game 电子游戏10、Audio signal 音频信号11、操作系统operating system12、液晶显示liquid crystal display13、喷墨打印机inkjet printer14、数据总线data bus15、串行连接serial connection16、易失性存储器volatile memory17、激光打印机laser printer18、磁盘存储器floppy disc19、基本输入输出系统basic input/output system20、视频显示器video displaySection B:1、interrupt handler 中断处理程序2、Virtual memory 虚拟内存3、Context switch 上下文转换4、Main memory 主存5、Bit pattern 位模式6、外围设备peripheral device7、进程表process table8、时间片time slice9、图形用户界面graphics user interface10、海量存储器mass storageUnit 3Section A:1、storage register 存储寄存器2、Function statement 函数语句3、Program statement 程序语句4、Object-oriented language 面向对象语言5、Assembly language 汇编语言6、Intermediate language 中间语言7、Relational language 关系语言8、Artificial language 人工语言9、Data declaration 数据声明10、SQL 结构化查询语言11、可执行程序executable program12、程序模块program module13、条件语句conditional statement14、赋值语句assignment statement15、逻辑语言logic statement16、机器语言machine language17、函数式语言functional language18、程序设计语言programming language19、运行计算机程序run a omputer program20、计算机程序员computer programmerSection B1、native code 本机代码2、Header file 头文件3、Multithreaded program 多线程程序4、Java-enabled browser 支持Java的浏览器5、Mallicious code6、机器码machine code7、汇编码assembly code8、特洛伊木马程序trojan9、软件包software package10、类层次class hierarchyUnit 4Section A1、inference engine 推理机2、System call 系统调用3、Compiled language 编译执行的语言4、Parellel computing 并行计算5、Pattern matching 模式匹配6、Memory location 存储单元7、Interpreter program 解释程序8、Library routine 库程序9、Intermediate program 中间程序10、Source file 源文件11、解释执行的语言interpreted language12、设备驱动程序device driver13、源程序source program14、调试程序debugger15、目标代码object code16、应用程序application program17、实用程序utility program18、逻辑程序logic program19、黑盒ink cartridge20、程序的存储与执行storage and execution of program Section B1、Messaging model 通信模式2、Common language runtime 通用语言运行时刻(环境)3、Hierarchical namespace 分层的名称空间4、Development community 开发社区5、CORBA 公共对象请求代理体系结构6、基本组件basic components7、元数据标记metadata token8、虚拟机VM virtual machine9、集成开发环境IDE(intergrated development environment)10、简单对象访问协议SOAP(simple object access protocol) Unit 5Section A1、system specification 系统规范2、Unit testing 单元测试3、Software life cycle 软件的生命周期4、System validation process 系统验证过程5、Evolutionary development process 进化发展过程6、Simple linear model 简单线性模型7、Program unit 程序单元8、Throwaway prototype 一次性使用原型9、Text formatting 文本格式10、System evolution 系统演变11、系统设计范例paradigm for system design12、需求分析与定义Requirements analysis and definition13、探索式编程方法exploratory programming approach14、系统文件编制system documentation15、瀑布模型waterfall model16、系统集成system integration17、商用现成软件commercial off-the-shelf software18、基于组件的软件工程component-based software engineering19、软件维护工具software maintenance tool20、软件复用software reuseSection B1、check box 复选框2、Structured design 结构化设计3、Building block 构建模块4、Database schema 数据库模式5、Radio button 单选按钮6、系统建模技术system modeling techniques7、模型驱动开发MDD(model-driven development)8、数据流程图data flow diagram9、下拉式菜单drop-down10、滚动条scroll barUnit 6Section A1、end user 终端用户2、Atomic operation 原子操作3、Database administrator 数据库管理员4、Relational database model 关系数据库模型5、Local data 本地数据6、Object-oriented database 面向对象的数据库7、Database management system 数据库管理系统8、Entity-relationship model 实体关系模型9、Distributed database 分布式数据库10、Flat file 展开文件11、二维表two-dimensional table12、数据属性data attributes13、数据库对象database object14、存储设备storage device15、数据类型data type16、数据插入与删除insertion and deletion17、层次数据库模型hierarchical18、数据库体系结构database architecture19、关系数据库管理系统ralational database management system20、全局控制总线global control busSection B1、nonvolatile storage system 易失性存储系统2、Equitment malfunction 设备故障3、Wound-wait protocol 损伤等待协议4、Exclusive lock 排它锁5、Database integrity 数据库完整性6、共享锁shared lock7、数据库实现database implementation8、级联回滚cascading rollback9、数据项data item10、分时操作系统time sharing operating system ;Unit 7Section A1、microwave radio 微波无线电2、digital television 数字电视3、DSL 数字用户线路4、analog transmission 模拟传输5、on-screen pointer 屏幕上的指针6、computer terminal 计算机终端7、radio telephone 无线电话8、cellular telephone 蜂窝电话,移动电话,手机9、decentralized network 分散型网络10、wire-based internal network 基于导线的内部网络,有线内部网11、光缆fiber-optic cable12、传真机fax machine13、线通信wireless communications14、点对点通信point-to-point communications15、调制电脉冲modulated electrical impulse16、通信卫星communication(s) satellite17、电报电键telegraph key18、传输媒体transmission medium (或media)19、无绳电话cordless telephone20、金属导体metal conductorSection B1、bit map 位图2、parallel port 并行端口3、direct memory access (DMA) 直接存储器存取4、universal serial bus 通用串行总线5、general-purpose register 通用寄存器6、电路板circuit board7、串行通信serial communication8、数码照相机digital camera9、存储映射输入/输出memory-mapped I/O10、有线电视cable televisionUnit 8Section A1、file server 文件服务器2、carrier sense 载波检测3、Protocol suite 协议族4、Peer-to-peer model 点对点模型5、bus topology network 总线拓扑网络6、inter-machine cooperation 计算机间合作7、Ethernet protocol collection 以太网协作集8、Proprietary network 专有网络9、utility package 实用软件包10、star network 星形网络11、局域网local area network (LAN)12、令牌环token ring13、无线网络wireless network14、封闭式网络closed network15、环形拓扑网络ring topology16、客户/服务机模型client/server model17、网络应用程序network application18、进程间通信interprocess communication19、打印服务机printer server20、广域网wide area networkSection B1、routing path 路由选择通路2、dual-ring topology 双环形拓扑结构3、extended star topology 扩展星形拓扑结构4、backbone network 基干网,骨干网5、mesh topology网络拓扑结构6、同轴电缆coaxial cable7、逻辑拓扑结构logical topology8、无冲突连网环境collision-free networking environment9、树形拓扑结构tree topology10、目的地节点destination nodeUnit 9Section A1、cell phone 蜂窝电话,移动电话,手机2、IP address 网际协议地址,IP地址3、autonomous system 自主系统4、dial-up connection 拨号连接5、network identifier 网络标识符6、binary notation 二进制记数法7、mnemonic name 助记名,缩写名8、Internet-wide directory system 因特网范围的目录系统9、name server 名称服务器10、Internet infrastructure 因特网基础结构11、助记地址mnemonic address12、网吧cyber cafe13、宽带因特网访问broadband Internet access14、顶级域名top-level domain (TLD)15、因特网编址Internet addressing16、点分十进制记数法dotted decimal notation17、因特网服务提供商Internet service provider (ISP)18、专用因特网连接dedicated Internet connection19、主机地址host address20、硬件与软件支持hardware and software support Section B1、incoming message 来报,到来的报文2、application layer 应用层3、utility software 实用软件4、sequence number (顺)序号,序列号5、remote login capabilities 远程登录能力6、端口号port number7、软件例程software routine8、传输层transport layer9、文件传送协议FTP(File Transfer Protocol)10、万维网浏览器Web browserUnit 10Section A1、mailing list 邮件发送清单,邮件列表2、proprietary software 专有软件3、cc line 抄送行4、bcc line 密送行5、forwarded e-mail messages 转发的电子邮件6、e-mail convention 电子邮件常规7、click on an icon 点击图标8、confidential document 密件,秘密文件9、classified information 密级信息10、recovered e-mail message 恢复的电子邮件11、常用情感符commonly used emoticon12、已删除电子邮件deleted e-mail13、电子系统electronic system14、附件行Attachments line15、版权法copyright law16、电子邮件网规e-mail netiquette17、信息高速公路information superhighway18、签名文件signature file19、电子数据表程序spreadsheet program20、文字处理软件word processorSection B1、web-authoring software 网络写作软件2、template generator 模版生成程序3、navigation page 导航页面4、corporate logo 公司标识5、splash page 醒目页面,过渡页6、导航条navigation bar7、节点页面node page8、网站地图site map9、可用性测试usability testing10、图形交换格式gif(Graphics Interchange Format)Unit 11Section A1、customized marketing strategy 定制的营销策略2、B2G transaction 企业对政府交易3、mobile telephone 移动电话4、dot-com bust 网络不景气5、smart card 智能卡,灵巧卡6、digital piracy 数字盗版7、dot-com boom 网络繁荣8、C2C transaction 消费者对消费者交易9、Web auction site 拍卖网站10、fingerprint reader 指纹读取器11、射频识别装置radio-frequency identification (RFID) device12、电子数据交换electronic data interchange (EDI)13、库存管理技术inventory management technology14、知识产权intellectual property15、条形码bar code16、货币兑换currency conversion17、电子图书electronic book18、视网膜扫描仪retina scanner19、个人数字助理personal digital assistant (PDA)20、企业对企业电子商务B2B electronic commerceSection B1、software suite 软件套件2、text box 文本框3、virtual checkout counter 虚拟付款台4、static catalog 静态目录5、browser session 浏览器会话期6、动态目录dynamic catalog7、购物车软件shopping cart software8、供应链supply chain9、企业资源计划软件enterprise resource planning (ERP) software10、税率tax rateUnit 12Section A1、encryption program 加密程序2、deletion command 删除命令3、authorized user 授权的用户4、backup copy 备份5、voltage surge 电压浪涌6、circuit breaker 断路器7、electronic component 电子元件(或部件)8、data-entry error 数据输入错误9、electronic break-in 电子入侵10、power line 电力线,输电线11、检测程序detection program12、电源power source13、破坏性计算机程序destructive computer program14、计算机病毒computer virus15、软件侵权software piracy16、硬盘驱动器hard-disk drive17、病毒检查程序virus checker18、主存储器primary storage19、电子公告板electronic bulletin board20、浪涌电压保护器surge protectorSection B1、phishing attack 网络钓鱼攻击2、graphics card 显(示)卡3、heuristic analysis 试探性分析4、infected file 被感染文件5、virus dictionary 病毒字典6、数据捕获data capture7、恶意软件malicious software8、病毒特征代码virus signature9、防病毒软件antivirus software10、内存驻留程序memory-resident program。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 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.这些方法的目的是降低灵活性,增加简便性。

相关文档
最新文档