当前位置:文档之家› 计算机编程英语大全

计算机编程英语大全

计算机编程英语大全
计算机编程英语大全

计算机编程英语大全

目录

第一部分、编程术语 (2)

第二部分、编程词汇 (4)

A. (4)

B. (5)

C. (6)

COFF (Common Object File Format) 通用对象文件格式 (7)

COM (Component Object Model) 组件对象模型 (7)

D. (9)

DOM (Document Object Model)文档对象模型 (10)

E (11)

EDI (Dlectronic Data Interchange)电子数据交换 (11)

F. (12)

G. (13)

H. (13)

HTTP pipeline HTTP管道 (14)

I. (14)

IDE (Integrated Development Environment)集成开发环境 (14)

J. (15)

K. (15)

L. (15)

M. (16)

N. (17)

O. (17)

P. (18)

PE (Portable Executable) file 可移植可执行文件 (19)

Q. (20)

R. (20)

S. (21)

T. (23)

U. (24)

UML (unified modeling language)统一建模语言 (24)

URL (Uniform Resource Locator) 统一资源定位器 (24)

V. (24)

W. (24)

XML Message Interface (XMI) XML消息接口 (25)

XSD (XML Schema Definition) XML模式定义语言 (25)

第一部分、编程术语

Data Structures基本数据结构

Dictionaries字典

Priority Queues堆

Graph Data Structures图

Set Data Structures集合

Kd-Trees线段树

Numerical Problems数值问题

Solving Linear Equations线性方程组

Bandwidth Reduction带宽压缩

Matrix Multiplication矩阵乘法

Determinants and Permanents行列式

Constrained and Unconstrained Optimization最值问题Linear Programming线性规划

Random Number Generation随机数生成

Factoring and Primality Testing因子分解/质数判定Arbitrary Precision Arithmetic高精度计算Knapsack Problem背包问题

Discrete Fourier Transform离散Fourier变换Combinatorial Problems组合问题

Sorting排序

Searching查找

Median and Selection中位数

Generating Permutations排列生成

Generating Subsets子集生成

Generating Partitions划分生成

Generating Graphs图的生成

Calendrical Calculations日期

Job Scheduling工程安排

Satisfiability可满足性

Graph Problems -- polynomial图论-多项式算法Connected Components连通分支

Topological Sorting拓扑排序

Minimum Spanning Tree最小生成树

Shortest Path最短路径

Transitive Closure and Reduction传递闭包

Matching匹配

Eulerian Cycle / Chinese Postman Euler回路/中国邮路Edge and Vertex Connectivity割边/割点

Network Flow网络流

Drawing Graphs Nicely图的描绘

Drawing Trees树的描绘

Planarity Detection and Embedding平面性检测和嵌入Graph Problems -- hard图论-NP问题

Clique最大团

Independent Set独立集

Vertex Cover点覆盖

Traveling Salesman Problem旅行商问题Hamiltonian Cycle Hamilton回路

Graph Partition图的划分

Vertex Coloring点染色

Edge Coloring边染色

Graph Isomorphism同构

Steiner Tree Steiner树

Feedback Edge/Vertex Set最大无环子图Computational Geometry计算几何

Convex Hull凸包

Triangulation三角剖分

Voronoi Diagrams Voronoi图

Nearest Neighbor Search最近点对查询

Range Search范围查询

Point Location位置查询

Intersection Detection碰撞测试

Bin Packing装箱问题

Medial-Axis Transformation中轴变换

Polygon Partitioning多边形分割

Simplifying Polygons多边形化简

Shape Similarity相似多边形

Motion Planning运动规划

Maintaining Line Arrangements平面分割Minkowski Sum Minkowski和

Set and String Problems集合与串的问题

Set Cover集合覆盖

Set Packing集合配置

String Matching模式匹配

Approximate String Matching模糊匹配

Text Compression压缩

Cryptography密码

Finite State Machine Minimization有穷自动机简化Longest Common Substring最长公共子串

Shortest Common Superstring最短公共父串DP——Dynamic Programming——动态规划

recursion ——递归

第二部分、编程词汇

A.

A2A integration A2A整合

abstract抽象的

abstract base class (ABC)抽象基类

abstract class抽象类

abstraction抽象、抽象物、抽象性

access存取、访问

access level访问级别

access function访问函数

account账户

action动作

activate激活

active活动的

actual parameter实参

adapter适配器

add-in插件

address地址

address space地址空间

address-of operator取地址操作符

ADL (argument-dependent lookup)

ADO(ActiveX Data Object)ActiveX数据对象

advanced

aggregation 聚合、聚集

algorithm 算法

alias 别名

align 排列、对齐

allocate 分配、配置

allocator分配器、配置器

angle bracket 尖括号

annotation 注解、评注

API (Application Programming Interface) 应用(程序)编程接口

app domain (application domain)应用域

application 应用、应用程序

application framework 应用程序框架

appearance 外观

append 附加

architecture 架构、体系结构

archive file 归档文件、存档文件

argument引数(传给函式的值)。参见parameter

array 数组

arrow operator 箭头操作符

ASP(Active Server Page)活动服务器页面

https://www.doczj.com/doc/5c13785250.html, worker process https://www.doczj.com/doc/5c13785250.html,工作者进程

assembly 装配件、配件

assembly language 汇编语言

assembly manifest 装配件清单

assert(ion) 断言

assign 赋值

assignment 赋值、分配

assignment operator 赋值操作符

associated 相关的、相关联的

associative container 关联式容器(对应sequential container) asynchronous 异步的

atomic 原子的

atomic operation 原子操作

attribute 特性、属性

authentication service 验证服务

authorization 授权

audio 音频

A.I. 人工智能

B.

B2B integration B2B整合、B2B集成(business-to-business integration) background 背景、后台(进程)

backward compatible 向后兼容、向下兼容

backup 备份

backup device备份设备

backup file 备份文件

bandwidth 带宽

base class 基类

base type 基类型

batch 批处理

BCL (base class library)基类库

binary 二进制

binary search 二分查找

binary tree 二叉树

binary function 双参函数

binary large object二进制大对象

binary operator 二元操作符

binding 绑定

bit 位

bitmap 位图

bitwise 按位...

bitwise copy 为单元进行复制;位元逐一复制,按位拷bitwise operation 按位运算

block 块、区块、语句块

bookkeeping 簿记

boolean 布林值(真假值,true或false)

border 边框

bounds checking 边界检查

boxing 装箱、装箱转换

brace (curly brace) 大括号、花括号

bracket (square brakcet) 中括号、方括号

breakpoint 断点

browser applications 浏览器应用(程序)

browser-accessible application 可经由浏览器访问的应用程序build 编连(专指编译和连接

built-in 内建、内置

bus 总线

business 业务、商务(看场合)

business Logic 业务逻辑

business rules 业务规则

buttons 按钮

bug 臭虫

by/through 通过

byte 位元组(由8 bits组成)

C.

cache 高速缓存

calendar 日历

call 调用

callback 回调

call-level interface (CLI)调用级接口(CLI)

call operator 调用操作符

candidate key 候选键(for database)

cascading delete 级联删除(for database)

cascading update 级联更新(for database)

casting 转型、造型转换

catalog 目录

chain 链(function calls)

character 字符

character format 字符格式

character set 字符集

CHECK constraints CHECK约束(for database)

checkpoint 检查点(for database)

check box 复选框

check button 复选按钮

child class 子类

CIL (common intermediate language)通用中间语言、通用中介语言class 类

class declaration 类声明

class definition 类定义

class derivation list 类继承列表

class factory 类厂

class hierarchy 类层次结构

class library 类库

class loader 类装载器

class template 类模板

class template partial specializations 类模板部分特化

class template specializations 类模板特化

classification 分类

clause 子句

client application 客户端应用程序

client cursor 客户端游标(for database)

code page 代码页

cleanup 清理、清除

CLI (Common Language Infrastructure) 通用语言基础设施

client 客户、客户端

client area 客户区

client-server 客户机/服务器、客户端/服务器

clipboard 剪贴板

clone 克隆

CLS (common language specification) 通用语言规范

code access security 代码访问安全

COFF (Common Object File Format) 通用对象文件格式collection 集合

COM (Component Object Model) 组件对象模型

combo box 组合框

command line 命令行

comment 注释

commit 提交(for database)

communication 通讯

compatible 兼容

compile time 编译期、编译时

compiler 编译器

component组件

composite index 复合索引、组合索引(for database)

composite key 复合键、组合键(for database)

composition 复合、组合

concept 概念

concrete具体的

concrete class 具体类

concurrency 并发、并发机制

constraint 约束(for database)

configuration 配置、组态

connection 连接(for database)

connection pooling 连接池

console 控制台

constant 常量

construct 构件、成分、概念、构造(for language)

constructor (ctor) 构造函数、构造器

container 容器

containment包容

context 环境、上下文

control 控件

cookie (不译)

copy 拷贝

CORBA 通用对象请求中介架构(Common Object Request Broker Architecture) cover 覆盖、涵盖

create/creation 创建、生成

crosstab query 交叉表查询(for database)

CRTP (curiously recurring template pattern)

CTS (common type system)通用类型系统

cube 多维数据集(for database)

cursor 光标

cursor 游标(for database)

custom 定制、自定义

D.

data 数据

data connection 数据连接(for database)

Data Control Language (DCL) 数据控制语言(DCL) (for database) Data Definition Language (DDL) 数据定义语言(DDL) (for database) data dictionary 数据字典(for database)

data dictionary view 数据字典视图(for database)

data file 数据文件(for database)

data integrity 数据完整性(for database)

data manipulation language (DML)数据操作语言(DML) (for database) data mart 数据集市(for database)

data pump 数据抽取(for database)

data scrubbing 数据清理(for database)

data source 数据源(for database)

Data source name (DSN) 数据源名称(DSN) (for database)

data warehouse 数据仓库(for database)

dataset 数据集(for database)

database 数据库(for database)

database catalog 数据库目录(for database)

database diagram 数据关系图(for database)

database file 数据库文件(for database)

database object 数据库对象(for database)

database owner 数据库所有者(for database)

database project 数据库工程(for database)

database role 数据库角色(for database)

database schema 数据库模式、数据库架构(for database) database scrīpt 数据库脚本(for database)

data-bound 数据绑定(for database)

data-aware control数据感知控件(for database)

data member 数据成员、成员变量

dataset 数据集(for database)

data source 数据源(for database)

data structure数据结构

data table 数据表(for database)

datagram 数据报文

DBMS (database management system)数据库管理系统(for database) DCOM (distributed COM)分布式COM

dead lock 死锁(for database)

deallocate 归还

debug 调试

debugger 调试器

decay 退化

decision support 决策支持

declaration 声明

declarative referential integrity (DRI)声明引用完整性(DRI) (for database) deduction 推导

DEFAULT constraint默认约束(for database)

default database 默认数据库(for database)

default instance 默认实例(for database)

default result set 默认结果集(for database)

default 缺省、默认值

defer 推迟

definition 定义

delegate 委托

delegation 委托

dependent name

deploy 部署

dereference 解引用

dereference operator (提领)运算子

derived class 派生类

design by contract 契约式设计

design pattern 设计模式

destroy 销毁

destructor(dtor)析构函数、析构器

device 设备

DHTML (dynamic HyperText Markup Language)动态超文本标记语言dialog 对话框

digest 摘要

digital 数字的

DIME (Direct Internet Message Encapsulation)直接Internet消息封装directive (编译)指示符

directory 目录

dirty pages脏页(for database)

dirty read 脏读(for database)

disassembler 反汇编器

DISCO (Discovery of Web Services)Web Services的查找

disk 盘

dispatch 调度、分派、派发(我喜欢“调度”)

DISPID (Dispatch Identifier)分派标识符

distributed computing 分布式计算

distributed query 分布式查询(for database)

DNA (Distributed interNet Application) 分布式网间应用程序document 文档

DOM (Document Object Model)文档对象模型

dot operator (圆)点操作符

driver 驱动(程序)

DTD (document type definition) 文档类型定义

double-byte character set (DBCS)双字节字符集(DBCS)

dump 转储

dump file 转储文件

dynamic cursor 动态游标(for database)

dynamic filter 动态筛选(for database)

dynamic locking 动态锁定(for database)

dynamic recovery 动态恢复(for database)

dynamic snapshot 动态快照(for database)

dynamic SQL statements 动态SQL语句(for database) dynamic assembly 动态装配件、动态配件

dynamic binding 动态绑定

E.

EAI (enterprise application integration)企业应用程序集成(整合) EBCO (empty base class optimization) 空基类优化(机制)

e-business 电子商务

EDI (Dlectronic Data Interchange)电子数据交换

efficiency 效率

efficient 高效

end-to-end authentication 端对端身份验证

end user 最终用户

engine 引擎

entity 实体

encapsulation 封装

enclosing class 外围类别(与巢状类别nested class有关) enum (enumeration) 枚举

enumerators 枚举成员、枚举器

equal 相等

equality 相等性

equality operator 等号操作符

error log 错误日志(for database)

escape code 转义码

escape character 转义符、转义字符

exclusive lock 排它锁(for database)

explicit transaction 显式事务(for database)

evaluate 评估

event 事件

event driven 事件驱动的

event handler 事件处理器

evidence 证据

exception 异常

exception declaration 异常声明

exception handling 异常处理、异常处理机制exception-safe 异常安全的

exception specification 异常规范

exit 退出

explicit 显式

explicit specialization 显式特化

export 导出

expression 表达式

F.

facility 设施、设备

fat client 胖客户端

feature 特性、特征

fetch 提取

field 字段(java)

field 字段(for database)

field length 字段长度(for database)

file 文件

filter 筛选(for database)

finalization 终结

firewall 防火墙

finalizer 终结器

firmware 固件

flag 标记

flash memory 闪存

flush 刷新

font 字体

foreign key (FK) 外键(FK) (for database)

form 窗体

formal parameter 形参

forward declaration 前置声明

forward-only 只向前的

forward-only cursor 只向前游标(for database) fragmentation 碎片(for database)

framework 框架

full specialization 完全特化

function 函数

function call operator (即operator ()) 函数调用操作符function object 函数对象

function overloaded resolution函数重载决议functionality 功能

function template函数模板

functor 仿函数

G.

GAC (global assembly cache) 全局装配件缓存、全局配件缓存GC (Garbage collection) 垃圾回收(机制)、垃圾收集(机制) game 游戏

generate 生成

generic 泛化的、一般化的、通用的

generic algorithm通用算法

genericity 泛型

getter (相对于setter)取值函数

global 全局的

global object 全局对象

global scope resolution operator 全局范围解析操作符

grant 授权(for database)

granularity 粒度

group 组、群

group box 分组框

GUI 图形界面

GUID (Globally Unique Identifier) 全球唯一标识符

H.

hand shaking 握手

handle 句柄

handler 处理器

hard-coded 硬编码的

hard-copy 截屏图

hard disk 硬盘

hardware 硬件

hash table 散列表、哈希表

header file头文件

heap 堆

help file 帮助文件

hierarchy 层次结构、继承体系

hierarchical data 阶层式数据、层次式数据

hook 钩子

Host (application)宿主(应用程序)

hot key 热键

hyperlink 超链接

HTML (HyperText Markup Language) 超文本标记语言

HTTP pipeline HTTP管道

HTTP (HyperText Transfer Protocol) 超文本传输协议I.

icon 图标

IDE (Integrated Development Environment)集成开发环境IDL (Interface Definition Language) 接口定义语言identifier 标识符

idle time 空闲时间

if and only if当且仅当

IL (Intermediate Language) 中间语言、中介语言image 图象

IME 输入法

immediate base 直接基类

immediate derived 直接派生类

immediate updating 即时更新(for database)

implicit transaction隐式事务(for database) incremental update 增量更新(for database)

index 索引(for database)

implement 实现

implementation 实现、实现品

implicit 隐式

import 导入

increment operator 增加操作符

infinite loop 无限循环

infinite recursive 无限递归

information 信息

infrastructure 基础设施

inheritance 继承、继承机制

inline 内联

inline expansion 内联展开

initialization 初始化

initialization list 初始化列表、初始值列表

initialize 初始化

inner join 内联接(for database)

in-place active 现场激活

instance 实例

instantiated 具现化、实体化(常应用于template) instantiation 具现体、具现化实体(常应用于template) integrate 集成、整合

integrity 完整性、一致性

integrity constraint完整性约束(for database)

interprocess communication (IPC)进程间通讯(IPC) interacts 交互

interface 接口

for GUI 界面

interoperability 互操作性、互操作能力interpreter 解释器

introspection 自省

invariants 不变性

invoke 调用

isolation level 隔离级别(for database)

iterate 迭代

iterative 反复的、迭代的

iterator 迭代器

iteration 迭代(回圈每次轮回称为一个iteration) item 项、条款、项目

J.

JIT compilation JIT编译即时编译

K.

key 键(for database)

key column 键列(for database)

L.

laser 激光

late binding 迟绑定

left outer join 左向外联接(for database)

level 阶、层例

high level 高阶、高层

library 库

lifetime 生命期、寿命

link 连接、链接

linkage 连接、链接

linker 连接器、链接器

literal constant 字面常数

list 列表、表、链表

list box 列表框

livelock 活锁(for database)

load 装载、加载

load balancing 负载平衡

loader 装载器、载入器

local 局部的

local object 局部对象

lock 锁

log 日志

login 登录

login security mode登录安全模式(for database)

lookup table 查找表(for database)

loop 循环

loose coupling 松散耦合

lvalue 左值

M.

machine code 机器码、机器代码

macro 宏

maintain 维护

managed code 受控代码、托管代码

Managed Extensions 受控扩充件、托管扩展

managed object 受控对象、托管对象

mangled name

manifest 清单

manipulator 操纵器(iostream预先定义的一种东西)

many-to-many relationship 多对多关系(for database)

many-to-one relationship 多对一关系(for database)

marshal 列集

member 成员

member access operator 成员取用运算子(有dot和arrow两种) member function 成员函数

member initialization list成员初始值列表

memberwise 以member为单元…、members 逐一…memberwise copy

memory 内存

memory leak 内存泄漏

menu 菜单

message 消息

message based 基于消息的

message loop 消息环

message queuing消息队列

metadata 元数据

metaprogramming元编程

method 方法

micro 微

middleware 中间件

middle tier 中间层

modeling 建模

modeling language 建模语言

modifier 修饰字、修饰符

modem 调制解调器

module 模块

most derived class最底层的派生类

mouse 鼠标

mutable 可变的

mutex 互斥元、互斥体

multidimensional OLAP (MOLAP) 多维OLAP(MOLAP) (for database) multithreaded server application 多线程服务器应用程序multiuser 多用户

multi-tasking 多任务

multi-thread 多线程

multicast delegate 组播委托、多点委托

N.

named parameter 命名参数

named pipe 命名管道

namespace 名字空间、命名空间

native 原生的、本地的

native code 本地码、本机码

Native Image Generator (NGEN)本地映像生成器

nested class 嵌套类

nested query 嵌套查询(for database)

nested table 嵌套表(for database)

network 网络

network card 网卡

nondependent name

O.

object 对象

object based 基于对象的

object file 目标文件

object model 对象模型

object oriented 面向对象的

object pooling 对象池化

ODBC data source ODBC数据源(for database)

ODBC driver ODBC驱动程序(for database)

ODR (one-definition rule)

OLE Automation objects OLE自动化对象(for database)

OLE Automation server OLE自动化服务器(for database)

OLE DB consumer OLE DB使用者(for database)

OLE DB for OLAP 用于OLAP的OLE DB (for database)

OLE DB provider OLE DB提供者(for database)

one-to-many relationship 一对多关系(for database)

one-to-one relationship 一对一关系(for database)

online analytical processing (OLAP) 联机分析处理(OLAP) (for database) online redo log 联机重做日志(for database)

online transaction processing (OLTP) 联机事务处理(OLTP) (for database) Open Data Services (ODS) 开放式数据服务(ODS) (for database)

Open Database Connectivity (ODBC) 开放式数据库连接(ODBC) (for database) operand 操作数

operating system (OS) 操作系统

operation 操作

operator 操作符、运算符

option 选项

optimizer 优化器

outer join 外联接(for database)

overflow 上限溢位(相对于underflow)

overhead 额外开销

overload 重载

overload resolution 重载决议

overloaded function 重载的函数

overloaded operator 被重载的操作符

override 覆写、重载、重新定义

P.

package 包

packaging 打包

palette 调色板

parallel 并行

parameter 参数、形式参数、形参

parameter list 参数列表

parameterize 参数化

parent class 父类

parentheses 圆括弧、圆括号

parse 解析

parser 解析器

part 零件、部件

partial specialization 局部特化

pass by address 传址(函式引数的传递方式)(非正式用语) pass by reference 传地址、按引用传递

pass by value 按值传递

pattern 模式

PDA (personal digital assistant)个人数字助理

PE (Portable Executable) file 可移植可执行文件performance 性能

persistence 持久性

PInvoke (platform invoke service) 平台调用服务

pixel 像素

placement delete

placement new

placeholder 占位符

platform 平台

POD (plain old data (type))

POI (point of instantiation)

pointer 指针

poll 轮询

pooling 池化

polymorphism 多态

pop up 弹出式

port 端口

postfix 后缀

precedence 优先序(通常用于运算子的优先执行次序) prefix 前缀

preprocessor 预处理器

primary key (PK)主键(PK) (for database)

primary table 主表(for database)

primary template原始模板

primitive type 原始类型

print 打印

printer 打印机

procedure 过程

procedural 过程式的、过程化的

process 进程

profile 评测

profiler 效能(性能)评测器

program 程序

programmer 程序员

programming编程、程序设计

progress bar 进度指示器

project 项目、工程

property 属性

protocol 协议

pseudo code伪码

Q.

qualified 经过资格修饰(例如加上scope运算子) qualifiedqualifier 修饰符

quality 质量

queue 队列

R.

race condition 竞争条件(多线程环境常用语)radian 弧度

radio button 单选按钮

raise 引发(常用来表示发出一个exception) random number 随机数

range 范围、区间

rank 等级

raw 未经处理的

readOnly只读

record 记录(for database)

recordset 记录集(for database

recursive 递归

re-direction 重定向

refactoring 重构

refer 引用、参考

reference 引用、参考

reference counting引用计数

referential integrity (RI)引用完整性(RI) (for database) register 寄存器

reflection 反射

refresh data 刷新数据(for database)

regular expression 正则表达式

relational database 关系数据库

remote 远程

remote request 远程请求

represent 表述,表现

resolve 解析、决议

计算机专业英语翻译

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

2010年9月1日

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

计算机常用英语术语、词汇表3

计算机常用英语术语、词汇表2 NetBIOS 网络基本输入/输出系统 NDIS 网络驱动程序接口规范 NetDDE 网络动态数据交换 NIC 网络接口卡 network layer 网络层 Network Monitor 一个网络监控程序 network operating system 网络操作系统 network printer 网络打印机 network security 网络安全 network user 网络用户 NFS 网络文件系统 我把网络安全方面的专业词汇整理了一下,虽然大多是乱谈,但初衷在于初学者能更好的了解这些词汇。不全和错误的地方还望高手补充: Access Control List(ACL)访问控制列表 access token 访问令牌 account lockout 帐号封锁 account policies 记帐策略 accounts 帐号 adapter 适配器 adaptive speed leveling 自适应速率等级调整 Address Resolution Protocol(ARP) 地址解析协议 Administrator account 管理员帐号 ARPANET 阿帕网(internet的前身) algorithm 算法 alias 别名 allocation 分配、定位 alias 小应用程序 allocation layer 应用层 API 应用程序编程接口 anlpasswd 一种与Passwd+相似的代理密码检查器 applications 应用程序 ATM 异步传递模式 attack 攻击 audio policy 审记策略 auditing 审记、监察 back-end 后端 borde 边界 borde gateway 边界网关 breakabie 可破密的 breach 攻破、违反

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

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

电脑中常用英语

·PC:个人计算机Personal Computer ·CPU:中央处理器Central Processing Unit ·CPU Fan:CPU风扇 ·MB:主板MotherBoard ·RAM:内存Random Access Memory ·HDD:硬盘Hard Disk Drive ·FDD:软盘Floopy Disk Drive ·CD-ROM:光驱Compact Disk Read Only Memory ·DVD-ROM:DVD光驱Digital Versatile Disk Read Only Memory ·CD-RW:刻录机Compact Disk ReWriter ·VGA:显示卡(显示卡正式用语应为Display Card) ·AUD:声卡(声卡正式用语应为Sound Card) ·LAN:网卡(网卡正式用语应为Network Card) ·Modem :调制解调器 ·HUB:集线器 ·Capture:影音采集卡 ·Case:机箱 ·Power:电源 ·Moniter:屏幕,CRT为显像管屏幕,LCD为液晶屏幕 ·USB:通用串行总线Universal Serial Bus,用来连接外围装置 ·IEEE1394:新的高速序列总线规格Institute of Electrical and Electronic Engineers ·Speaker:喇叭 ·Printer:打印机 ·Scanner:扫描仪 ·UPS:不断电系统 ·SCSI:指SCSI接口规格Small Computer System Interface,SCSI接口装置泛指采用SCSI接口的各种设备 ·GHz:中央处理器运算速度G赫兹/每秒 ·FSB:指“前端总线(Front Side Bus)”频率,以MHz为单位 ·PCI:外围装置连接端口Peripheral Component Interconnect ·ATX:指目前电源供应器的规格,也指主机板标准大小尺寸 ·BIOS:硬件(输入/输出)基本设置程序Basic Input Output System ·CMOS:储存BIOS基本设置数据的记忆芯片Complementary Metal-Oxide Semiconductor ·POST:开机检测Power On Self Test ·OS:操作系统Operating System ·Windows:窗口操作系统,图形接口

计算机常用英语词汇大全

、 计算机常用英语词汇大全 CPU(Center Processor Unit)中央处理单元 mainboard主板 RAM(random access memory)随机存储器(内存) ROM(Read Only Memory)只读存储器 Floppy Disk软盘 Hard Disk硬盘 CD-ROM光盘驱动器(光驱) , monitor监视器 keyboard键盘 mouse鼠标 chip芯片 CD-R光盘刻录机 HUB集线器 Modem= MOdulator-DEModulator,调制解调器 P-P(Plug and Play)即插即用 , UPS(Uninterruptable Power Supply)不间断电源 BIOS(Basic-input-Output System)基本输入输出系统 CMOS(Complementary Metal-Oxide-Semiconductor)互补金属氧化物半导体

setup安装 uninstall卸载 wizzard向导 OS(Operation Systrem)操作系统OA(Office AutoMation)办公自动化、 exit退出 edit编辑 copy复制 cut剪切 paste粘贴 delete删除 select选择 find查找 · select all全选 replace替换 undo撤消 redo重做 program程序 license许可(证) back前一步 next下一步

] finish结束 folder文件夹 Destination Folder目的文件夹 user用户 click点击 double click双击 right click右击 settings设置 … update更新 release发布 data数据 data base数据库 DBMS(Data Base Manege System)数据库管理系统view视图 insert插入 object对象 ; configuration配置 command命令 document文档 POST(power-on-self-test)电源自检程序 cursor光标

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

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

计算机常用英语【电脑中常见的英语】

常见的英语 Advanced 高級 CPU(Center Processor Unit)中央处理单元 mainboard主板 RAM(random access memory)随机存储器(内存) ROM(Read Only Memory)只读存储器 Floppy Disk软盘 Hard Disk硬盘 CD-ROM光盘驱动器(光驱) monitor监视器 keyboard键盘 mouse鼠标 chip芯片 CD-R光盘刻录机 HUB集线器 Modem= MOdulator-DEModulator,调制解调器 P-P(Plug and Play)即插即用 UPS(Uninterruptable Power Supply)不间断电源 BIOS(Basic-input-Output System)基本输入输出系统 CMOS(Complementary Metal-Oxide-Semiconductor)存储bios信息的芯片setup安装 uninstall卸载 wizzard向导 OS(Operation Systrem)操作系统 OA(Office AutoMation)办公自动化 exit退出 edit编辑 copy复制 cut剪切 paste粘贴 delete删除 select选择 find查找 select all全选 replace替换 undo撤消 redo重做 program程序 license许可(证) back前一步 next下一步 finish结束

folder文件夹 Destination Folder目的文件夹 user用户 click点击 double click双击 right click右击 settings设置 update更新 release发布 data数据 data base数据库 DBMS(Data Base Manege System)数据库管理系统 view视图 insert插入 object对象 configuration配置 command命令 document文档 POST(power-on-self-test)电源自检程序cursor光标 attribute属性 icon图标 service pack服务补丁 option pack功能补丁 Demo演示 short cut快捷方式 exception异常 debug调试 previous前一个 column行 row列 restart重新启动 text文本 interface界面 function函数 access访问 manual指南 active激活 computer language计算机语言 menu菜单 GUI(graphical user interfaces )图形用户界面 template模版

计算机英语-计算机常用英语词汇表

计算机常用英语词汇表 高频700单词 一、硬件类(Hardware) ('hɑ:dwε?) CPU(Center Processor Unit)中央处理单元('sent?'pr?uses?'ju:nit)Main board主板(mein b?:d) RAM(random access memory)随机存储器(内存)('r?nd?m '?kses 'mem?ri) ROM(Read Only Memory)只读存储器(ri:d '?unli 'mem?ri) Floppy Disk 软盘('fl?pi disk) Hard Disk 硬盘(hɑ:d disk) CD-ROM 光盘驱动器(光驱) monitor 监视器('m?nit?) keyboard 键盘('ki:b?:d) mouse 鼠标(maus) chip 芯片(t?ip) CD-R 光盘刻录机 HUB 集线器 Modem= MOdulator-DEModulator, 调制解调器('m?udem'm?djuleit?di:'m?djuleit?) P-P(Plug and Play) 即插即用(pl?ɡplei) UPS(Uninterruptable Power Supply) 不间断电源(?nint?'r?pt?b?l

pau?s?'plai) BIOS(Basic-input-Output System) 基本输入输出系统('beisik 'input 'autput 'sist?m) CMOS(Complementary- Metal-Oxide-Semiconductor) (k?mpli'ment?ri 'met?l '?ksaid semik?n'd?kt?)互补金属氧化物半导体 setup安装(set?p) uninstall卸载(?nin'st?:l) wizzard向导('wiz?d) OS(Operation System)操作系统(?p?'rei??n 'sist?m) OA(Office AutoMation)办公自动化('?fis ?:t?'mei??n) edit编辑('edit) copy复制('k?pi) cut剪切(k?t) paste粘贴(peist) delete删除 (di'li:t) select选择 (si'lekt) find查找 (faind) select all全选 (si'lekt ?:l) replace替换 (ri'pleis) undo撤消 (?n'du:) redo重做 ([ ri:'du:) program程序('pr?uɡr?m)

最完整的计算机中的常用英语单词大全

A Active-matrix主动距陈 Adapter cards适配卡 Advanced application高级应用Analytical graph分析图表 Analyze分析 Animations动画 Application software 应用软件Arithmetic operations算术运算 Audio-output device音频输出设备Access time存取时间 access存取 accuracy准确性 ad network cookies广告网络信息记录软件 Add-ons附软件 Address地址 Agents代理 Analog signals模拟信号 Applets程序 Asynchronous communications port异步通信端口 Attachment附件 B Bar code条形码 Bar code reader条形码读卡器 Basic application基础程序 Binary coding schemes二进制译码方案Binary system二进制系统 Bit比特 Browser浏览器 Bus line总线 Backup tape cartridge units备份磁带盒单元 Bandwidth带宽 Bluetooth蓝牙 Broadband宽带 Browser浏览器 Business-to-business企业对企业电子商务 Business-to-consumer企业对消费者Bus总线C Cables连线 Cell单元箱 Chain printer链式打印机 Character and recognition device字符标识识别设备 Chart图表 Chassis支架 Chip芯片 Clarity清晰度 Closed architecture封闭式体系结构Column列 Combination key结合键 computer competency计算机能力connectivity连接,结点 Continuous-speech recognition system 连续语言识别系统 Control unit操纵单元 Cordless or wireless mouse无线鼠标Cable modems有线调制解调器 carpal tunnel syndrome腕骨神经综合症CD-ROM可记录光盘 CD-RW可重写光盘 CD-R可记录压缩光盘 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 act of 1988计算机查找和隐

计算机专业英语翻译

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

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

计算机专业术语大全(中-英文版)

******************************* <计算机专业术语大全(中~英文版)> ******************************* #include class Myclas { private: int m-number; public void setNumber(int number) { m-number = number; } int getNumber() { return m-number } }; void showMe() { cout<<"我是一个类"<

} 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-总线周期

计算机专业英语翻译题

Text A https://www.doczj.com/doc/5c13785250.html,puter 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 B 1.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计算机。 2.While expensive, these machines started the trend for computers within common households. 虽然昂贵,这些机器启动电脑的趋势在普通家庭。 3.Two years later ,the Harvard Mark I computer was developed, furthering the science of computing 两年后,哈佛大学马克一号电脑的开发,促进了科学计算。

计算机英语词汇大全

计算机英语词汇表scope范围 singleton单例 security安全性 proxy代理,代理人 dynamic态的 target目标 annotation注解,注释 persistent持续,持久 transient瞬时的 detached分开的,分离的,离线的 lifecycle生命周期,生活周期 column纵队 declare声明,定义 procedure程序 compilation编辑 application应用程序,应用软件 variable变量 apply申请,应用 library库,图书馆,藏书室

style风格 appearance外观,外貌, compiler编译器 debug调试,调试工具general常规 restore 恢复 external default默认(值),缺省(值) compare比较 content内容 automatic自动的 explorer资源管理器development发展platform平台 console控制台 external外部的 refresh更新 export导出,输出 task任务,作业 navigate导航,航行,航海,航空hierarchy层次,层级feature插件

preference优先选择,首选项description 描述 disabled不可用 disable不可用 manual手的,手动的,手册,指南structural结构的,建筑的enable可用的 location路径 redeploy重新部署 extract截取,拔出,榨取,摘录,析取syntax语法 position位置,决定...的位置certain确定的 decimal小数,十进的,小数的 A abstract抽象的abstractbaseclass(ABC)抽象基类abstractclass抽象类 abstraction抽象、抽象物、抽象性access 存取、访问accessfunction访问函数accesslevel访问级别

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

Unit 8 Computer Networking Text 1 Data Communications The end equipment can be computers, printers, keyboards, CRTs, and so on.They are either generates the digital information for transmission or uses 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 communications equipment. The communication equipment is owned and maintained by Telco. Data communications 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等。它们可以生成要发送的数字信息,也可以使用所接收的数字数据。这种设备通常在内部以字为单位处理数字信息。 DTE一般称为数据终端设备。辅助设备一方的相应设备是工作站控制器(STACO)。同时,DTE也是数据链路系统中属于用户端的最后一个设备。在两个DTE之间,先是调制解调器,接着是属于Telco电话公司维护的通信设备。数据通信设备(DCE)从DTE接收串行数据流,并将其转换成适合于在语音线路上发送的某种模拟信号形式。在接收端,DCE完成相反的功能,把接收到的模拟信号转换成串行数字数据流。最简单的DCE是调制解调器或数据传送机。在发送端,调制解调器可以视为一种数/模转换器,而在接收端则可视为一种模/数转换器。 Text 2 Architecture of Computer Networks Computer network is a complex unit, it consists of two or more connected computing units. It is used for the purpose of data communication and resource sharing. Design of a network and its logical structure should comply with a set of design principles. They include: the organization of functions, the description of data formats and procedure. In the following two sections we will discuss two important network architectures, the OSI reference model and the TCP/IP reference model. (1)the OSI reference model The OSI (open systems interconnection) model was created by the ISO. This model is a foundation for comparing protocols; However, more protocols deviate from the rules set up by the OSI model. The OSI model has seven layers. Note that the OSI model itself is not a network architecture.

计算机英语词汇大全

一、硬件类(H a r d w a r e) 二、软件类(S o f t w a r e) 三、网络类(N e t w o r k) 四、其它CPU(Center Processor Unit)中央处理单元main board主板 RAM(random access memory)随机存储器(内存) ROM(Read Only Memory)只读存储器Floppy Disk软盘 Hard Disk硬盘 CD-ROM光盘驱动器(光驱) monitor监视器 keyboard键盘 mouse鼠标 chip芯片 CD-R光盘刻录机 HUB集线器 Modem= Modulator Demodulator,调制解调器P-P(Plug and Play)即插即用 UPS(Uninterruptible Power Supply)不间断电源 BIOS(Basic-input-Output System)基本输入输出系统 CMOS(Complementary Metal-Oxide-Semiconductor)互补金属氧化物半导体 setup安装 uninstall卸载 wizard向导 OS(Operation System)操作系统 OA(Office Automation)办公自动化 exit退出 edit编辑 copy复制 cut剪切 paste粘贴 delete删除 select选择 find查找

select all全选 replace替换 undo撤消 redo重做 program程序 license许可(证) back上一步 next下一步 finish结束 folder文件夹 Destination Folder目的文件夹user用户 click点击 double click双击 right click右击 settings设置 update更新 release发布 data数据data base数据库 DBMS(Data Base Manage System)数据库管理系统 view视图 insert插入 object对象 configuration配置 command命令 document文档 POST(power-on-self-test)电源自检程序 cursor光标 attribute属性 icon图标 service pack服务补丁 option pack功能补丁 Demo演示 short cut快捷方式 exception异常 debug调试 previous前一个

相关主题
相关文档 最新文档