数据库专业英语
数据库 专业英语翻译
数据库数据库(Database)是按照数据结构来组织、存储和管理数据的仓库,它产生于距今五十年前,随着信息技术和市场的发展,特别是二十世纪九十年代以后,数据管理不再仅仅是存储和管理数据,而转变成用户所需要的各种数据管理的方式。
数据库有很多种类型,从最简单的存储有各种数据的表格到能够进行海量数据存储的大型数据库系统都在各个方面得到了广泛的应用。
一.数据管理的诞生数据库的历史可以追溯到五十年前,那时的数据管理非常简单。
通过大量的分类、比较和表格绘制的机器运行数百万穿孔卡片来进行数据的处理,其运行结果在纸上打印出来或者制成新的穿孔卡片。
而数据管理就是对所有这些穿孔卡片进行物理的储存和处理。
然而,1 9 5 1 年雷明顿兰德公司(Remington Rand Inc.)的一种叫做Univac I 的计算机推出了一种一秒钟可以输入数百条记录的磁带驱动器,从而引发了数据管理的革命。
1956 年IBM生产出第一个磁盘驱动器——the Model 305 RAMAC。
此驱动器有50 个盘片,每个盘片直径是2 英尺,可以储存5MB的数据。
使用磁盘最大的好处是可以随机地存取数据,而穿孔卡片和磁带只能顺序存取数据。
数据库系统的萌芽出现于60 年代。
当时计算机开始广泛地应用于数据管理,对数据的共享提出了越来越高的要求。
传统的文件系统已经不能满足人们的需要。
能够统一管理和共享数据的数据库管理系统(DBMS)应运而生。
数据模型是数据库系统的核心和基础,各种DBMS 软件都是基于某种数据模型的。
所以通常也按照数据模型的特点将传统数据库系统分成网状数据库、层次数据库和关系数据库三类。
二.结构化查询语言(SQL)1974 年,IBM的Ray Boyce和Don Chamberlin将Codd关系数据库的12条准则的数学定义以简单的关键字语法表现出来,里程碑式地提出了SQL(Structured Query Language)语言。
计算机专业英语名词翻译
第一章(计算机系统概论)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 数据库管理员。
电子信息类专业英语unit 11 Database
·rest with意思为“取决于,属于…的权 限”,它在由since引导的原因状语从句中作 谓语。
[3] A non-management employee would probably have no access privileges to the payroll data and could neither inquire about nor change the data.
• The portion of a playing field having specific dimensions on which the action of a game takes place. 比赛场地
2023/3/13
《电子信息工程专业英语教程》
15
Field in dictionary
Unit 11 Database 数据库 (p137)
Passage A Database: A Better Way to Manage and Organize Data
Passage B DBMS and Data Independence, Integrity,Security
Passage C Database System and Three Data Models
2023/3/13
《电子信息工程专业英语教程》
21
Approach in text
In a traditional approach using COBOL programs, each individual COBOL application program that used that particular field would have to be changed, recompiled, and retested. COBOL语言编程的习惯方法是:每个独 立的使用了这种字段的COBOL应用程序 都要修改、重新编译并检测。来自field in text
大学生专业英语词汇总结
大学生专业英语词汇总结随着全球化时代的到来,跨国公司、国际组织以及各种国际活动的频繁出现,英语作为国际交流的基本语言,成为了每一个大学生必备的技能之一。
作为大学英语的学习者,熟练掌握专业英语词汇不仅是提升英语水平的必要条件,也是迈向专业领域的重要基础。
下面是本文为大家总结的大学生专业英语词汇:一、商务英语1. revenue –收入\n2. profit –利润\n3. sales –销售额\n4. market –市场\n5. brand –品牌\n6. strategy –策略\n7. investment –投资\n8. competition –竞争\n9. target market –目标市场\n10. advertising –广告二、计算机科学1. algorithm –算法\n2. database –数据库\n3. programming –编程\n4. software –软件\n5. hardware –硬件\n6. network –网络\n7. code –代码\n8. operating system –操作系统\n9. debugging –调试\n10. user interface –用户界面三、金融学1. interest rate –利率\n2. stock –股票\n3. bond –债券\n4. investment –投资\n5. risk –风险\n6. liquidity –流动性\n7. asset –资产\n8. liability –负债\n9. hedge fund –对冲基金\n10. derivatives –衍生品四、法律1. contract –合同\n2. litigation –诉讼\n3. liability –责任\n4. precedent –先例\n5. intellectual property –知识产权\n6. arbitration –仲裁\n7. legal system –法律体系\n8. judgment –判决\n9. plaintiff –原告\n10. defendant –被告五、医学1. diagnosis –诊断\n2. treatment –治疗\n3. surgery –手术\n4. medication –药物\n5. patient –病人\n6. symptom –症状\n7. disease –疾病\n8. surgery –外科学\n9. anatomy –解剖学\n10. physiology –生理学六、教育学1. curriculum –课程\n2. pedagogy –教学法\n3. assessment –评估\n4. classroom management –课堂管理\n5. educational psychology –教育心理学\n6. learning outcomes –学习成果\n7. special education –特殊教育\n8. differentiated instruction –差异化教学\n9. educational research –教育研究\n10. teaching strategies –教学策略七、国际关系1. sovereignty –主权\n2. diplomacy –外交\n3. globalization –全球化\n4. non-governmental organization (NGO) –非政府组织\n5. international law –国际法\n6. foreign policy –外交政策\n7. human rights –人权\n8. conflict resolution –冲突解决\n9. international trade –国际贸易\n10. international governance –国际治理八、建筑设计1. blueprint –蓝图\n2. architecture –建筑学\n3. building materials –建筑材料\n4. interior design –室内设计\n5.construction –建筑工程\n6. sustainable design –可持续设计\n7. building code –建筑规范\n8. structural engineering –结构工程\n9. landscape architecture –景观设计\n10. urban planning –城市规划以上是本文总结的大学生专业英语词汇,涵盖了商务、计算机科学、金融学、法律、医学、教育学、国际关系、建筑设计等多个专业领域。
计算机专业英语单词中英文对照
application 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内存microcomputer微型机microprocessor微处理器midrange computer中型机minicomputer小型计算机modem调制解调器monitor监视器mouse鼠标network网络notebook computer笔记本电脑operating system操作系统optical disk光盘output device输出设备palm computer掌上电脑peoplepersonal 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工作表address 地址Advanced Research Project Agency Network (ARPANET) 阿帕网applets小程序attachment附件auction house site拍卖行网站browser浏览器business-to-business (B2B)企业对企业电子商务business-to-consumer (B2C) 企业对消费者电子商务cable电缆carder信用卡持有者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电子商务e-mail电子邮件file transfer protocol (FTP)文件传输协议electronic mail电子邮件filter过滤器friend朋友header标题hit记录hyperlink超链接Hypertext Markup Language (HTML)超文本标识语言instant messaging (IM)即时通信Internet因特网Internet security suite网络安全套件Internet service provider (ISP)网络服务提供商Javakeyword search关键词搜索link链接location定位message讯息,信息metasearch engine元搜索引擎national service provider国家级服务提供商online在线online banking网上银行online shopping网上购物online stock trading网上股票交易person-to-person auction site人与人的拍卖网站plug-in插件protocol协议search engine搜索引擎search service搜索服务器signature line签名档social networking社会网络spam垃圾邮件spam blocker垃圾邮件拦截器specialized search engine专门搜索引擎spider蜘蛛程序subject主题surf上网top-level domain (TLD)顶级域名uniform resource locator (URL)统一资源定位器universal instant messenger普遍即时通信器uploading上传Web网络Web auction网上拍卖Web-based application网络基础应用Web-based services网络基础服务Webmaster网络管理员Web page网页Web utility网络工具wireless modem无线调制解调器wireless service provider无线服务提供商analytical graph分析图表application software应用软件Autocontent Wizard内容提示向导basic applications基础应用软件bulleted list项目符号列表business suite商业套装软件button按钮cell单元格character effect字符效果chart图表column列computer 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 [θisɔ:rəs]分类词汇集toolbar工具栏user interface用户界面utility suite实用套装软件what-if analysis假设分析window窗口word processor文字处理软件word wrap自动换行workbook file工作簿worksheet工作表animation动画artificial intelligence (AI)人工智能artificial reality人工现实audio editing software音频编辑软件bitmap image位图blog博客button按钮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[piksəl]像素raster image光栅图像robot机器人robotics机器人学stock photographs照片库story board故事板,节目顺序单vector[vektə]矢量vector illustration矢量图vector image矢量图像video editing software视频编辑软件virtual environments虚拟环境virtual reality虚拟现实virtual reality modeling language (VRML)虚拟现实建模语言virtual reality wall虚拟现实墙VR虚拟现实Web authoring网络编程Web authoring program网络编辑程序Web log网络日志Web page editor网页编辑器Add Printer Wizard添加打印机向导antivirus program反病毒程序Backup备份backup program备份程序Boot Campbooting启动、引导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文件file compression program文件压缩程序folder文件夹fragmented碎片化graphical user interface (GUI)图形用户界面Help帮助icon图标language translator语言编译器Leopard[lepəd]雪豹操作系统LinuxMac OS Mac操作系统Mac OS X menu菜单multitasking多任务处理network operating systems(NOS)网络操作系统network server网络服务器One Button Checkup一键修复operating system操作系统platform平台pointer 指针sectors[sektə]扇区software environment软件环境Spotlight热点stand-alone operating system独立操作系统system software系统软件Tiger老虎操作系统tracks磁道troubleshooting program故障检修程序uninstall program卸载程序UNIXuser interface用户界面utility实用程序utility suite实用套装软件virus[vaiərəs]病毒warm boot热启动window窗口Windows视窗操作系统Windows Update Windows更新Windows VistaWindows XPAC adapter交流适配器accelerated graphics port(AGP)图形加速端口analog 模拟arithmetic-logic unit(ALU)算术逻辑单元arithmetic operation算术运算SCII美国信息交换标准码binary coding scheme二进制编码制bit位bus总线bus line总线线路bus width总线线宽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膝式计算机microprocessor微处理器motherboard主板musical instrument digital interface(MIDI)乐器数字接口network adapter card网络适配卡network interface card(NIC)网络接口卡notebook system unit笔记本parallel ports并行端口parallel processing并行处理PC card个人计算机插卡PCI Express(PCIe)peripheral component interconnect (PCI)外围部件互联personal digital assistant (PDA) 个人数字助理active-matrix monitor有源矩阵显示器bar code条形码bar code reader条形码阅读器bar code scanner条形码扫描仪cathode-ray tube monitor (CRT)阴极射线管显示器clarity清晰度combination key组合键cordless mouse无线鼠标data projector数据投影仪digital camera数码照相机digital media player数字媒体播放器digital music player数码音乐播放器digital video camera数码影像摄录机display screen显示屏dot-matrix printer点阵式打印机dot pitch点距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激光打印机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 (RFID)射频卡阅读器radio frequency identification射频识别refresh rate刷新率resolution分辨率roller ball滚动球shared laser printer共享激光打印机speakers扬声器stylus[stailəs]输入笔technical writer技术文档编写员telephony[tilefəni]电话学terminal终端thermal printer[θə:məl]热敏打印机thin client瘦客户端thin film transistor monitor薄膜晶体管显示器toggle key切换键touch pad触控板touch screen触摸屏trackball轨迹球traditional keyboard传统键盘Universal Product Code (UPC)统一产品编码voice recognition system (VoIP)语音识别系统Voice over IP IP语音wand reader条形码阅读器WebCam摄像头wheel button滚动键wireless keyboard无线键盘wireless mouse无线鼠标access speed存取速度Blu-Ray(BD)蓝光capacity容量CD (compact disc)光盘CD-R (CD-recordable)可录式CDCD-ROM (compact disc-read only memory)只读光盘CD-ROM jukebox点唱机CD-RW (compact disc rewritable)可重写CD cylinder[silində]柱面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)可录式DVDDVD-RAM(DVD random-access memory) DVD随机存取器DVD-ROM(DVD random-read-only memory) DVD只读存储器DVD-ROM jukebox DVD-RW (DVD rewritable)可重写DVD DVD+RW (DVD rewritable)可重写DVDenterprise storage system企业存储系统erasable optical disk可擦光盘file compression文件压缩file decompression文件解压缩file server文件服务器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)高清DVD head crash磁头碰撞hi def(high definition)高清high-capacity disk高容量磁盘internal hard disk内置硬盘Internet hard drive网络硬盘驱动器label标签land(凸)平地magnetic tape磁带magnetic tape reel磁带盒magnetic tape streamer磁带条mass storage大容量存储器mass storage driver大容量存储器驱动media多媒体optical disk光盘optical disk driver光盘驱动器organizational Internet storage组织性网络存储PC Card hard disk PC卡硬盘pit凹primary storage主存RAID system磁盘阵列系统redundant array of inexpensive disks(RAID)廉价磁盘冗余阵列secondary storage辅存secondary storage driver辅存驱动器sector扇区sequential access顺序存取Shutter快门software engineer软件工程师solid-state storage固态存储器storage devices存储装置tape cartridge盒式磁带track轨道USB drive USB驱动器write-protection notch写入保护缺口。
数据库系统工程师-计算机专业英语(三)_真题-无答案
数据库系统工程师-计算机专业英语(三)(总分44,考试时间90分钟)In (85) software, one question of near-universal interest is how rapidly Windows NT, which began shipping last summer, will be (86) in the marketplace and for what uses. For the most part, observers are (87) about the operating system's long term prospects, but expect it to remain on (88) rather than desktops during 1994, saying that it won't become a mainstream product until (89) PCs typically have 16 to 24 MB of RAM, which is unlikely to happen next year.1. A. applications B. accepted C. clients D. enthusiasticE. serversF. desktopG. systemsH. replaced2. A. applications B. accepted C. clients D. enthusiasticE. serversF. desktopG. systemsH. replaced3. A. applications B. accepted C. clients D. enthusiasticE. serversF. desktopG. systemsH. replaced4. A. applications B. accepted C. clients D. enthusiasticE. serversF. desktopG. systemsH. replaced5. A. applications B. accepted C. clients D. enthusiasticE. serversF. desktopG. systemsH. replacedObject-oriented DBMS integrated a variety of (81) data types-such as business procedures, graphics, pictures, voice and annotated text.Object orientation also makes a (82) to application development efficiency. It makes the data, functions, attributes, and relationships an integral part of the (83) . In this way, objects can be reused and replicated.Some leading RDBMS vendors support the concept of integrating object management capabilities with their current line of relational products. That capability enable users to the development cycle, since integrity logic and business roles no longer need to be programmed (84) each application.6. A. tool B. in C. idea D. contributionE. jokeF. shortG. objectH. theoreticalI. extent J. shorten K. real-world L. into7. A. tool B. in C. idea D. contributionE. jokeF. shortG. objectH. theoreticalI. extent J. shorten K. real-world L. into8. A. tool B. in C. idea D. contributionE. jokeF. shortG. objectH. theoreticalI. extent J. shorten K. real-world L. into9. A. tool B. in C. idea D. contributionE. jokeF. shortG. objectH. theoreticalI. extent J. shorten K. real-world L. intoA local-area network (LAN) is a communications network that (125) a variety of devices and provides a (126) for information exchange among those devices. The scope of the LAN is small typically a single building or a cluster (丛) of buildings. The LAN is usually owned by the same organization that owns the (127) devices. The internal data rate of LAN is at least several Mb/s.The basic of **munication is broadcasting. At each station, there is a transmitter/receiver **municates over a (128) shared, By other stations. A transmission from any one station is (129) to and received by all other stations.10. A. broadcast B. cable C. controlD. interconnectsE. internetF. meanderG. means H. medium I. modemJ. output switch relay11. A. broadcast B. cable C. controlD. interconnectsE. internetF. meanderG. means H. medium I. modemJ. output switch relay12. A. broadcast B. cable C. controlD. interconnectsE. internetF. meanderG. means H. medium I. modemJ. output switch relay13. A. adopted B. attachedC. selectedD. unified14. A. broadcast B. cable C. controlD. interconnectsE. internetF. meanderG. means H. medium I. modemJ. output switch relayMelissa and LoveLetter made use of the trust that exists between friends or colleagues. Imagine receiving an (16) from a friend who asks you to open it. This is what happens with Melissa and several other similar email (17) . Upon running, such worms usually proceed to send themselves out to email addresses from the victim's address book, previous emails, web pages (18) .As administrators seek to block dangerous email attachments through the recognition of well-known (19) , virus writers use other extensions to circumvent such protection. Executable (.exe) files are renamed to .bat and .cmd plus a whole list of other extensions and will still run and successfully infect target users.Frequently, hackers try to penetrate networks by sending an attachment that looks like a flash movie, which, while displaying some cute animation, simultaneously **mands in the background to steal your passwords and give the (20) access to your network.15. A. attachment B. packet C. datagram D. message16. A. virtual B. virus C. worms D. bacteria17. A. memory B. caches C. ports D. registers18. A. names B. cookies C. software D. extensions19. A. cracker B. user C. customer D. clientThe relational database model requires the data be (110) through programs that don't rely on the position of the data in the database. This is in direct (111) to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program (112) a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and (113) the information. The (114) on how the search is done are specific to the DBMS and vary from product to product.20. A. accessed B. moved C. read D. wrote21. A. conduct B. contract C. contrast D. construct22. A. consulting B. containing C. querying D. queuing23. A. erases B. provides C. proves D. values24. A. details B. documents C. tails D. tenantsNetwork managers have long (140) practical voice-over-IP (VOIP) solutions. VOIP (141) ease network management and decreases costs by converging a company's telephony and data infrastructures into one network. And a VOIP solution implemented at a company's head-quarters with far-reaching branch offices can (142) tremendous amounts of (143) in long distance phone bills, provided that solution delivers POTS-like voice (144) over the Internet.25. A. await B. awaited C. awaiting D. awaits26. A. promise B. promised C. promises D. promising27. A. get B. put C. save D. waste28. A. cash B. money C. space D. time29. A. frequency B. length C. quality D. quantity(31) analysis emphasizes the drawing of pictorial system models to document and validate both existing and/or proposed systems. Ultimately, the system models become the (32) for designing and constructing an improved system. (33) is such a technique. The emphasis in this technique is process-centered. Systems analysts draw a series of process models called (34) . (35) is another such technique that integrates data and process concerns into constructs called objects.30. A. Prototyping B. Accelerated C. Model-driven D. Iterative31. A. image B. picture C. layout D. blueprint32. A. Structured analysis B. Information EngineeringC. Discovery PrototypingD. Object-Oriented analysis33. A.PERT B. DFD C. ERD D. UML34. A. Structured analysis B. Information EngineeringC. Discovery PrototypingD. Object-Oriented analysisWhile most recent attention in the AI field has been focused on expert system software, AI (66) has also seen dramatic advances. Activity in the past years was characterized by new low-cost, powerful Lisp machines, the introduction of AI workstations, **pilers becoming available for all major professional and engineering workstations, and the **puter emerging as a (67) . tool for expert system development. The next few years will see this technology evolves further.Because the (68) of an AI computer represents a sizable investment, companies should carefully (69) all options that are available as well as have a good idea of what the next generation of systems will offer in order to (70) the optimum system. This publication provides the information necessary to gain this understanding.35. A. choice B. read C. important D. softwareE. hardwareF. significantG. emergenceH. surveyI. purchase J. select36. A. choice B. read C. important D. softwareE. hardwareF. significantG. emergenceH. surveyI. purchase J. select37. A. choice B. read C. important D. softwareE. hardwareF. significantG. emergenceH. surveyI. purchase J. select38. A. choice B. read C. important D. softwareE. hardwareF. significantG. emergenceH. surveyI. purchase J. select39. A. choice B. read C. important D. softwareE. hardwareF. significantG. emergenceH. surveyI. purchase J. selectA typical (160) language contains an applicative sub-language which approximates the mathematical abstractions of "timeless" functions applied to "spaceless" values, where the actual operation sequences and use of storage space during expression evaluation are organized behind the (161) . In this setting, values are data structures of low volume, typically a **puter words or less, which means that an illusion of spacelessness can be realized by having (162) results during expression evaluation stored at the discretion of the language implementation, and effecting parameter (163) and (164) operations through value copying.40. A. imperative B. mandatory C. compulsory D. voluntary41. A. foreground B. background C. screen D. scenes42. A. middle B. intermediate C. previous D. final43. A. transverse B. transportation C. transmission D. translation44. A. assignment B. design C. value D. dispatch。
数据库专业英语
数据库专业英语文章摘要:数据库专业英语是指与数据库相关的专业术语和表达方式,它涉及到数据库的基本概念、结构、设计、操作、管理、应用等方面。
掌握数据库专业英语对于学习和使用数据库技术是非常有益的,可以提高沟通和理解的效率,也可以拓展知识和视野。
本文将介绍一些常用的数据库专业英语,包括数据模型、数据操作、数据分析、数据安全等,并给出中英文对照的表格,以便于读者参考和学习。
1. 数据模型数据模型(Data Model)是对现实世界特征的数字化的模拟和抽象,它描述了数据的结构、属性、联系和约束。
不同的数据模型有不同的特点和适用范围,常见的数据模型有层次模型(Hierarchical Model)、网状模型(Network Model)、关系模型(Relational Model)、对象模型(Object Model)等。
下表列出了一些与数据模型相关的专业英语:中文英文数据Data数据库Database数据库管理系统Database Management System (DBMS)数据字典Data Dictionary数据仓库Data Warehouse数据湖Data Lake实体Entity属性Attribute域Domain关系Relation元组Tuple主键Primary Key外键Foreign Key视图View索引Index约束Constraint2. 数据操作数据操作(Data Manipulation)是指对数据库中的数据进行增加、删除、修改和查询等操作,通常使用一种称为结构化查询语言(Structured Query Language,简称SQL)的标准语言。
SQL语言分为数据定义语言(Data Definition Language,简称DDL)、数据操纵语言(Data Manipulation Language,简称DML)、数据控制语言(Data Control Language,简称DCL)等部分。
计算机专业英语 考试词汇
第1章Introduction to the Digital Computer数字计算机:digital computer数据处理系统:data processing system程序设计:programming程序语句:statement真空管:vacuum-tube晶体管:transistor电子线路:electronic circuitry集成电路:IC integrated circuit大规模集成电路:LSI large scale integration 或者large scale integrated circuit开关:switch计算:computation变量:variable算法:algorithm信息技术:information technology程序设计语言:programming language数据库:database操作系统:operating system软件工程:software engineering编译程序:compiler编辑程序:editor加法器:adder计数器:counter计算机网络:computer network人机接口:human-computer interface增加:insert删除:delete更新:update检索:retrieval软件:software硬件:hardware外部设备:peripheral输入设备:input unit输出设备:output unit存储器:memory unit中央处理器:CPU central processing unit键盘:keyboard视频显示终端:video display terminal主存储器:main memory辅助存储器:auxiliary memory内部存储器:internal memory外部存储器:external memory 半导体:semiconductor磁鼓:magnetic drum磁盘:magnetic disk磁带:magnetic tape软盘:floppy disk硬盘:hard disk通用计算机:general-purpose computer专用计算机:special-purpose computer算数逻辑单元:ALU arithmetic and logic unit 寄存器:register随机访问存储器:RAM random-access memory只读存储器:ROM read-only memory应用软件:application software系统软件:system software公共总线:common bus时钟脉冲:clock pulse最高有效位:most significant bits最低有效位:least significant bits第2章Basic Digital-Logic Devices逻辑门电路:logic gates微处理器:microprocessor真值表:truth table补码:complement波形:waveform电位:potential运算器:operator组合逻辑:combinatorial logic晶体管晶体管逻辑电路:TTL transistor-transistor logic推拉输出电路:totem-pole output门控锁存器:gated latch选通脉冲:strobe反相器:inverter组合电路:combinational circuit 布尔函数:Boolean function译码器:decoder触发器:flip-flop低电平有效:active-low高电平有效:active-high边沿触发型触发器:edged-triggered flip-flop 凹陷电平、门槛电平:threshold level上升沿:rising edge下降沿:falling edge移位寄存器:shift register双向移位寄存器:bi-directional shift register 并行传送:parallel transfer二进制计数器:binary counter正反馈:positive feedback 负反馈:negative feedback第3章Programming the Computer机器指令:machine instructions二进制代码:binary code八进制代码:octal code十六进制代码:hexadecimal code符号代码:symbolic code汇编程序:assembler编译程序:compiler面向用户的:user-oriented面向问题的:problem-oriented操作数:operand汇编语言指令:assembly language instructions微处理器:microprocessor机器代码:machine code源程序:source code操作码:opcode助记符:mnemonic累加器:accumulator源操作数:source operand目的操作数:destination operand注释:comment寻址方式:addressing mode直接寻址:direct addressing间接寻址:indirect addressing存储器有效地址:EA effective memory address 偏移量:offset索引、变址:index指针寄存器:pointer register变址寄存器:index register基址寄存器:base register基址指针寄存器:base pointer register目的变址寄存器:destination index register 源变址寄存器:source index register精简指令集计算机:RISC reducedinstruction set computer流水线:pipeline结构化语言:structured language程序块结构:block structure块结构语言:block structure language面向问题的程序设计语言:problem orientedprogramming language面向机器的程序设计语言:machine oriented programming language类:class继承:inheritance对象:object人工智能:artificial intelligence封装:encapsulation多态性:polymorphism域名:domain name系统管理员:system administrator第4章The Computer Memory通用计算机:general-purpose computers主存:main memory辅存:auxiliary memory高速缓冲存储器:cache memory随机访问存储器:RAM random accessmemory只读存储器:ROM read-only memory存储单元:memory cell常量:constant数组、矩阵:array可编程只读存储器:PROM programmable read-only memory可擦除可编程只读存储器:EPROM erasable programmable read-only memory电可擦除可编程只读存储器:EEPROM electrically erasable programmable read-only memory半导体集成电路:semiconductor integrated circuit电容器:capacitor 放电:discharge引导装入模块:bootstrap loader初始化程序:initial program金属氧化物半导体:MOS metal oxide semiconductor多道程序设计:multiprogramming重定位:relocation软盘:floppy disk磁泡存储器:magnetic bubble memory软扇区磁盘:soft-sectored disk硬扇区磁盘:hard-sectored disk磁道:track柱面:cylinder固件:firmware虚拟地址:virtual address地址空间:address space物理地址:physical address存储空间:memory space磁盘操作系统:DOS disk operating system第5章Input/Output Devices监视器:monitor点距:dot pitch电子枪:electron gun荧光体:phosphor阴极射线管:CRT cathode ray tube分辨率:resolution视频信号:video signal带宽:bandwidth用户手册:owner’s manual软拷贝:softcopy硬拷贝:hardcopy显微胶片:microfilm光栅、扫描线:raster象素:pixel垂直分辨率:vertical resolution水平分辨率:horizontal resolution彩色图形适配器:CGA color graphics adapter增强型图形适配器:EGA extended graphics adapter主板:motherboard位映射图像:bit-mapped graphics字符映射显示:character-mapped display液晶显示器:LCD liquid crystal display 触摸屏:touch panel图标:icon发光二极管:LED light-emitting diode坐标:coordinate打字机:typewriter控制台:console远程终端:remote terminal大写字符:uppercase小写字符:lowercase电阻器:resistor鼠标:mouse光标:cursor鼠标垫:mouse pad计算机辅助设计:CAD computer aided design报文交换:message-switching矩阵:matrix激光打印机:laser printer静电:static electricity非击打式打印机:nonimpact printers桌面排版系统:desktop publishing光学字符识别:optical character recognition 通用串行总线:universal serial bus数码相机:digital camera第6章Software engineering软件工程:software engineering程序流程图:program flowchart高内聚:highly cohesive低耦合:loosely coupled软件过程:software process结构化程序设计:structured programming自顶向下程序设计:top-down design结构化普查:structured walkthroughs第7章Operating System操作系统:operating system低级语言:low level language高级语言:high level language数据结构:data structure目录:directory属性:attribute进程:process栈指针:stack pointer磁芯映像、内存映像:core image图形用户界面:GUI graphical user interface工作站:workstation服务器:server传输控制协议:TCP Transmission Control Protocol网络互联协议:IP Internet Protocol第五章Input/Output Devices光学字符识别:OCR optical character recognition通用串行总线:USB universal serial bus数码相机:digital camera像素:pixel扫描仪:scanner液晶显示器:LCD Liquid Crystal Display第六章Software engineering软件工程:software engineering程序流程图:program flowchart高内聚:highly cohesive低耦合:loosely coupled软件过程:software process结构化程序设计:structured programming自顶向下程序设计:top-down design结构化普查:structured walkthroughs第七章Operating System操作系统:operating system低级语言:low level language高级语言:high level language数据结构:data structure检查和:checksum目录:directory属性:attribute进程:process栈指针:stack pointer磁芯映像、内存映像:core image图形用户界面:GUI graphical user interface工作站:workstation服务器:server传输控制协议:TCP Transmission Control Protocol网络互联协议:IP Internet Protocol快捷键:shortcut key第八章Computer Networks全双工异步通信:full duplex asynchronous communication全双工:full duplex电流:electric current双绞线:twisted pair wiring调制解调器:modem信号损失:signal loss载波:carrier wave调制:modulation解调:demodulation光纤:optical fiber调幅:amplitude modulation调频:frequency modulation同轴电缆:coaxial cable网络接口卡:NIC network interface card帧格式:frame format拨号:dialup呼叫模式:calling mode应答模式:answer mode面向字符的:character-oriented网络分析器:network analyzer载波监听多重访问:CSMA carrier sense with multiple access 令牌环网:token ring network网络流量:network traffic随机模式:promiscuous mode星型拓扑结构:star topology环型拓扑结构:ring topology总线型拓扑结构:bus topology印刷电路板:printed circuit board校验和:checksum中继器:repeater桥接器:bridge交换机:switch集线器:hub路由器:router客户端:client服务器:server域名系统:DNS domain name system电子邮件:E-mail electronic mail第九章Computer Applications标题栏:title bar下拉菜单:pull-down menu菜单条:menu bar工具条:tool bar格式条:format bar快捷键:shortcut key文本区:text area滚动条:scroll bar视图图标:view icon状态栏:status bar工作窗口:active window对话框:dialog box文本框:text box命令按钮:command button列表框:list box单选按钮:radio button复选框:check box关系型数据库:relational database层次型数据库:hierarchical database网状数据库:network database数据库管理系统:DBMS database management system 实体-关系:ER entity-relationship虚拟现实:virtual reality地理信息系统:GIS geographic information system扩展名:extension计算机辅助设计:CAD computer aided design 模型空间:model space纸张空间:paper space工业机器人:industrial robot内置的:built-in传感器:sensor限位开关:limit switch电机启动器:motor starter固态继电器:solid-state relay指示灯:indicator light梯形图程序:ladder program。
计算机专业常用英语
计算机专业常用英语摘要:计算机专业的学习和工作需要掌握一定的英语知识,本文介绍了一些计算机专业常用的英语词汇和表达,包括计算机硬件、软件、网络、编程、数据库等方面的内容,以及一些常见的缩略词和符号。
本文旨在帮助计算机专业的学生和从业者提高英语水平,更好地学习和交流计算机相关的知识。
一、计算机硬件计算机硬件(computer hardware)是指计算机系统中的物理设备,包括输入设备、输出设备、存储设备、处理器等。
下表列出了一些常见的计算机硬件的英文名称和中文对照。
英文名称中文名称keyboard键盘mouse鼠标monitor显示器printer打印机scanner扫描仪speaker音箱microphone麦克风disk磁盘CD-ROM光盘USB通用串行总线CPU中央处理器RAM随机存取存储器ROM只读存储器motherboard主板graphics card显卡sound card声卡二、计算机软件计算机软件(computer software)是指由程序和数据组成的指令集,用于控制计算机系统的运行。
计算机软件可以分为系统软件(system software)和应用软件(application software)两大类。
系统软件是指为管理计算机系统本身而设计的软件,如操作系统(operating system)、编译器(compiler)、驱动程序(driver)等。
应用软件是指为满足用户特定需求而设计的软件,如文字处理(word processing)、电子表格(spreadsheet)、图像处理(image processing)、游戏(game)等。
下表列出了一些常见的计算机软件的英文名称和中文对照。
英文名称中文名称Windows Windows 操作系统Linux Linux 操作系统macOS macOS 操作系统英文名称中文名称Android Android 操作系统iOS iOS 操作系统Microsoft Word微软 WordMicrosoft Excel微软 ExcelMicrosoft PowerPoint微软 PowerPointAdobe Photoshop Adobe PhotoshopAdobe Illustrator Adobe IllustratorAdobe Premiere Adobe PremiereAdobe Acrobat Adobe Acrobat三、计算机网络计算机网络(computer network)是指由多台计算机通过通信设备和通信线路互连起来,实现资源共享和信息传递的系统。
计算机专业英语单词
计算机专业英语词汇指与计算机硬件、软件、⽹络等多⽅⾯有关的英语词汇,主要包括硬件基础、计算机系统维护、计算机⽹络基础、软件、程序设计语⾔、计算机⽹络技术、IT职场英语等词汇。
下⾯为⼤家带来计算机专业英语单词,快来看看吧。
计算机专业英语单词1-10 第⼀单元 Processor 处理机 Primary storage 主存储器 bit 位 hearsay 传说 CPU 中英处理器 control unit 控制部件 arithmetic and logic unit 算术逻辑部件 integral parts 不可缺的部件 tape and disk磁带和磁盘 DRAM动态随机存储器 SRAM静态随机存储器 Register 寄存器 a state of the art ⽬前⼯艺⽔平 chip 芯⽚ VDT 视频显⽰终端 secondary storage 辅助存储器 at a premium⾮常珍贵 reallocate 重新分配 capacity 容量 coaxial cable 同轴电缆 program and data 程序和数据 instruction 指令 location 单元 RAM随机存取存储器 Hardwired 硬连线 EPROM可擦可编程只读存储器 Cache ⾼速缓存 Throughput 吞吐量 read-mostly 以读为主 EEPROM电可擦编程ROM Nonvolatility ⾮易失性 Updatable 可修改的 in place 在适当的 地⽅ semiconductor 半导体 flash memory 闪存 functionality 功能 byte-level 字节级 be referred to as 称作 virtually 事实上 house 存放 expansion 扩充 peripheral 外围的 slot 插槽 power supply 电源 system board 系统板 storage bay 存储机架 floppy 软盘 第⼆单元 optical laser disk 光盘 laser beam激光束 score 刻痕 microscopic pit 微⼩的`凹点 light-sensitive 光敏感的 deflect 偏转 access arm存取臂 inviting 令⼈⼼动的 fluctuation 波动 emerge 显现 stabilize 稳定 gigabyte 千兆字节 cd 光盘 magneto-optical disk 磁光盘 entrepreneur 企业家 video 视频的 拓展阅读: 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)⼴告⽹络信息记录软件 (administrator)管理员 (Add-ons)插件 (Address)地址 (Agents)代理 (Analog signals)模拟信号 (Applets)程序 (Asynchronous communications port)异步通信端⼝ (Attachment)附件 AGP(accelerated graphics port)加速图形接⼝ ALU (arithmetic-logic unit)算术逻辑单元 AAT(Average Access Time) 平均存取时间 ACL(Access Control Lists)访问控制表 ACK(acknowledgement character)确认字符 ACPI (Advanced Configuration and Power Interface)⾼级配置和电源接⼝ ADC(Analog to Digital Converter)模数转换器 ADSL(Asymmetric Digital Subscriber Line)⾮对称⽤户数字线路 ADT(Abstract Data Type)抽象数据类型 AGP(Accelerated Graphics Port)图形加速端⼝ AI(Artif icial Intelligence)⼈⼯智能 AIFF(Audio Image File Format)声⾳图像⽂件格式 ALU(Arithmetic Logical Unit) 算术逻辑单元 AM(Amplitude Modulation)调幅 ANN(Artificial Neural Network)⼈⼯神经⽹络 ANSI(American National Standard Institute)美国国家标准协会 API(Application Programming Interface)应⽤程序设计接⼝ APPN(Advanced Peer-to-Peer Network)⾼级对等⽹络 ARP(Address Resolution Protocol)地址分辨/ 转换协议 ARPG(Action Role Playing Game)动作⾓⾊扮演游戏 ASCII (American Standard Code for Information Interchange)美国信息交换标准代码 ASP(Active Server Page)活动服务器⽹页 ASP(Application Service Provider)应⽤服务提供商 AST(Average Seek Time)平均访问时间 ATM(asynchronous transfer mode)异步传输模式 ATR (Automatic Target Recognition) ⾃动⽬标识别 AVI (Audio Video Interleaved)声⾳视频接⼝ B (Bar code)条形码 (Bar code reader)条形码读卡器 (Basic application)基础程序 (Binary coding schemes)⼆进制编码⽅案 (Binary system)⼆进制系统 (Bit)⽐特 (Browser)浏览器 (Bus line)总线 (Backup tape cartridge units)备份磁带盒单元 (Bandwidth)带宽 (Bluetooth)蓝⽛ (Broadband)宽带 (Bus)总线 B2B(Busines s to Business)商业机构对商业机构的电⼦商务 B2C(Business to Consumer)商业机构对消费者的电⼦商务 BBS(bulletin board system)电⼦公告牌系统 BER(Bit Error Rate)误码率 BFS (Breadth First Search) ⼴度优先搜索 BGP(Border Gateway Protocol)边缘⽹关协议 BIOS(basic input/output system)基本输⼊输出系统 BISDN(Broadband- Integrated Services Digital Network)宽带综合业务数字⽹ BLU(Basic Link Unit)基本链路单元 BOF(Beginning Of File)⽂件开头 BPS(Bits Per Second)每秒⽐特数 BRI(Basic Rate Interface)基本速率接⼝ BSP(Byte Stream Protocol)字节流协议 BSS(Broadband Switching System)宽带交换系统 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)有线调制解调器 (Channel)信道 (Chat group)谈话群组 (Client)客户端 (Coaxial cable)同轴电缆 (cold site)冷⽹站 (Commerce servers)商业服务器 (Communication channel)信道 (Communication systems)信息系统 CD(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)计算机查找和隐私保护法案 (Computer network)计算机⽹络 (computer support specialist)计算机⽀持专家 (computer technician)计算机技术⼈员 (computer trainer)计算机教师 (Connection device)连接设备 (Connectivity)连接 (cookies-cutter programs)信息记录截取程序 (cookies)信息记录程序 (cracker)解密⾼⼿ (Cyber cash)电⼦货币 (Cyberspace)计算机空间 (chart)图表 (closed architecture )封闭式体系结构 C2C(Consumer-to-consumer)个⼈对个⼈ CPU (central processing unit)中央处理器 CISC (complex instruction set computer)复杂指令集计算机 CRT( cathode-ray tube)阴极射线管 AD(Computer Aided Design)计算机辅助设计 CAE(Computer-Aided Engineering)计算机辅助⼯程 CAI(Computer Aided Instruction)计算机辅助教学 CAM(Computer Aided Manufacturing)计算机辅助管理 CASE(Computer Assisted Software Engineering)计算机辅助软件⼯程 CAT(Computer Aided Test)计算机辅助测试 CATV(Community Antenna Television)有线电视 CB(control bus)控制总线 CCP(Communication Control Procrssor)通信控制处理机 CD(Compact Disc)压缩光盘,只读光盘 CD-R(Compact Disc-Recordable)可录光盘,只写⼀次的光盘 CDFS(Compact Disk File System)密集磁盘⽂件系统 CDMA(Code Division Multiple Access)码分多路访问 CD-MO(Compact Disc-Magneto Optical)磁光式光盘 CD-ROM(compact disc read-only memory)只读光盘 CD-RW(compact disc rewritable)可读写光盘 CGA(Color Graphics Adapter)彩⾊显⽰器 CGI(common gateway interface)公共⽹关接⼝ CI(Computational Intelligence)计算智能 CISC(Complex Instruction Set Computer) 复杂指令集计算机 CMOS(Complementary Metal Oxide Semiconductor)互补⾦属氧化物半导体存储器 COM(Component object model)组件对象模型 CORBA(Common Object Request Broker Architecture)公共对象请求代理结构 CPU(central proces sing unit)中央处理单元 CRC(cyclical redundancy check)循环冗余校验码 CRM(Client Relation Management)客户关系管理 CRT(Cathode-Ray Tube)阴极射线管,显⽰器 CSMA(Carrier Sense Multi -Access)载波侦听多路访问 CSU(Channel Service Unit)信道服务单元 CU(Control Unit)控制单元 D DB(Database)数据库 (database files)数据库⽂件 (Database manager)数据库管理 DBMS(Database manager system)数据库管理系统 (Data bus)数据总线 (Data projector)数码放映机 (Desktop system unit)台式电脑系统单元 (Destination file)⽬标⽂件 (Digital cameras)数码照相机 (Digital notebooks)数字笔记本 (Digital video camera)数码摄影机 (Discrete-speech recognition system)不连续语⾔识别系统 (Document)⽂档 (document files)⽂档⽂件 (Dot-matrix printer)点矩阵式打印机 (Dual-scan monitor)双向扫描显⽰器 (Dumb terminal)⾮智能终端 (data security)数据安全 (Data transmission specifications)数据传输说明 (database administrator)数据库管理员 (Data play)数字播放器 (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)磁盘 (Disk)磁碟 (Distributed data processing system)分部数据处理系统 (Distributed processing)分布处理 (Domain code)域代码 (Downloading)下载 DVD(Digital Versatile Disc)数字多功能光盘 DVD-R(DVD-Recordable)可写DVD DVD-RAM(DVD- Random Access Memory)DVD随机存取器 DNS(Domain name system)域名服务器 DAC(Digital to Analogue Converter)数模转换器 DAO(Data Access Object)数据访问对象 DAP(Directory Acces s Protocol)⽬录访问协议 DBMS(Database Management System)数据库管理系统 DCE(data communication equipment)数据通信设备 DCE(Distributed Computing Environment)分布式计算环境 DCOM(Distributed COM)分布式组件对象模型 DDB(Distributed DataBase)分布式数据库 DDE(Dynamic Data Exchange)动态数据交换 DDI(Device Driver Interface)设备驱动程序接⼝ DDK(Driver Development Kit)驱动程序开发⼯具包 DDN(Data Digital Network)数据数字⽹ DEC(Digital Equipment Corporation)数字设备公司 DES(Data Encryption Standard)数据加密标准 DFS(Depth First Search) 深度优先搜索 DFS(Distributed File System)分布式⽂件系统 DHCP(Dynamic Host Configuration Protocol)动态主机配置协议 DIB(Dual Independent Bus)双独⽴总线 DIC(Digital Image Control)数字图像控制 DLC(Data Link Control)数据链路控制 DLL(Dynamic Link Library)动态链接库 DLT(Data Link Terminal)数据链路终端 DMA(Direct Memory Access)直接内存访问 DMSP(Distributed Mail System Protocol)分布式电⼦邮件系统协议 DNS(Domain Name System)域名系统 DOM(Document Object Mode)⽂档对象模型 DOS(Disk Operation System)磁盘操作系统 DQDB(Distributed Queue Dual Bus)分布式队列双总线 DRAM(Dynamic Random Access Memory)动态随机存取存储器 DSD(Direct Stream Digital)直接数字信号流 DSL(Digital Subscriber Line)数字⽤户线路 DSM(Distributed Shared Memory)分布式共享内存 DSP(Digital Signal Processing)数字信号处理 DTE(Data Terminal Equipment)数据终端设备 DVD(Digital Versatile Disc)数字多功能盘 DVD-ROM(DVD-Read Only Memory)计算机⽤只读光盘 DVI(Digital Video Interactive)数字视频交互 E (e-book)电⼦阅读器 (Expansion cards)扩展卡 (end user)终端⽤户 (e-cash)电⼦现⾦ (e-commerce)电⼦商务 (electronic cash)电⼦现⾦ (electronic commerce)电⼦商务 (electronic communications privacy act of1986)电⼦通信隐私法案 (encrypting)加密术 (energy star)能源之星 (Enterprise computing)企业计算化 (environment)环境 (Erasable optical disks)可擦除式光盘 (ergonomics)⼈类⼯程学 (ethics)道德规范 (External modem)外置调制解调器 (extranet)企业外部⽹ EC(Embedded Controller)嵌⼊式控制器 EDIF(Electronic Data Interchange Format)电⼦数据交换格式 EEPROM(Erasable and Electrically Programmable ROM)电擦除可编程只读存储器 EGA(Enhanced Graphics Adapter)彩⾊显⽰器,分辨率为 640×350 ,可以显⽰ 16 种颜⾊ EGP(External Gateway Protocol)外部⽹关协议 EISA(Extended Industry Standard Architecture)增强⼯业标准结构 EMS(Expanded Memory Specification)扩充存储器规范 EPH(Electronic payment Handler)电⼦⽀付处理系统 EPROM(Erasable Programmable ROM)可擦除可编程只读存储器 ERP(Enterprise Resource Planning)企业资源计划 ETM(ExTended Memory)扩展存储器 F (Fax machine)传真机 (Field)域 (Find)搜索 (FireWire port)⽕线端⼝ (Firmware)固件 (Flash RAM)闪存 (Flatbed scanner)台式扫描器 (Flat-panel monitor)纯平显⽰器 (floppy disk)软盘 (Formatting toolbar)格式化⼯具条 (Formula)公式 (Forum)论坛 (Function)函数 (fair credit reporting act of 1970)公平信⽤报告法案 (Fiber-optic cable)光纤电缆 (File compression)⽂件压缩 (File decompression)⽂件解压缩 (filter)过滤 (firewall)防⽕墙 (firewall)防⽕墙 (Fixed disk)固定硬盘 (Flash memory)闪存 (Flexible disk)可折叠磁盘 (Floppies)磁盘 (Floppy-disk cartridge)磁盘盒 (Formatting)格式化 (freedom of information act of 1970)信息⾃由法案 (frequency)频率 (frustrated)受挫折 (Full-duplex communication)全双通通信 FAT(File Allocation Table)⽂件分配表 FCB(File Control Block)⽂件控制块 FCFS(First Come First Service)先到先服务 FCS(Frame Check Sequence)帧校验序列 FDD(Floppy Disk Device)软盘驱动器 FDDI(Fiber-optic Data Distribution Inter face)光纤数据分布接⼝ FDM(Frequency-Division Multiplexing)频分多路 FDMA(Frequency Division Multiple Address)频分多址 FEC(Forward Error Correction) 前向纠错 FEK(File Encryption Key)⽂件密钥 FEP(Front Ef fect Processor)前端处理机 FET(Field Effect Transistor)场效应晶体管 FIFO(First In First Out)先进先出 FM(Frequency Modulation)频率调制 FPU(Float Point Unit)浮点部件 FRC(Frame Rate Control)帧频控制 FTAM(File Transfer Access and Management)⽂件传输访问和管理 FTP(File Transfer Protocol)⽂件传输协议 G (General-purpose application)通⽤运⽤程序 (Gigahertz)千兆赫 (Graphic tablet)绘图板 (green pc)绿⾊个⼈计算机 (Group by) 排序 GAL(General Array Logic)通⽤逻辑阵列 GCR(Group-Coded Recording)成组编码记录 GDI(Graphics Device Interface)图形设备接⼝ GIF(Graphics Interchange Format)⼀种图⽚⽂件格式,图形转换格式 GIS(Geographic Information System)地理信息系统 GPI(Graphical Programming Interface)图形编程接⼝ GPIB(General Purpose Interface Bus)通⽤接⼝总线 GPS(Global Positioning System)全球定位系统 GSX(Graphics System Extension)图形系统扩展 GUI(Graphical User Interface)图形⽤户接⼝ H (handheld computer)⼿提电脑 (Hard copy)硬拷贝 (hard disk)硬盘 (hardware)硬件 (Help)帮助 (Host computer)主机 (Home page)主页 (Hyperlink)超链接 (hacker)⿊客 (Half-duplex communication)半双通通信 (Hard-disk cartridge)硬盘盒 (Hard-disk pack)硬盘组 (Head crash)磁头碰撞 (header)标题 (help desk specialist)帮助办公专家 (helper applications)帮助软件 (Hierarchical network)层次型⽹络 (history file)历史⽂件 (hits)匹配记录 (horizontal portal)横向⽤户 (hot site)热⽹站 (Hybrid network)混合⽹络 HPSB (high performance serial bus)⾼性能串⾏总线 HDTV(high-definition television)⾼清晰度电视 HDC(Hard Disk Control)硬盘控制器 HDD(Hard Disk Drive)硬盘驱动器 HDLC(High-level Data Link Control)⾼级数据链路控制 HEX(HEXadecimal)⼗六进制 HPFS(High Performance File System)⾼性能⽂件系统 HPSB(High Performance Serial Bus)⾼性能串⾏总线 HTML(Hyper Text Markup Language)超⽂本标记语⾔ HTTP(Hyper Text Transport Protocol)超⽂本传输协议 I (Image capturing device)图像获取设备 IT(information technology)信息技术 (Ink-jet printer)墨⽔喷射印刷机 (Integrated package)综合性组件 (Intelligent termina)l智能终端设备 (Intergrated circuit)集成电路 (implements )实现接⼝ (Interface cards)接⼝卡 (Internal modem)内部调制解调器 (internet telephony)⽹络电话 (internet terminal)互联⽹终端 (Identification)识别 (i-drive)⽹络硬盘驱动器 (illusion of anonymity)匿名幻想 (index search)索引搜索 (information pushers)信息推送器 (initializing )初始化 (instant messaging)计时信息 (internal hard disk)内置硬盘 (Internet hard drive) ⽹络硬盘驱动器 (intranet)企业内部⽹ ISA (industry standard architecture)⼯业标准结构体系 IRC(internet relay chat)互联⽹多线交谈 IAC(Inter-Application Communications)应⽤间通信 IC(Integrated Circuit)集成电路 ICMP(Internet Control Mes sage Protocol)因特⽹控制消息协议 ICP(Internet Content Provider)因特⽹内容服务提供商,是 ISP中提供信息服务的⼀种机构 IDC(International Development Center)国际开发中⼼ IDE(Integrated Development Environment)集成开发环境 IDL(Interface Definition Language)接⼝定义语⾔ IEEE(Institute of Electrical and Electronics Engineering)电⼦电器⼯程师协会 IGP(Interior Gateway Protocol)内部⽹关协议 IIS(Internet Information Service)因特⽹信息服务 IP(Internet Protocol)因特⽹协议 IPC(Inter-Process Communication)进程间通信 IPSE(Integrated Project Support Environments)集成⼯程⽀持环境 IPX(Internet Packer Exchitecture)互联⽹报⽂分组交换 ISA(Industry Standard Architecture)⼯业标准结构,是 IBM PC/ XT总线标准 ISDN(Integrated Service Digital Network)综合业务数字⽹ ISO(International Standard Organization)国际标准化组织 ISP(Internet Service Provider)因特⽹服务提供者 ITU(International Telecom Union)国际电信联盟 J (joystick)操纵杆 JDBC(Java Database Connectivity) J ava数据库互联 JPEG(Joint Photographic Experts Group)联合图⽚专家组 JSP(Java Server Page) Java 服务器页⾯技术 JVM(Java Virtual Machine)Java虚拟机 K (keyword search)关键字搜索 KB(Kilobyte)千字节 KBPS(Kilobits Per Second)每秒千⽐特 KMS(Knowledge Management System)知识管理系统 L (laser printer)激光打印机 (Layout files)版式⽂件 (Light pen)光笔 (Locate)定位 (Logical operations)逻辑运算 (Lands)凸⾯ (Line of sight communication)视影通信 (Low bandwidth)低带宽 (lurking)潜伏 LCD (liquid crystal display monitor)液晶显⽰器 LAN(Local Area Network)局域⽹ LBA(Logical Block Addressing)逻辑块寻址 LCD(Liquid Crystal Display)液晶显⽰器 LDT(Logic Design Translator)逻辑设计翻译程序 LED(Light Emitting Diode)发光⼆极管 LIFO(Last In First Out)后进先出 LP(Linear Programming)线性规划 LPC(Local Procedure Call)局部过程调⽤ LSIC(Large Scale Integration Circuit)⼤规模集成电路 M (Main board)主板 (Mark sensing)标志检测 (Mechanical mouse)机械⿏标 (Memory)内存 (Menu)菜单 (Menu bar)菜单栏 (Microprocessor)微处理器 (Microseconds)微秒 (Modem card)调制解调器 (Monitor)显⽰器 (Motherboard)主板 (Mouse) ⿏标 (Multifunctional device)多功能设备 (Magnetic tape reels)磁带卷 (Magnetic tape streamers)磁带条 (mailing list)邮件列表 (Medium band)媒质带宽 (metasearch engine)整合搜索引擎 (Microwave)微波 (Modem)解调器 (Modulation)解调 MAN(Metropolitan area network)城域⽹ MICR(magnetic-ink character recognition)磁墨⽔字符识别器 MAC(Medium Access Control)介质访问控制 MAN(Metropolitan Area Network)城域⽹ MBR(Master Boot Record)主引导记录 MC(Memory Card)存储卡⽚ MCA(Micro Channel Architecture)微通道结构 MDA(Monochrome Display Adapter)单⾊显⽰适配卡 MFM(Modified Frequency Modulation)改进调频制 MIB(Management Information Bass)管理信息库 MIDI(Musical Instrument Digital Interface) 乐器数字接⼝ MIMD(Multiple Instruction Stream,Multiple Data Stream)多指令流,多数据流 MIPS(Million Instructions Per Second)每秒百万条指令 MIS(Management Information System)管理信息系统 MISD(Multiple Instruction Stream,Single Data Stream)多指令流,单数据流 MMDS(Multi-channel Multipoint Distribution Service)多波段多点分发服务器 MMU(Memory Management Unit)内存管理单元 MPC(Multimedia PC)多媒体计算机 MPEG(Moving Picture Expert Group) ⼀种视频和⾳频的国际标准格式 MPLS(Multi-Protocol Label Switching)多协议标记交换 MPS(Micro Processor System)微处理器系列 MTBF(Mean Time Between Failures)平均故障间隔时间 MUD(Multiple User Dimension)多⽤户空间 N (Net PC)⽹络计算机 (Network adapter card)⽹卡 (Network personal computer)⽹络个⼈电脑 (Network terminal)⽹络终端 (Notebook computer)笔记本电脑 (Notebook system unit)笔记本系统单元 (Numeric entry)数字输⼊ (national information infrastructure protection act of1996)国际信息保护法案 (national service provider)全国性服务供应商 (Network architecture)⽹络体系结构 (Network bridge)⽹桥 (Network gateway)⽹关 (network manager)⽹络管理员 (newsgroup)新闻组 (no electronic theft act of1997)⽆电⼦盗窃法 (Node)节点 (Nonvolatile storage)⾮易失性存储 NOS(Network operation system)⽹络操作系统 NAOC(No-Account Over Clock)⽆效超频 NAT(Network Address Translation) ⽹络地址转换 NC(Network Computer)⽹络计算机 NDIS(Network Device Interface Speci fication)⽹络设备接⼝规范 NCM(Neural Cognitive Maps)神经元认知图 NFS(Network File System)⽹络⽂件系统 NIS(Network Information Services)⽹络信息服务 NNTP(Network News Transfer Protocol)⽹络新闻传输协议 NOC(Network Operations Center) ⽹络操作中⼼ NSP(Name Server Protocol)名字服务器协议 NTP(Network Time Protocol)⽹络时间协议 NUI(network user identification)⽹络⽤户标识 O (Object embedding)对象嵌⼊ (Object linking)⽬标链接 (Open architecture)开放式体系结构 OS(Operation System)操作系统 (Optical disk)光盘 (Optical mouse)光电⿏标 (Optical scanner)光电扫描仪 (Outline)⼤纲 (off-line browsers)离线浏览器 (Online storage)联机存储 OLE (object linking and embedding)对象链接⼊ OCR(optical-character recognition)字符识别器 OMR(optical-mark recognition)光标阅读器 OA(Of f ice Automation)办公⾃动化 OCR(Optical Character Recognition)光学字符识别 ODBC(Open Database Connectivity)开放式数据库互联 ODI(Open Data- link Interface)开放式数据链路接⼝ OEM(Original Equipment Manufactures)原始设备制造⼚家 OLE(Object Linking and Embedding)对象链接与嵌⼊ OMG(Object Management Group)对象管理组织 OMR(Optical-Mark Recognition)光标阅读器 OOM(Object Oriented Method)⾯向对象⽅法 OOP(Object Oriented Programming)⾯向对象程序设计 ORB(Object Request Broker)对象请求代理 OS(Operating System)操作系统 OSI(Open System Interconnect Reference Model)开放式系统互联参考模型 OSPF(Open Shortest Path First)开发最短路径优先 P (palmtop computer)掌上电脑 (Parallel ports)并⾏端⼝ (Passive-matrix)被动矩阵 (PC card)个⼈计算机卡 (Personal laser printer)个⼈激光打印机 (Personal video recorder card)个⼈视频记录卡 (Photo printer)照⽚打印机 (Pixel)像素 (Platform scanner)平版式扫描仪 (Plotter)绘图仪 (Plug and play)即插即⽤ (Plug-in boards)插件卡 (Pointer)指⽰器 (Pointing stick)指⽰棍 (Port)端⼝ (Portable scanner)便携式扫描仪 (Presentation files)演⽰⽂稿 (Presentation graphics)电⼦⽂稿程序 (Primary storage)主存 (Procedures)规程 (Processor)处理机 (Programming control language)程序控制语⾔ (Packets)数据包 (Parallel data transmission)平⾏数据传输 (Peer-to-peer network system点)对点⽹络系统 (person-person auction site)个⼈对个⼈拍卖站点 (physical security)物理安全 (Pits)凹⾯ (plug-in)插件程序 (privacy )隐私权 (proactive )主动地 (programmer)程序员 (Protocols)协议 (provider)供应商 (project )项⽬⼯程 (proxy server)代理服务 (pull products)推取程序 (push products)推送程序 PDA(personal digital assistant)个⼈数字助理 PCI(peripheral component interconnect)外部设备互连总线 PCMCIA (Personal Memory Card International Association)个⼈计算机存储卡国际协会 PBX(Private Branch Exchange)⽤户级交换机 PC(Personal Computer)个⼈计算机 PCB(Process Control Block)进程控制块 PCI(Peripheral Component Interconnect)外部连接互联,是⼀种局部总线 PCM(Pulse Code Modulation)脉冲编码调制 PCS(Personal Communications Service) 个⼈通信业务 PDA(Personal Digital As sistant)个⼈数字助理 PDF(Portable Document Format)便携式⽂档格式 PDN(Public Data Network)公共数据⽹ PHP(Personal Home Page)个⼈⽹页 PIB(Programmable Input Buffer)可编程输⼊缓冲区 PMMU(Paged Memory Management Unit)页⾯存储管理单元 POP(Post Of f ice Protocol)邮局协议 POST(Power-On Self -Test)加电⾃检 PPP(Peer-Peer Protocol)端对端协议 PPP(Point to Point Protocol)点到点协议 PPSN(Public Packed-Switched Network)公⽤分组交换⽹ PR(Performance Rate)性能⽐率 PROM(Programmable ROM)可编程只读存储器 PSN(Processor Serial Number)处理器序列号 Q QC(Quality Control)质量控制 QLP(Query Language Proces sor)查询语⾔处理器 QoS(Quality of Service)服务质量 R (RAM cache)随机⾼速缓冲器 (Range)范围 (Record)记录 (Relational database)关系数据库 (Replace)替换 (Resolution)分辨率 (Row)⾏ (Read-only)只读 (Reformatting)重组 (regional service provider)区域性服务供应商 (reverse directory)反向⽬录 (right to financial privacy act of 1979)财产隐私法案 (Ring network)环形⽹ RAD(Rapid Application Development)快速应⽤开发 RAI(Remote Application Interface)远程应⽤程序界⾯ RAID(Redundant Array Independent Disk) 冗余列阵磁盘机 RARP(Reverse Address Resolution Protocol)反向地址解析协议 RAM(Random Acces s Memory)随机存储器 RAM(Real Address Mode)实地址模式 RAID(Redundant Arrays of Inexpensive Disks)冗余磁盘阵列技术 RAS(Remote Access Service)远程访问服务 RCP(Remote CoPy)远程复制 RDA(Remote Data Access)远程数据访问 RDO (Remote Data Objects) 远程数据对象 RF(Radio Frequency) 射频,⽆线电频率 RIP(Raster Image Protocol)光栅图像处理器 RIP(Routing Information Protocol)路由选择信息协议 RISC(Reduced Instruction Set Computer)精简指令集计算机 ROM(Read Only Memory)只读存储器 RPC(Remote Procedure Call)远程过程调⽤ RPG(Role Play Games)⾓⾊扮演游戏 RPM(Revolutions Per Minute)转/分 RTS(Request To Send)请求发送 RTSP(Real Time Streaming Protocol) 实时流协议 S (Scanner)扫描器 (Search)查找 (Secondary storage device)辅助存储设备 (Semiconductor)半导体 (Serial ports)串⾏端⼝ (Server)服务器 (Shared laser printer)共享激光打印机 (shakedown test )调试 (Sheet)表格 (Silicon chip)硅⽚ (Slots)插槽 (Smart card)智能卡 (Soft copy)软拷贝 (Software suite)软件协议 (Sorting)排序 (Source file)源⽂件 (Special-purpose application)专⽤⽂件 (Spreadsheet)电⼦数据表 (Standard toolbar)标准⼯具栏 (Supercomputer)巨型机 (System )系统 (System cabinet )系统箱 (System clock)时钟 (System software)系统软件 (Satellite/air connection services)卫星⽆线连接服务 (search engines)搜索引擎 (search providers)搜索供应者 (search services )搜索服务器 (Sectors)扇区 (security)安全 (Sending and receiving devices)发送接收设备 (Sequential access)顺序存取 (Serial data transmission)单向通信 (signature line)签名档 (snoopware)监控软件 (software copyright act of1980)软件版权法案 (software piracy)软件盗版 (Solid-state storage)固态存储器 (specialized search engine)专⽤搜索引擎 (spiders)⽹页爬⾍ (spike)尖峰电压 (Star network)星型⽹ (Strategy)⽅案 (subject)主题 (subscription address)预定地址 (Superdisk)超级磁盘 (surfing)⽹上冲浪 (surgeprotector)浪涌保护器 (systems analyst)系统分析师... SACL(System Access Control List) 系统访问控制列表 SAF(Store And Forward)存储转发 SAP(Service Acces s Point)服务访问点 SCSI(Small Computer System Interface)⼩型计算机系统接⼝ SDLC(Synchronous Data Link Control)同步数据链路控制 SGML(Standard Generalized Markup Language)标准通⽤标记语⾔ SHTTP(Secure Hype Text Transfer Protocol)安全超⽂本传递协议 SMP(Symmetric Multi-Processor)对称式多处理器 SMTP(Simple Mail Transport Protocol)简单邮件传输协议 SNA(System Network Architecture)系统⽹络结构 SNMP(Simple Network Management Protocol)简单⽹络管理协议 SNR(Signal Noise Ratio)信噪⽐ SNTP(Simple Network Time Protocol)简单⽹络时间协议 SONC(System On a Chip)系统集成芯⽚ SONET(Synchronous Optic Network)同步光纤⽹ SPC(Stored-Program Control)存储程序控制 SQL(Structured Query Language)结构化查询语⾔ SRAM(Static Random Access Memory)静态随机存储器 SRPG(Strategies Role Play Games) 战略⾓⾊扮演游戏 SSL(Secure Sockets Layer)安全套接层 STDM(Synchronous Time Division Multiplexing)同步时分复⽤ STG(Shoot Game)射击类游戏 STP(Shielded Twisted-Pair)屏蔽双绞线 SVGA (Super Video Graphics Array) 超级视频图形阵列 T (Table)⼆维表 (Telephony)电话学 (Television boards)电视扩展卡 (Terminal) 终端 (Template)模板 (Text entry)⽂本输⼊ (Thermal printer )热印刷 (Thin client)瘦客 (Toggle key)触发键 (Toolbar)⼯具栏 (Touch screen)触摸屏 (Trackball)球 (TV tuner card)电视调谐卡 (Two-state system))双状态系统 (technical writer)技术协作者 (technostress)重压技术 (telnet)远程登录 (Time-sharing system)分时系统 (Topology)拓扑结构 (Tracks)磁道 (traditional cookies)传统的信息记录程序 (Twisted pair)双绞 TCB(Transmission Control Block)传输控制块 TCP(Transmis sion Control Protocol)传输控制协议 TCP/IP(Transmission Control Protocol / Internet Protocol)传输控制协议/ ⽹间协议 TDM(Time Division Multiplexing)时分多路复⽤ TDMA(Time Division Multiplexing Address)时分多址技术 TDR(Time-Domain Reflectometer)时间域反射测试仪 TFT(Thin Film Transistor Monitor)薄膜晶体管显⽰器 TFTP(Trivial File Transfer Protocol)简单⽂件传送协议 TIFF(Tag Image File Format)标记图形⽂件格式 TIG(Task Interaction Graph)任务交互图 TLI(Transport Layer Interface)传输层接⼝ TM(Traffic Management)业务量管理,流量管理 TPS(Transactions Per Second)(系统)每秒可处理的交易数 TSR(Terminate and Stay Resident)终⽌并驻留 TTL(Transistor-Transistor Logic)晶体管—晶体管逻辑电路 TWX(Teletypewriter Exchange)电传电报交换机 U (Unicode)统⼀字符标准 (uploading)上传 (usenet)世界性新闻组⽹络 UART(Universal Asynchronous Receiver Transmitter)通⽤异步收发器 UDF(Universal Disk Format)通⽤磁盘格式 UDP(User Datagram Protocol)⽤户数据报协议 UHF(Ultra High Frequency)超⾼频 UI(User Interface)⽤户界⾯,⽤户接⼝ UIMS(User Interface Management System)⽤户接⼝管理程序 UNI(User Network Interface)⽤户⽹络接⼝ UPA(Ultra Port Architecture)超级端⼝结构 UPS(Uninterruptible Power Supply)不间断电源 URI(Uniform Resource Identi fier)环球资源标识符 URL(Uniform Resource Locator)统⼀资源定位器 USB(Universal Serial Bus)通⽤串⾏总线 UTP(Unshielded Twisted-Pair)⾮屏蔽双绞线 UXGA(Ultra Extended Graphics Array)超强图形阵列 V (Virtual memory)虚拟内存 (Video display screen)视频显⽰屏 (Voice recognition system)声⾳识别系统 (vertical portal)纵向门户 (video privacy protection act of 1988)视频隐私权保护法案 (virus checker)病毒检测程序 (virus)病毒 (Voiceband)⾳频带宽 (Volatile storage)易失性存储 (voltage surge)电涌 VAD(Virtual Addres s Descriptors)虚拟地址描述符 VAGP(Variable Aperature Grille Pitch) 可变间距光栅 VAN(Value Added Network)增值⽹络 VAP(Value-Added Process)增值处理 VAS(Value-Added Server)增值服务 VAX(Virtual Address eXtension)虚拟地址扩充 VBR(Variable Bit Rate)可变⽐特率 VC(Virtual Circuit)虚拟线路 VCPI(Virtual Control Program Interface)虚拟控制程序接⼝ VDD(Virtual Device Driver s)虚拟设备驱动程序 VDR(Video Disc Recorder)光盘录像机 VDT(Video Display Terminals)视频显⽰终端 VDU(Visual Display Unit)视频显⽰单元 VFS(Virtual File System)虚拟⽂件系统 VGA(Video Graphics Adapter)视频图形适配器 VIS(Video Information System)视频信息系统 VLAN(Virtual LAN)虚拟局域⽹ VLIW(Very Long Instruction Word)超长指令字 VLSI(Very Large Scale Integration)超⼤规模集成 VMS(Virtual Memory System)虚拟存储系统 VOD(Video On Demand)视频点播系统 VON(Voice On Net)⽹上通话 VR(Virtual Reality)虚拟现实 VRML(Virtual Reality Modeling Language)虚拟现实建模语⾔ VRR(Vertical Refresh Rate)垂直刷新率 VTP(Virtual Terminal Protocol)虚拟终端协议 W (Wand reader )条形码读⼊ (Web )⽹络 (Web appliance )环球⽹设备 (Web page)⽹页 (Web site address)⽹络地址 (Web terminal)环球⽹终端 (Webcam)摄像头 (What-if analysis)假定分析 (Wireless revolution)⽆线⾰命 (Word)字长 (Word processing)⽂字处理 (Word wrap)⾃动换⾏ (Worksheet file) ⼯作⽂件 (web auctions)⽹上拍卖 (web broadcasters)⽹络⼴播 (web portals)门户⽹站 (web sites)⽹站 (web storefront creation packages)⽹上商店创建包 (web storefronts)⽹上商店 (web utilities)⽹上应⽤程序 (web-downloading utilities)⽹页下载应⽤程序 (webmaster web)站点管理员 (web)万维⽹ (Wireless modems)⽆线调制解调器 (wireless service provider)⽆线服务供应商 WWW(world wide web)万维⽹ (worm)蠕⾍病毒 (Write-protect notch)写保护⼝ WAN(Wide area network)⼴域⽹ (Web server)Web 服务器 (well-connected )连接良好 (well-known services )公认的服务。
(完整版)信息管理与信息系统专业英语词汇总结
Lesson1distributed applications 分布式应用程序competitive advantage 竞争优势data warehouses 数据仓库incompatible databases 不兼容数据库decision support systems 决策支持系统executive information systems 执行信息系统DBMS——database management systems 数据库管理系统entry 款目metadata 元数据mainframe computer大型计算机desktop computer台式计算机laptop computer膝上型计算机spreadsheet 电子表格LAN ------local area network 局域网database server 数据库服务器user views 用户视图data security 数据安全性data integrity 数据完整性concurrent user 并发用户data updating 数据更新data redundancy 数据冗余consistency of data and metadata 数据和元数据的一致性distributed database 分布式数据库telecommunications network 远程通讯网Lesson2automatic indexing自动标引human indexing 人工标引extraction indexing 抽词标引assignment indexing赋词标引controlled vocabulary 受控词表non-substantive words 非实意词index terms 标引词automatic stemming 自动抽取词干weight 权值clue words 提示词inverted file 倒排文档absolute frequency 绝对词频relative frequency 相对词频information retrieval 信息检索syntactic criteria 句法规则word string 词串NLDB——Natural Language DataBase 自然语言数据库MAI——machine-aided indexing 机器辅助标引recall ratio 查全率precision ratio 查准率descriptor 叙词thesaurus 叙词表semantic vocabulary 语义词表concept headings 概念标题consistency of indexing 标引的一致性underassignment 欠量赋词overassignment 过量赋词back file 备份文件main heading 主标题subheading 副标题access point 检索点Lesson3machine-readable form 机读形式source document 源文献subject indexing 主题标引back-of-the-book indexing书后标引indexing scheme 标引方案NFAIS——National Federation of Abstracting and Information Services(美国)国家文摘与信息服务联合会scope notes 范围注释permuted list 轮排词表CAS——Chemical Abstracts Service 化学文摘社character set 字符集statistical correlation 统计关联ISI——Institute for Scientific Information (美国)科学情报社co-citation indexing 共引文标引SCI——Science Citation Indexes 科学引文索引SSCI——Social Science Citation Indexes 社会科学引文标引bibliometric analysis 书目计量分析Lesson4performance enhancement 性能改善scarce resources 稀缺资源proxy servers 代理服务器JAVA executables JAV可执行程序source code 源代码streaming media 流媒体outsourcing 业务外包wild card characters 通配符real-time traffic analysis 实时流量分析static web pages 静态网页ISDN——Integrated Services Digital Network 综合服务数据网URL——Uniform Resource Locator 统一资源定位符HTML——Hypertext Markup Language 超文本标识语言CGI——Common Gateway Interface 公共网关接口XML——Extension Markup Language 扩展标识语言OR——Operation Record 操作记录IIS——Internet Information Services 网络信息服务Lesson5IR——information retrieval 信息检索search engine spam 搜索引擎垃圾soft computing 软计算data mining 数据挖掘information fusion 信息融合classification 分类clustering 聚类thesaurus construction 词表构建Web page categorization 网页分类JPG——Joint Photographic Experts Group 图像文件格式GIF——Graphics Interchange Format 可交换的图像文件格式PNG——Portable Network Graphic 可移植的网络图像文件格式the WWW Consortium 万维网联盟HTTP——Hypertext Transfer Protocol 超文本传输协议TCP——Transfer Control Protocol 传输控制协议ASCII——American Standard Code for Information Interchange 美国信息互换标准代码CPUCentral Processing Unit 中央处理器Lesson6black-box services 黑箱服务delivering information 传递信息videoconferencing 视频会议cross reference互见,相互参照timeliness 及时性cross check 交叉检查,核对knowledge framework 知识结构Lesson7IP——intellectual property 知识产权electronic holdings of libraries 电子馆藏information infrastructure 信息基础设施copyright 版权patent 专利exclusive right 专有权subsequent editions 后续版本Lesson8encryption technologies 加密技术decrypted digital version 解密数字版本fair use doctrine 公平利用原则authenticity and integrity of the information 信息的可靠性和完整性DMCA——the Digital Millennium Copyright Act 数字千年版权法DVD——digital video diskencyclopedias 百科全书Lesson9CKO——chief knowledge officer 知识主管knowledge sharing 知识共享manual 手册competitive intelligence 竞争情报search engine 搜索引擎artificial intelligence 人工智能drill-down access 深度查询accessibility 可获得性knowledge discovery 知识发现quantitative data 定量数据qualitative data 定性数据virtual warehouses 虚拟(数据)仓库virtual library 虚拟图书馆relational database 关系数据库research and development 研发(研究与开发)directory 指南newsletter 简讯intelligent search agents 智能检索代理information resources 信息资源performance evaluation 性能评价Lesson10CIO——chief information officer信息主管ERP——Enterprise Resource Planning 企业资源规划CRM——Customer Relationship Management 客户关系管理Collaborative Applications Environment 协同应用环境workflow package 工作流软件包Lesson11rights of information users 信息用户的权利obligations of information users 信息用户的义务terms and conditions 条款。
计算机专业英语词汇大全3篇
计算机专业英语词汇大全第一篇:计算机硬件与维护计算机硬件部分1. Central Processing Unit (CPU) - 中央处理器2. Random Access Memory (RAM) - 随机存取存储器3. Read Only Memory (ROM) - 只读存储器4. Hard Disk Drive (HDD) - 硬盘驱动器5. Solid State Drive (SSD) - 固态硬盘6. Power Supply Unit (PSU) - 电源供应器7. Graphics Processing Unit (GPU) - 图形处理器8. Network Interface Controller (NIC) - 网络接口控制器9. Sound Card - 声卡10. Motherboard - 主板11. Expansion Card - 扩展卡12. Monitor - 显示器13. Keyboard - 键盘14. Mouse - 鼠标计算机维护1. Backup - 备份2. Restore - 恢复3. Clean up registry - 清理注册表4. Defragment - 磁盘碎片整理5. Install drivers - 安装驱动程序6. Update drivers - 更新驱动程序7. Uninstall programs - 卸载程序8. Scan for viruses - 扫描病毒9. Remove malware - 移除恶意软件10. Check hard drive for errors - 检查硬盘错误11. Check system for errors - 检查系统错误第二篇:计算机网络与安全计算机网络1. Router - 路由器2. Switch - 交换机3. Modem - 调制解调器4. Wireless Access Point (WAP) - 无线接入点5. Network Interface Card (NIC) - 网络接口卡6. Server - 服务器7. Client - 客户端8. Internet Protocol (IP) - 网际协议9. Transmission Control Protocol (TCP) - 传输控制协议10. User Datagram Protocol (UDP) - 用户数据报协议11. Domain Name System (DNS) - 域名系统12. Dynamic Host Configuration Protocol (DHCP) - 动态主机配置协议13. Simple Network Management Protocol (SNMP) - 简单网络管理协议计算机安全1. Firewall - 防火墙2. Anti-virus software - 杀毒软件3. Anti-malware software - 反恶意软件软件4. Virtual Private Network (VPN) - 虚拟专用网络5. Intrusion Detection System (IDS) - 入侵检测系统6. Intrusion Prevention System (IPS) - 入侵防范系统7. Two-factor authentication - 双因素认证8. Encryption - 加密9. Decryption - 解密10. Authentication - 认证11. Authorization - 授权12. Access control - 访问控制第三篇:计算机软件与开发计算机软件1. Operating System (OS) - 操作系统2. Application software - 应用软件3. System software - 系统软件4. Utility software - 工具软件5. Programming language - 编程语言6. Integrated Development Environment (IDE) - 集成开发环境7. Web browser - 网络浏览器8. Email client - 电子邮件客户端9. Media player - 媒体播放器10. Database - 数据库11. Content Management System (CMS) - 内容管理系统12. Customer Relationship Management (CRM) - 客户关系管理系统软件开发1. Analysis - 分析2. Design - 设计3. Implementation - 实现4. Testing - 测试5. Debugging - 调试6. Integration - 集成7. Maintenance - 维护8. Agile development - 敏捷开发9. Waterfall development - 瀑布开发10. Object Oriented Programming (OOP) - 面向对象编程11. Model-View-Controller (MVC) - 模型-视图-控制器12. Version Control - 版本控制总的来说,计算机专业英语词汇涉及到计算机硬件、计算机网络、计算机软件以及软件开发等多方面内容,能够掌握这些词汇对于计算机专业的学习和工作都十分有帮助。
上网常见专业英语词汇
上网常见专业英语词汇AI-searching 智能搜索引擎American on Line 美国在线,美国联机,[台]美国线上American Standard Code for Information Interchange 美国信息交换标准代码AOL (American on Line) 美国在线,美国联机,[台]美国线上API (application programming interface) 应用编程接口,应用编程界面,[台]应用程序接口,[港]应用程序编写接口applet 支程序,小应用程序ASCII (American Standard Code for Information Interchange) 美国信息交换标准代码ASP (application service provider) 应用服务提供商 [港]应用服务供货商assembler 汇编器,汇编程序,[台]组译器,组合程序ATM (asynchronous transfer mode) 异步传输模式,[台]异步传输模式audio card 声卡Bbandwidth 带宽,通讯频带,[台/港]频宽baseband 基带,[台/港]基频BBS (bulletin board system) 公告牌系统,电子公告系统,电子公告栏,电子布告系统,[台]电子布告栏Big-5 大五码,[台]五大码,大五码bit 位,比特,[台]位,数元bit-slice 位片,[台]位切片,位片划分bluetooth 蓝牙,[港]蓝芽boot 引导bootstrap 引导程序,引导指令,辅助程序,[台]激活程序broadband 宽带,[台/港]宽频browser 浏览器buffer 缓存器,[台/港]缓冲器bulletin board system 公告牌系统,电子公告系统,电子公告栏,电子布告系统,[台]电子布告栏bus 总线,总线byte 字节,[台]字节,数元组byte code 字节码Issac 04-05-19 00:00Ccable modem 线缆调制解调器,[港]电缆调制解调器CCCII (Chinese Character Code for Information Interchange) 汉字信息交换码,[台]汉字信息交换码,中文信息交换码CD-E (compact disc-erasable) [台/港]可擦除式光盘CD-R (compact disc-recordable) 光盘刻录机,[港]光盘烧录机CD-ROM 光盘,只读光盘,只读光盘,[台/港]光盘,只读光盘CD-RW (compact disc-rewritable) 可擦写刻录机,[港]可重写光盘烧录机certificate server 认证服务器CERNET (China Education and Research Network) 中国教育和科研计算器网CGI (common gateway interface) 通用网关接口,公用网关接口,公共网关接口character 字符,[台]字符China Education and Research Network 中国教育和科研计算器网China MARC format (China machine readable cataloging format)中国机读目录格式Chinanet 中国公用计算器交互网Chinese Character Code for Information Interchange 汉字信息交换码,[台]汉字信息交换码,中文信息交换码CIMS (computer integrated manufacturing system) 计算器集成制造系统client 客户,客户机,客户端,[台]客户端,客户端,用者端code division multiple access 码分多址COM (component object model) 组件对象模式,组件对象模型common gateway interface 通用网关接口,公用网关接口,公共网关接口compatibility 兼容性,[台]兼容性,互换性computer aided software engineering 计算器辅助软件工程,[港]计算机软件辅助工程computer integrated manufacturing system 计算器集成制造系统computing 计算corporate user [港]公司用户cracker 闯入者,[港]破网客CSCW (computer supported cooperative work) 计算器支持的协同工作,[台]计算机辅助群体合作CSS (cascading style sheets) 层叠样式表,层叠样式单,串接样式表,级联风格窗体cyber cash 电子货币Issac 04-05-19 00:00Ddata 数据,[台]资料data exchange interface 数据交换接口data sharing 数据共享data warehouse 数据仓库,[台]资料仓储database 数据库,[台]数据库,资料基debug 排错,[台]除错,[港]侦错,除虫DHCP (Dynamic Host Configuration Protocol) 动态主机配置协议,[港]动态主机配置协议DHTML (dynamical hypertext markup language) 动态超文本置标语言digital library 数字化图书馆,数字图书馆,[台]数字图书馆,电子图书馆,[港]数码图书馆digital nervous system 数字神经系统,[港]数字神经系统digital right management 数字内容权利保护,数码权利管理,[港]数码权益管理digital signal processor 数字信号处理器digital subscriber line 数字用户线,[港]数码用户线路digital video disc 数字视盘,[港]数码影像光盘,数码视像光盘,数码影碟direct memory access 直接内存存取directory 目录,[台]目录,指南directory server 目录服务器disassembler 反汇编,[台]分解器diskette 软磁盘,[台]软磁盘,[港]软磁盘Issac 04-05-19 00:00distributed virtual reality 分布式虚拟现实DMA (direct memory access) 直接内存存取(domain name system) 域名系统,[港]区位名址系统domain name system 域名系统,[港]区位名址系统double click 双击download 下载,[台]下载,转录drag 拖动drive 驱动器DSL (digital subscriber line) 数字用户线,[港]数码用户线路DTM (dynamic synchronous transfer mode) 动态同步传输模式dual-band 双频DVD (digital video disc) 数字视盘,[港]数码影像光盘,数码视像光盘,数码影碟DVD-ROM 高密度只读光盘Issac 04-05-19 00:00Ee-book 电子图书e-commerce electronic commerce 电子商务,电子商业,[港]网上商业e-mail 电子邮件editor 编辑程序,编辑器,[台]编辑器,编排程序electronic business 电子商务,电子业务electronic commerce 电子商务,电子商业,[港]网上商业electronic ink 电子墨水electronic jounal 电子期刊error 差错,错误,误差ethernet 以太网extranet 外联网,外部网,企业外部网络,[台]企业间网络FFAT (file associate table) 文件分配表,[台]档案配置表fiber optic cable 光缆field 字段,[台]栏,字段file 文件,[台]檔,[港]档案file transfer protocol 文件传送协议,文件传输协议,[台]档案传输协议firewall 防火墙,隔离墙,[港]火墙firmware 固件,[台]韧体,[港]韧件flag 标记,[台]旗号,旗标flash memory 快闪存储器,快速闪存,[港]闪快内存flat square 平面直角,[港]平面方角flow control 信息流控制footer 脚注foreground 前台,[台]前景frame 帧,[台]框frame relay 帧中继freeware 免费软件FTP (file transfer protocol) 文件传送协议,文件传输协议,[台]档案传输协议Issac 04-05-19 00:00Ggate 门,[台]闸gateway 网关,[台]网关器,[港]网闸,通讯闸GB 1. (Guo-Biao, Guojia Biaozhun) 国标码,国家标准码 2. (gigabyte) 千兆字节,[台]亿字节GBK (Guo-Biao Kuozhan) 国标扩展码,国家标准扩展码generalized markup language 通用置标语言,通用标记语言,通用标识语言geographical information system 地理信息系统,[港]地理信息系统GIF (graphics interchange format) 图形交换格式gigabit 千兆位gigabyte 千兆字节,[台]亿字节,[港]京字节,十亿字节GIS (geographical information system) 地理信息系统,[港]地理信息系统Global Internet Project 全球互联网计划联盟GPS (global positioning system) 环球定位系统,[港]全球定位系统graphical user interface 图形用户接口,[台]图形模式使用者接口,[港]图形用户接口,图像操作接口GUI (graphical user interface) 图形用户接口,[台]图形模式使用者接口,[港]图形用户接口,图像操作接口Issac 04-05-19 00:00Hhacker 黑客,[台]骇客,[港]夺网者handheld personal computer 掌上计算机,手持个人计算器handshaking 联络,信号交换,[台]连系交换hang 中止hardware 硬件,[台]硬件header 标题,首部,[台]标头heatrate 信息热度hits (网页)点击数,[港]阅读次数home page 主页hot link 热链接,[港]热连结HTML (hypertext markup language) 超文本置标语言,超文本标记语言,超文本标识语言,[台]超文件标志语言HTTP (hypertext transfer protocol) 超文本传输协议,[港]超文本传输协议hyperlink 超链接,[台/港]超级链接hypertext 超文本,[台]超文件hypertext markup language 超文本置标语言,超文本标记语言,超文本标识语言,[台]超文件标志语言Issac 04-05-19 00:00IICDL (International Computer Driving Licence) [港]国际计算机使用执照ICQ (I seek you) 网络寻呼机,Internet网络BP机,[港]网上传呼机,网际传呼器index 索引,[台]索引,指针index server 索引服务器info-channel 信息频道infotopia [港]信息乌托邦information superhighway 信息高速公路interactive advertising [港]互动广告Internet 因特网,互联网,国际互联网络,[台]网际网络Internet computing [台]网际网络计算Internet information server 互联网信息服务器Internet phone [台]网际电话Internet Protocol 互联网协议,网际协议,[台]网际网络协议,网际协议,[港]联网协议Internet server manager 互联网服务管理器Internet service provider 互联网服务提供商,因特网服务提供者,[港]互联网服务供货商Intranet 内联网,内部网,企业内部网络,机关内部局域网,[台]企业内部网络IP (Internet Protocol) 互联网协议,网际协议,[台]网际网络协议,网际协议,[港]联网协议IP address 互联网协议地址ISDN (integrated services digital network) 综合业务数字网,[港]整合服务数码网络,整合服务数字网络,综合业务数码网络,综合服务数码网ISP (Internet service provider) 互联网服务提供商,因特网服务提供商,[港]互联网服务供货商,[台]网际网络服务提供者I-way (information superhighway) 信息高速公路Issac 04-05-19 00:00JJava 爪哇语言Java Virtual Machine Java虚拟机joystick [港]游戏操纵杆,摇杆JPEG (Joint Photographic Experts Group) 1. 联合图象专家组 2. 联合图象专家组格式Kknowledge discovery in database 数据库中的知识发现LLAN (local area network) 局域网,[台]局域网络,[港]地区网络laptop 膝上型计算器layering capabilities 分层性能link 连接,链接,[台]连结,[港]联线local area network 局域网,[台]局域网络,[港]地区网络login 注册,登录,[港]登入logoff 注销logon 注册Issac 04-05-19 00:00Mmail server 邮件服务器,[港]电邮服务器mailing list 邮件列表,函件用户组,函件用户清单,邮寄列表,邮件单MAN (metropoliatan area network) 城域网markup 置标,标记MB (megabyte) 兆字节,[台]万字节megabit 兆位megabyte 兆字节,[台]万字节memory stick 记忆棒menu 选单message board 留言板message digest 邮件文摘messaging server 邮件服务器metadata 元数据,[台]诠释资料MIDI (musical instrument digital interface) 乐器数字化接口,[港]乐器数字接口millennium bug 千年虫,[台]千禧虫mirror 镜像,[港]对映mobile information device profile 移动信息设备子集,[港]流动信息器材定义文件mobile phone 移动电话,[港]流动电话MODEM (modulator-demodulator) 调制解调器,[台/港]调制解调器modulator-demodulator 调制解调器,[台/港]调制解调器Motorola 摩托罗拉mouse 鼠标器,[台/港]鼠标MPEG (Motion Picture Experts Group) 1. 移动图象专家组,[港]动画专家组,动态图象专家组 2. 移动图象专家组格式multipurpose Internet mail extensions 多用途Internet邮件扩充,[港]多用途互联网邮件延伸Issac 04-05-19 00:00NNAT (network address translation) 网络地址翻译,[港]网络地址翻译NC (network computer) 网络计算器nesting 嵌套,[台]堆集,巢化netiquette 网规,网上礼仪,网络礼仪netizen 网民network address translation 网络地址翻译,[港]网络地址翻译network computer 网络计算器network computing 网络计算network storage manager 网络存储管理器newsgroup 新闻讨论组notebook 笔记本计算器,[港]笔记簿计算机,手提电脑NSP 网络接入提供商OOCR (optical character recognition) 光学字符识别,光学符号识别,[港]光符识别off-line 脱机,离线,[港]离机off-line browser 离线浏览on-line 联机,在线,[港]联机,[台]线上,在线online community 网络社区open network environment 开放网络环境operating system 操作系统,[台]操作系统OSP (online service provider) 在线服务提供商overflow 溢出,[台]溢位,超限Issac 04-05-19 00:00Ppageview 页面浏览人数,页面访问量,日页面访问量,网站日访问量,[港]浏览页次palm PC [港]掌上计算机password cracking 口令破解,密码破解patch 补丁程序path 路径PDA (personal digital assistant) 个人数字助理,[港]个人数码助理,个人数字化处理器,[台]个人数字助理,个人信息机Pentium 奔腾personal digital assistant 个人数字助理,[港]个人数码助理,[台]个人数字助理,个人信息机photo-CD 照片光盘platform for privacy preferences 保密参数选择平台plug-and-play 即插即用,即装即用plug-in 插件,[台]外挂程序PNG (portable network graphics) 便携式网络图像格式POP (post office protocol) 邮局协议port 端口,口,[台]埠portable computer 便携式计算器post office protocol 邮局协议postmaster 邮件管理员preview 预览printer 打印机,[台]打印机procedure 过程,[台]程序process control 过程控制,[台]过程控制process engineering 流程工程program 程序,[台]程序progressive scanning [港]逐行扫描protocol 协议,[港]协议proxy server 代理服务器pulbic land mobile network 公众移动电话网络,[港]公地流动网络PVC (permanent virtual circuit) 永久性虚拟线路Issac 04-05-19 00:00Qquarantine service 隔离服务queue 队列,排队,[台]队列queueing delay 排队延迟RRAM (random access memory) 随机存储器,[港]随机存取存储器,随机接达内存random access memory 随机存储器,[港]随机接达内存record 记录,[台]资料录refresh 刷新,[台]更新,再生,[港]更新refresh rate 刷新(速)率,[港]更新率register 寄存器,[台]缓存器Relational Database Management System 关系数据库管理系统remote access 远程访问,远程接入,远程访问,[港]遥距储取reset 复位,重置,置0,[台]复位RLIN (Research Libraries Information Network) East Asian Character Code 科研图书馆信息网络东亚字码roaming 漫游robot 机器人;自动仪,自动机row 行,[台]列Issac 04-05-19 00:00Ssafe format 安全格式化scheduling 调度,[台]定序SCSI (small computer system interface) 小型计算器系统接口,[港]小型计算机系统接口search engine 搜索器,搜索引擎,[台]搜寻器,搜寻引擎secure electronic transaction 安全电子交易send later 稍后传送server 服务器,服务器,[台]伺服端SET (secure electronic transaction) 安全电子交易set top box 置顶盒,[港]机顶转换器,机顶盒,随选视讯盒shareware 共享软件,[台]试用版软件Simple Network Management Protocol 简单网络管理协议site 网站,[港]网址site map 网站图small computer system interface 小型计算器系统接口,[港]小型计算机系统接口SMTP (Simple Message Transfer Protocol) 简单邮件传送协议software 软件,[台]软件software engineering 软件工程source 源,[台]原始source code 源码source document 源文件speech recognition 语音识别spider 蜘蛛程序stack 栈,堆栈,[台]堆栈standard generalized markup language 标准广义置标语言,标准广义标记语言,[台]标准通用标示语言,标准通用标志语言storage area network 存储区域网,[港]储存区域网络storage networking [港]存储网络化streaming 流式,[港]串流streaming technology 流式技术,[港]串流技术subroutine 子例程,[台]次例程surf the Net 网上漫游,网上浏览,网上冲浪synchronization 同步synchronize multimedia integration language 同步多媒体集成语言system administrator 系统管理员Issac 04-05-19 00:00Ttablet 输入板,书写板target document 目标文件TCP (transmission control protocol) 传输控制协议,[台]传输层协议TCP/IP (transmission control protocol / Internet protocol) 传输控制协议和互联网协议teleconference 远程会议teleformation 远距离培训telemedicine 远距离医疗telnet 远程登录,[台]远程登入throughput 吞吐量,通过量,[台]生产量track ball 轨迹球,[港]滑球transmission control protocol 传输控制协议,[台]传输层协议transmission control protocol / Internet protocol 传输控制协议和互联网协议TV card 电视卡UUnicode 统一码,联合码,[台]国际码,[港]单一码uniform resource locator 统一资源定位器,[台]全球资源定位器,统一资源寻址器,[港]划一资源定位,网址universal serial bus 通用串行总线,[港]通用串行总线upgrade 升级upload 上载,[港]上传upward compatible 向上兼容URL (uniform resource locator) 统一资源定位器,[台]全球资源定位器,统一资源寻址器,[港]划一资源定位,网址USB (universal serial bus) 通用串行总线,[台]通用序列总线,[港]通用串行总线username 用户名Issac 04-05-19 00:00Vvalue-added networks 增值网,[港]增值网络VCD [港]影像光盘very large data bases 超大型数据库VGA (video graphics adaptor) 视频图形适配器video card 视卡video conference [台]视讯会议video graphics adaptor 视频图形适配器video mail [港]数码影像传真Video on Demand 视频点播,[港]随选视讯服务,影像点播video phone [台]视讯电话video teleconference 视像电子会议videoconferencing system [港]视像会议系统virtual interface 虚拟接口virtual private networks 虚拟专用网络,虚拟私用网络,[港]虚拟私有网络virussafe 抗病毒VLDB (very large data bases) 超大型数据库VOD (Video on Demand) 视频点播,[港]随选视讯服务,影像点播voice e-mail 语音电子邮件,[港]话音电邮VPN (virtual private network) 虚拟专用网络,虚拟私用网络,[港]虚拟私有网络Issac 04-05-19 00:00WW3C (World Wide Web Consortium) 万维网联盟WAIS (wide area information servers) 广域信息服务器,全球信息服务器,全球信息服务WAN (wide area network) 广域网WAP wireless application protocol 无线应用协议,[港]无线应用软件协议web-based groupware [港]网上群组软件web crawler 网络搜索器web hosting 主机托管,[港]网站储存服务web page 网页web TV 网络电视webcasting 网络广播,网播webmaster 网络管理员webpublishing 网络出版what you see is what you get 所见即所得wide area information servers 广域信息服务系统wide area network 广域网window 窗口,窗口wireless application protocol 无线应用协议,[港]无线应用软件协议wireless local loop 无线本地环路,[港]无线区域环路WLL (wireless local loop) 无线本地环路,[港]无线区域环路workflow 工作流,[台、港] 工作流程workgroup 工作组,[台、港] 工作群组world wide web 万维网,环球网,全球信息网,[台]全球信息网,万维网络World Wide Web Consortium 万维网联盟WWW (world wide web) 万维网,环球网,全球信息网,[台]全球信息网,万维网络WYSIWYG (what you see is what you get) 所见即所得Issac 04-05-19 00:00XXLL (extensible link language) 可扩展链接语言XML (extensible markup language) 扩展置标语言,可扩展标示语言,扩展标注语言,[台]延伸性标记语言,可延伸性标志语言,[港]可扩充标记语言XSL (extensible style language) 可扩展类型语言,可扩展样式语言,可扩展风格语言XUL (extensible user interface language) 扩展用户界面语言YY2K problem (Year 2000 problem) 2000年问题,[台]千禧年效应,二千年信息年序危机,[港]千年虫问题Zzoom 缩放zoom in 放大zoom out 缩小。
数据库常用英语词汇
数据库常用英语词汇1. 数据库(Database)A structured collection of data that is organized and accessible in various ways.2. 表(Table)A collection of related data organized in a grid format of rows and columns.3. 列(Column)A vertical section of a table, also known as a field, which represents a specific attribute or characteristic.4. 行(Row)A horizontal record in a table that contains data related to the attributes defined by the columns.5. 记录(Record)A collection of related data values that pertain to a specific entity or item.6. 主键(Primary Key)A unique identifier for each record in a table, used to ensure data integrity and facilitate data retrieval.7. 外键(Foreign Key)A field in one table that references the primary key in another table, establishing a relationship between the two tables.8. 数据类型(Data Type)A classification that determines the type of data that can be stored in a column, such as text, number, or date.9. 索引(Index)A data structure that improves the speed of data retrieval by creating a reference to the specific location of data.10. 查询(Query)A request for specific information from a database, using a structured query language (SQL) or other methods.11. 更新(Update)The process of modifying or changing existing data in a database.12. 插入(Insert)The process of adding new data into a database.13. 删除(Delete)The process of removing data from a database.14. 连接(Join)15. 视图(View)16. 备份(Backup)A copy of the database or specific data created to ensure data availability and integrity in case of data loss or failure.17. 恢复(Restore)The process of restoring a backup copy of a database to recover lost or damaged data.18. 安全性(Security)The measures taken to protect a database from unauthorized access, data breaches, or other security risks.19. 触发器(Trigger)A database object that automatically executes a set of actions in response to specific events or changes in data.20. 事务(Transaction)A sequence of database operations that are treated as a single unitof work, ensuring consistency and integrity of data.以上是数据库常用英语词汇的简要介绍,希望能对您有所帮助!。
PPT u6-大数据专业英语教程-张强华-清华大学出版社
结构化查询语言 国际商用机器公司 美国国家标准协会 国际标准化组织 数据库管理系统 关系型数据库管理系统 面向对象的数据库管理系 统 信息管理系统 客户信息管理系统 分布式数据库管理系统
Notes
[1] A relational database is a collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways without having to reorganize the database tables.
[] [ ] [] [] [] [] []
vt.删除 adv.自动地 v.反射,反映,表现 n.域 n.主题,题目 n.连续,系列 adj.完备的,完全的,完成的
Phrases
tabular database distributed database customer profile find out
[] [] [ ] [] [] [ ]
distributed disperse congruent aggregation catalog
[] [] [] [ ] [ ]
n.数据库 v.组织 vt.分类,分等 adj.目录的 n.方法,步骤,途径,通路
adj.制成表的,扁平的,表格式的,平坦 的 vi.列表,排成表格式 adj.分布式的 v.(使)分散,(使)散开 adj.(与 with 连用) 一致的,适合的 n.集合,集合体,聚合
Lecturer: Zhang
Unit 6
Basic Concepts of Database
常用计算机专业英语词汇+缩写解释
常用计算机专业英语词汇1.file n. 文件;v. 保存文件mand n. 命令,指令e v. 使用,用途4.program n. 程序5.line n. (数据,程序)行,线路6.if conj. 如果7.display vt. 显示,显示器8.set v. 设置,n. 集合9.key n. 键,关键字,关键码10.list n. 列表,显示,v. 打印11.by prep. 凭,靠,沿12.press v. 按,压13.with prep. 用,与,随着14.format n. 格式15.change v. 更换,改变,变动16.cursor n. 光标17.directory n. 目录,索引簿18.from prep. 从,来自,以来19.menu n. 菜单,目录20.option n. 任选,选择,可选项21.character n. 字符,符号,特性22.current n. 电流23.type n. 型,类型;v. 打印24.screen n. 屏幕,屏;v. 屏蔽25.specify v. 指定,规定,确定26.move v. 移动27.disk n. 盘,磁盘28.text n. 正文,文本29.drive v. 驱动;n. 驱动器30.see v. 看,看出,查看 n. 名,名称;vt. 命名32.record n. 记录33.box n. 箱,匣,(逻辑)框34.database n. 数据库35.help v. & n. 帮助36.memory n. 记忆存储,存储器37.which pron. 哪个,a. 那一个38.all a. 全,全部;ad. 完全39.on ad. 接通,导电,开40.copy n. 复制,v. 拷贝41.shell n. 壳,外壳42.delete vt. 删除,删去,作废43.enter v. 键入,送入44.margin n. 余量,边缘,边际45.mark n. 标记;vt. 加标记46.also ad. & conj. 也,亦,还47.do v. 做,干;n. 循环rmation n. 信息,情报49.choose v. 挑选,选择,选定50.select vt. 选择51.group n. 组,群52.first a. & ad. & n. 第一,首先53.field n. 字段,域,栏,场54.procedure n. 过程,程序,工序55.print v. 打印,印刷56.return v. 返回,回送57.number n. 数字,号码;vt. 编号58.selected a. 精选的59.want v. 需要,应该,缺少60.window n. 窗口61.message n. 信息,消息,电文62.dialog n. & vt. 对话63.example n. 例子,实例64.create vt. 创立,建立65.insert vt. 插入66.related a. 相关的67.item n. 项,项目,条款68.edit vt. 编辑,编排,编篡69.marked a. 有记号的70.area n. (区)域,面积,方面71.parameter n. 参数,参变量72.then ad. & conj. 那时,则73.variable a. 可变的;n. 变量74.tab n. 制表键75.up ad. 上,向上,a. 高的76.string n. 行,字符串77.each a. & ad. 各(自),每个78.active a. 激活的,活动的79.topic n. 题目,论题80.start v. 起动,开始,启动81.mode n. 态,方式,模82.selection n. 选择83.function n. 函数,功能,操作84.word n. 字(词),单词85.make vt. 制造,形成,接通86.right a. 右边的,正确的87.value n. 值88.button n. 按钮89.index n. 索引,变址,指数90.without prep. 没有,在…以外91.appear vi. 出现,显现,好像92.left a. & n. 左边(的)93.save v. 保存94.next n. 下一次,a. 其次95.off ad. (设备)关着,脱离96.following a. 下列的,以下的97.control v. 控制,支配,管理98.only a. 唯一的,ad. 仅仅er n. 用户100.end n. 结束,终点,端点101.system n. 系统102.contain vt. 包含,包括103.time n. 时间;vt. 计时104.letter n. 字母,信105.data n. 数据106.setting n. 设置,调整107.desire v. & n. 期望108.position n. 位置;vt. 定位109.down ad. 落下,降低,减少110.task n. 任务;v. 派给…任务111.view n. & v. 视图,景象112.switch n. & v. 开关,转换,切换113.include vt. 包括,包含114.get v. 得到,获得,取115.default v. 缺省,预置,约定116.structure n. 结构,构造,构件117.into prep. 向内,进入118.path n. 路径,通路,轨道119.blank n. 空白,间隔120.open v. 打开,开启,断开121.add v. & n. 加,增加,添122.enable vt. 启动,恢复正常操作123.operation n. 操作,运算,动作124.erase v. 擦除,取消,删除125.filename n. 文件名126.search v. 检索,查询,搜索127.another a. 另一个,别的st a. & n. 最后(的) 129.column n. 列,柱,栏130.after prep. & ad. 以后,后面131.prompt n. & v. 提示132.two n. & a. 二,两,双133.execute v. 实行,实施134.about ad. 关于,大约,附近135.escape v. 逃避,逸出,换码136.error n. 错误,误差,差错137.currently ad. 目前,现在138.extension n. 扩充,延伸139.same a. 同样的,相同的140.status n. 状态,态,状况141.run v. 运行,运转,操作142.argument n. 变元,自变量143.statement n. 语句,陈述,命题144.shift v. 转义,换档,移位145.store n. & vt. 存储,存储器146.scroll vt. 上滚(卷);n. 纸卷147.replace vt. 替换,置换,代换148.macro n. 宏,宏功能,宏指令149.page n. 页面,页,版面150.quit v. 退出,结束151.define vt. 定义,规定,分辨152.reference n. & a. 参考;参考的153.other a. 别的,另外的154.while conj. 当…的时候155.pressing n. & a. 压制;紧急的156.restore vt. 恢复,复原157.top n. 顶,尖端158.how ad. 如何,怎样,多么159.color n. 颜色,色彩,(彩)色160.allow v. 允许,容许161.block n. (字,信息,数据)块162.decimal n. & a. 十进制;十进制的163.main a. 主要的164.definition n. 定义,确实,清晰度165.between prep. 在…之间,中间166.optional a. 任选的,可选的167.date n. 日期168.remove v. 除去,移动169.arrow n. 箭头,指针bel n. 标签,标号,标识符171.within prep. 在…以内172.issue v. 发行,出版,流出173.different a. 不同的,各种各样的174.available a. 可用的175.returned a. 退回的176.associate v. 相联,联想,关联177.attribute n. 属性,标志,表征178.dos 磁盘操作系统179.before prep. 以前,前,先180.order n. & vt. 指令,次序;排序181.modify vt. 修改,改变,变址182.array n. 数组,阵列183.mouse n. 鼠标器184.note n. 注解,注释185.locate vt. 定位186.video n. 视频,电视187.printer n. 打印机,印刷机188.bar n. 条,杆,棒189.bottom n. & a. 底,基础;底下的190.carriage n. 滑架,托架191.content n. 含量,容量,内容192.either a. & pron. 任何一个,各193.ok ad. & a. 对,好;全对194.space n. 空格键,空间195.editor n. 编辑程序196.exist vi. 存在,生存,有197.scope n. 范围,显示器198.paragraph n. 段(落),节,短讯199.multi (词头)多200.clear v. 清除,弄干净201.exit n. & vi. 出口;退出202.report vt. & n. 报告,报表203.execution n. 执行204.backup n. 备份,后备,后援205.version n. 版本206.find v. 寻找,发现207.pointer n. 指针,指示字208.subset n. 子集,子设备209.keyboard n. 键盘210.full a. & ad. & n. 全(的),满211.check v. 校对,栓查,核算212.should v. & aux. 应当,该213.single a. & n. 单个的;一个,单214.positioning n. 定位215.provide v. 提供216.title n. 题目,标题217.expression n. 表达式218.through prep. & ad. 通过,直通219.toggle n. & v. 触发器;系紧220.code n. 码,代码,编码221.such a. & pron. 这样的,如此222.b eginning n. 起点,初223.guide n. 向导,指南,入门224.tree n. 树,语法树225.environment n. 环境226.but 但是,可是,除非,不过227.device n. 设备,器件,装置228.highlight n. 增强亮度,提示区229.call v. 调用,访问,呼叫230.continue v. 连续,继续231.indicate vt. 指示,表示232.until prep. 到…为止,直到233.begin v. 开始,着手,开端234.place vt. 放,位,地点235.rename vt. 更名,改名236.swap v. 交换,调动237.work n. 工作238.remain vi. 剩下,留下,仍然239.close v. & a. 关闭,闭合;紧密的bination n. 结合,组合241.profile n. 简要,剖面,概貌242.unless conj. 除非243.so pron. & conj. 如此,这样244.except prep. 除…之外,除非245.turn v. & n. 转,转动;圈,匝246.back n. 背面,反向,底座247.sure a. & ad. 确实的;的确248.section n. 节,段,区域249.follow v. 跟随,跟踪250.split v. 分开,分离251.need v. 必须,需要252.access n. 存取,选取,接近253.additional a. 附加的,辅助的254.cancel v. 删除,取消,作废255.document n. 文献,资料,文件256.case n. 情况,场合257.numeric n. & a. 数字的,分数258.go vi. 运行,达到259.load n. & v. 装入,负载,寄存260.try n. (尝)试,试验261.size n. 尺寸,大小,容量262.entire a. & n. 完全的;总体263.leave v. 离开,留下264.history n. 历史265.second n. & a. 秒,第二(的) 266.reflow v. & n. 回流,逆流267.output n. 输出,输出设备268.out n. & a. 输入,在外269.both a. & ad. 两,双,都270.install vt. 安装271.source n. 源,电源,源点272.way n. 路线,途径,状态273.assign vt. 赋值,指定,分派274.support vt. 支援,支持,配套275.specific a. 特殊的,具体的276.join v. & n. 连接,并(运算) 277.expand v. 扩充,扩展,展开278.like a. 类似的,同样的279.diskette n. 软磁盘,软盘片280.skip v. 跳跃(定位),跳过281.application n. 应用282.confirmation n. 认可283.whether conj. 无论,不管284.hold v. 保持285.click n. “卡搭”声,插销286.write v. 写,存入287.byte n. (二进制的)字节288.abbreviate vt. 缩写,省略289.show v. 显示,呈现,出示290.otherwise ad. & a. 另外291.working n. 工作,操作,作业292.delimiter n. 定界符,分界符293.location n. 定位,(存储器)单元294.perform v. 执行,完成295.graphic n. & a. 图形;图形的296.read v. 读,读阅297.confirm vt. 证实,确认298.sort v. 分类,排序299.clause n. 条款,项目,子句300.once ad. & n. 只一次,一旦301.however conj. 然而,可是302.extend v. 扩充303.look v. 看,查看304.starting a. 起始的305.now ad. & n. 此刻,现在306.original n. & a. 原文;原(初)始的307.correspond vi. 通信(联系)308.property n. 性(质),特征309.several a. & n. 若干个,几个310.learn v. 学习,训练311.cause n. 原因,理由312.bracket n. (方)括号,等级313.omit vt. 省略,删去,遗漏314.running a. 运行着的,游动的315.sub-directory n. 子目录316.edge n. 棱,边,边缘,界限317.form n. 格式,表格,方式318.instruction n. 指令,指导319.ascii n. 美国信息交换标准码320.below a. & prep. 下列的;低于321.standard n. 标准322.occurrence n. 出现,发生323.lock n. & v. 锁,封闭;自动跟踪324.append vt. 附加,增补325.destination n. 目的地,接收站326.password n. 口令,保密字327.point n. 点,小数点,句号328.variety n. 变化,种类,品种329.many a. & n. 许多,多数330.buffer n. 缓冲器eful a. 有用的332.object n. 对象,目标,物体333.again ad. 再,又,重新,也334.operating a. 操作的,控制的335.carry v. 进位,带336.update v. 更新,修改,校正337.moving n. & a. 活动的,自动的338.coprocessor n. 协同处理器339.overlay v. 覆盖,重叠340.practice n. 实习,实践341.navigation n. 导航342.automatically ad. 自动地,机械地343.total n. & v. 总数;总计344.previous a. 早先的,上述的345.software n. 软件346.shortcut n. 近路,捷径347.long a. 长的,远的348.unique a. 唯一的,独特的349.part n. 部分,零件350.updated a. 适时的,更新的351.internal a. 内部的352.fill v. 填充353.basic n. & a. 基本;基本的354.math n. 数学355.since prep. 自从…以来356.determine v. 确定357.making n. 制造,构造358.center n. 中心,中央359.already ad. 已经,早已360.keyword n. 关键字(词)361.action n. 操作,运算362.condition n. 条件,情况;vt. 调节363.quick a. & ad. 快速的,灵敏的364.assigned a. 指定的,赋值的365.give vt. 给出,赋予,发生rge a. (巨)大的,大量的367.chapter n. 章,段puter n. 计算机plete v. & a. 完成;完整的370.past a. 过去的,结束的371.match v. 比较,匹配,符合372.recover v. 恢复,回收373.always ad. 总是,一直,始终374.require v. 需要,要求375.opening n. 打开,断路,孔work n. & vt. 网络;联网377.sign n. 符号,信号,记号378.release vt. & n. 释放,核发,版379.three a. & n. 三(的)380.recall vt. 撤消,复活,检索381.deletion n. 删去(部分),删除382.fixed a. 固定的,不变的383.amount vt. & n. 总计;合计384.alias n. 别名,代号,标记385.quote n. & v. 引号;加引号386.correct a. & vt. 正确的;改正387.else ad. & conj. 否则,此外388.maximum n. & a. 最大(的),最高389.under prep. 在…下面(之下) 390.take v. 取,拿391.switching n. 开关,转接,交换392.element n. 元件,元素,码元393.modification n. 改变,修改394.modified a. 修改的,变更的395.input n. 输入,输入设备396.uppercase n. 大写字母397.plus prep. 加,加上,外加398.found v. 建立,创办399.debug vt. 调试400.force v. & n. 强制;压力,强度401.lowercase n. 下档,小写体402.just ad. 恰好403.undo vt. 取消,废除404.environ vt. 围绕,包围405.why ad. 为什么406.temporary a. 暂时的,临时的407.put v. 存放(记录),放置408.instead ad. (来)代替,当作409.encounter v. & n. 遇到,碰到410.across prep. 交叉,越过411.matching n. 匹配,调整412.wildcard n. 通配符413.spill v. 漏出,溢出,漏失414.level n. 水平,级,层次415.browse v. 浏览416.speech n. 说话,言语,语音417.occur vi. 发生,出现,存在418.memo n. 备忘录419.prior a. 先验的,优先的420.loaded a. 有负载的421.length n. (字,记录,块)长度422.round v. 舍入,四舍五入423.variant n. & a. 变体,易变的424.floppy n. 软磁盘425.machine n. 机器,计算机426.square n. & a. 正方形;方形的427.supply vt. & n. 电源,供给428.home n. & a. 家,出发点429.normal a. & n. 正常,标准430.onto prep. 向…,到…上431.during prep. 在…期间432.module n. 模块(程序设计) 433.monochrome n. 单色434.assistance n. 辅助设备,帮助435.tell n. 讲,说,教,计算436.library n. (程序…)库,图书馆437.demonstration n. (公开)表演,示范438.stack n. 栈,堆栈,存储栈439.even a. & ad. 偶数的;甚至440.evaluate v. 估计,估算,求值441.times n. 次数442.previously ad. 以前,预先443.directly ad. 直接地,立即444.logical a. 逻辑的,逻辑“或”445.template n. 标准框,样板,模板446.calling n. 呼叫,调用,调入ter a. 更后的,后面的448.driver n. 驱动器,驱动程序449.therefore ad. & conj. 因此,所以450.saving a. 保存的451.detail n. 元件,零件,细节452.linker n. 连接程序453.loop n. 圈,环;(程序)循环,回路454.process vt. 处理,进程,加工455.scheme n. 方案,计划,图456.every a. 每个,全体,所有的457.refer v. 访问,引用,涉及458.possible a. 可能的,潜在的459.above a. 在…之上,大于460.overview n. 综述,概要461.result n. 结果462.syntax n. 语法,文法,句法463.abbreviation n. 缩短,省略,简称464.bios n. 基本输入/输出系统465.hidden a. 隐藏的,秘密的466.null n. & a. 空(的),零(的)467.send v. 发送468.private a. 专用的,私人的469.hard a. 硬的470.hardware n. 硬件471.say v. 说,显示,假定472.equal vt. & n. 等于,相等;等号473.pack n. 压缩,包裹474.minus a. & n. 负的;负数,减475.alternate a. 交替的,备用的476.collapse v. 崩溃,破裂477.corner n. 角,角落,转换478.present a. & v. 现行的;提供479.interpreter n. 解释程序,翻译机480.advance v. & n. 进步,提高;进展481.forward a. 正向的482.fast a. & ad. 快速的483.special a. 专用的,特殊的484.slash n. 斜线485.utility n. & a. 实用程序;实用性486.regardless a. 不注意的,不考虑的487.disable vt. 禁止,停用patible a. 可兼容的,可共存的489.depend vi. 随…而定,取决于490.empty a. 空,零,未占用491.alphabetical a. 字母(表)的,abc的492.branch n. 分支,支线;v. 转换493.resume v. 重(新)开(始)494.multiple a. 多次的,复杂的495.monitor n. 监视器,监督程序496.configuration n. 配置497.replacement n. 替换,置换,更新498.required a. 需要的499.macros n. 宏命令(指令)500.table n. 表501.loss n. 损耗,损失502.batch n. 批,批量,成批503.exact a. 正确的504.aboveboard ad. & a. 照直,公开的505.activate vt. & n. 使激活,驱动506.around ad. & prep. 周围,围绕507.slow a. & ad. 慢速的508.floating a. 浮动的,浮点的509.refresh v. 刷新,更新,再生510.stop v. 停止,停机511.pass v. 传送,传递,遍(数) 512.public a. 公用的,公共的513.eject n. 弹出514.ignore vt. 不管,忽略不计515.share v. 共享,共用516.sequence n. 顺序,时序,序列517.consist vi. 符合,包括518.step n. 步,步骤,步长,档519.double a. 两倍的,成双的e vi. 来,到,出现521.lower a. 下部的,低级的522.describe vt. 描述,沿…运行523.count v. 计数,计算524.pop v. 上托,弹出(栈)525.valid a. 有效的526.suspend v. 中止,暂停,挂起527.enhance vt. 增强,放大,夸张528.separate v. & a. 分隔,分离,各自的529.echo n. 回波,反射波530.necessary a. 必要的,必然的531.greater than 大于532.able a. 能…的,有能力的533.marking n. 标记,记号,传号534.ask v. 请求,需要535.term n. 项,条款,术语536.bring v. 引起,产生,拿来537.warning n. & a. 报警,预告538.less a. & ad. 更小,更少539.whose pron. 谁的ment n. & vi. 注解,注释541.effect n. 效率,作用,效能542.expanding a. 扩展的,扩充的543.on-line a. 联机的544.reorder v. (按序)排列,排序545.direct a. 直接的546.enclose vt. 封闭,密封,围住,包装547.reset vt. 复位,置“0”548.various a. 不同的,各种各样的549.paper n. 纸,文件,论文550.prevent v. 防止,预防551.side n. (旁)边,面,侧(面)552.push v. 推,按,压,进(栈)553.programming n. 程序设计,编程序554.upper a. 上的,上部的555.row n. 行556.pressed a. 加压的,压缩的557.temporarily ad. 暂时558.day n. 日,天,白天,时代559.repaint vt. 重画560.redefine vt. 重新规定(定义)561.relation n. 关系,关系式562.dimension n. 尺寸,维,因次563.boundary n. 边界,界限,约束564.zoom v. 变焦距565.initialize v. 初始化566.personal a. 个人的,自身的567.hello int. & v. 喂!;呼叫568.true a. & n. 真,实,选中569.wish v. & n. 祝愿,希望570.font n. 铅字,字形571.know v. 知道,了解,认识572.convert v. 转换,变换573.global n. 全局,全程,全局符574.still a. & n. & v. 静止的;静;平静575.installation n. 安装,装配576.invoke vt. 调用,请求577.interactive a. 交互式,交互的578.described a. 被看到的,被发现的579.century n. 世纪580.literal a. 文字的581.rather ad. 宁可,有点582.exclusive a. 排斥,排它性583.marker n. 记号,标记,标志584.wait v. 等待585.appropriate a. 适当的,合适的586.fit v. & n. 适合,装配;非特587.adapter n. 适配器,转换器588.filter n. 滤波器,滤光材料589.break v. 断开,撕开,中断590.backward ad. 向后,逆,倒591.searching n. 搜索592.receive v. 接收593.dual a. 对偶的,双的594.retry vt. 再试,复算595.normally ad. 正常地,通常596.exactly ad. 正好,完全,精确地597.immediately ad. 直接地598.separated a. 分开的599.high a. 高600.equivalent a. 相等的,等效的601.light n. & a. 光(波,源);轻的602.zero n. 零,零位,零点603.storage n. 存储,存储器604.width n. 宽度nguage n. 语言606.startup n. 启动607.much a. & n. 很多,许多,大量608.per prep. 每,按609.over prep. 在…上方610.mirror n. & v. 镜,反射,反映611.request n. & vt. 请求612.keypad n. 小键盘613.keep v. 保持,保存614.resident a. 驻留的615.learning n. 学问,知识616.talk v. 通话,谈话617.summary n. 摘要,汇总,提要618.well n. & a. 井;好,良好619.link n. & v. 链接;连接,联络620.according to a. 按照,根据621.identify v. 识别,辨认622.designated a. 指定的,特指的623.pertain vi. 附属,属于,关于624.expansion n. 展开,展开式625.incompatible a. 不兼容的626.blinking n. 闪烁627.month n. 月份628.precede v. 先于629.readily ad. 容易地,不勉强630.transportable a. 可移动的631.appropriately ad. 适当地632.routine n. 程序,例行程序633.ready a. 就绪,准备好的634.listing n. 列表,编目635.newly ad. 新近,重新636.year n. (一)年,年度,年龄637.contact n. 接触,触点638.session n. 对话,通话639.own a. & v. 自己的;拥有640.redraw vt. 再拉641.here ad. 在这里642.manual a. 手工的,手动的643.particular a. 特定的,特别的644.rectangle n. 矩形645.additive a. & n. 相加的;附加物646.similar a. 相似的647.assembly n. 汇编,安装,装配648.copyright n. 版权649.description n. 描述650.retrieve v. 检索651.mistake n. 错误652.produce v. 生产,制造653.ram 随机存取存储器654.exception n. 例外,异常,异议655.digit n. 数字,位数,位656.reverse v. & a. 反向的,逆657.minimum n. & a. 最小(的),最低658.enough a. & ad. 足够的,充足的659.although conj. 虽然,即使660.reindex v. & n. 变换(改变)符号661.third a. & n. 第三,三分之一662.red a. & n. 红色(的)663.along prep. & ad. 沿着664.test n. & v. 测试665.small a. 小的,小型的666.feed v. 馈给,(打印机)进纸pany n. & v. 公司;交际,交往668.movie n. 影片,电影(院)pile vt. 编译670.frequently ad. 常常,频繁地671.undefined a. 未定义的672.state n. & vt. 状态;确定673.tick v;n. 滴答(响);勾号(√) 674.accept vt. 接受,认可,同意675.intense a. 强烈的,高度的676.documentation n. 文件编制,文本677.asterisk n. 星号(*)678.easily ad. 容易地,轻易地679.become v. 成为,变成,适宜680.address vt. & n. 寻址;地址681.interface n. 接口682.pause vi. 暂停683.repeat v. 重复684.restart v. 重新启动,再启动685.assumed a. 假定的686.speed n. 速度687.entry n. 输入,项(目),入口bine v. 组合,联合anize v. 组织,创办,成立690.finished a. 完成的691.mixed a. 混合的692.permit v. 许可,容许693.formatting n. 格式化694.root n. 根695.symbol n. 符号,记号696.binary n. & a. 二进制;双态的697.whenever ad. & conj. 随时698.reach v. & n. 范围,达到范围699.caution n. & v. 警告,注意700.subtotal n. & v. 小计,求部分和701.card n. 卡片,插件(板)702.general a. 通用的703.associated a. 联合的,相联的704.transfer v. 传送,转换,转移705.connect v. 连接706.partition v. 划分,分区,部分707.hexadecimal a. 十六进制的708.generate vt. 产生,发生,生成709.specification n. 说明书,规则说明书710.customize vt. 定制,定做711.far a. 远的,遥远的712.nest v. 嵌套,后进先出713.duplicate vt. 复制,转录,加倍pression n. 压缩,浓缩715.unable a. 不能的716.means n. 方法,手段717.alternately ad. 交替地,轮流地718.intensity n. 强度,亮度719.reading n. 读,读数720.let v. 让,允许721.explicitly ad. 明显地,显然地pare v. 比较,对照,比喻723.sector n. & v. 扇区,段;分段724.problem n. 问题,难题725.vertically ad. 竖直地,直立地726.horizontally ad. 水平地727.backspace v. 退格,回退728.terminate v. 端接,终止729.people n. 人们730.short a. & n. 短的;短路731.drag vt. 拖,拉,牵,曳732.formatted a. 有格式的733.preview n. & vt. 预映734.underscore vt. 在…下面划线735.correctly ad. 正确地736.initially ad. 最初,开头737.reformat v. 重定格式738.inside n. & a. 内部,内容;内部的739.integrate v. 综合,集成740.controlled a. 受控制的,受操纵的741.period n. 周期742.huge a. 巨大的,非常的743.determined a. 坚决的,毅然的744.trailing n. & a. 结尾;尾随的745.seek v. 查找,寻找,探求746.introduction n. 入门,介绍,引进747.indent v. 缩排748.base n. 基,底,基地址749.integer n. 整数750.attempt vt. & n. 尝试,试验751.twice n. & ad. 两次,两倍于752.formed a. & n. 成形753.subscript n. 注脚,下标754.tiny a. 微小的,微量的755.model n. 模型,样机,型号756.correction n. 校正,修正757.rating n. 定额,标称值758.secondary a. 辅助的,第二的759.opened a. 开路的,断开的760.limit n. 极限,限界761.sun n. 太阳,日762.translate v. 翻译,转换,平移763.reason n. 原因,理由764.colon n. 冒号“:”765.avoid vt. 避免,取消,无效766.range n. 范围,域,区域767.allocate vt. 分配768.wordperfect a. 一字不错地熟记的769.simply ad. 简单地,单纯地770.verify vt. 鉴定,检验,核对771.manner n. 方法,样式,惯例772.direction n. 方向,定向,指向773.portion n. & vt. 部分;分配774.emulator n. 仿真器,仿真程序775.successful a. 成功的776.applied a. 适用的,外加的777.sum n. 和,合计,总额778.achieve vt. 完成,实现779.together ad. 一同,共同,相互780.affect vt. 影响,改变,感动781.delay v. 延迟782.free a. 自由的,空闲的783.properly ad. 真正地,适当地784.kind n. 种类,属,级,等785.splitting n. 分区(裂)786.feature n. 特征,特点787.console n. 控制台,操作台788.operate v. 操作,运算789.kernel n. 内核(核心)程序790.easy a. & ad. 容易的;容易地791.modifier n. 修改量,变址数792.invalid a. 无效的piler n. 编译程序(器)794.dot n. 点795.beep n. 蜂鸣声,嘀嘀声796.face n. 面,表面797.random a. 随机的798.facility n. 设施,装备,便利799.heading n. 标题800.asynchronous a. 异步的,非同步的801.series n. 序列,系列,串联802.individual a. 个别的,单个的803.explain v. 阐明,解释804.paste n. 湖,胶,膏805.welcome vt. & n. 欢迎806.six n. & a. 六(个)(的)807.early a. & ad. 早期,初期808.wrap v. & n. 包装,缠绕809.blue a. & n. 蓝(色),青色810.queue v. & n. 排队,队列811.interrupt v. & n. 中断812.respect n. & vt. 遵守,关系813.converted a. 转换的,变换的mon a. 公用的815.hyphen n. 连字符,短线816.serial a. 串行的,串联的817.loading n. 装入,加载,存放818.retain vt. 保持,维持819.setup n. 安排,准备,配置820.freeze v. 冻结,结冰821.intend vt. 打算,设计822.explanation n. 说明,注解,注释823.certain a. 确实的,确定的824.zap v. 迅速离去,击溃825.archive vt. 归档826.negative a. 负的,否定的827.image n. 图像,影像,映像828.platform n. 平台,台架829.often ad. 经常,往往,屡次830.signal n. & v. 信号;发信号831.cpu 控制处理部件832.bit n. 比特;(二进制)位833.fully ad. 十分,完全834.deactivate vt. 释放,去活化835.especially ad. 特别(是),尤其ually ad. 通常,平常,一般837.recommend vt. 推荐,建议838.maintain vt. 维护,保养,保留839.important a. 严重的,显著的840.central a. 中央的,中心的841.addition n. 加法,增加842.anytime ad. 在任何时候843.analyst n. 分析员844.false a. 假(布尔值),错误845.black a. & n. 黑色的,黑色846.gather n. 聚集,集合847.cycle n. & v. 周,周期;循环848.relative a. 相对的849.offer v. 提供,给予,呈现850.ending n. 结束851.rent v. & n. 租用;裂缝852.sentence n. 句(子)853.remember v. 存储,记忆,记住854.proper a. 真的,固有的855.design v. 设计856.examine v. 检验,考试,审查857.initial a. 最初的,初始的858.corrupt v. & a. 恶化;有毛病的859.buy v. 买,购买,赢得860.increase v. 增加,增大861.host n. 主机862.sample n. & v. 样品,样本;抽样863.pending a. 悬而未决的,未定的864.divide v. 除865.boot n. 引导,靴866.hide v. 隐藏,隐蔽867.half n. & a. & ad. 一半,半个868.magenta n. & a. 深红色(的) 869.leading n. & a. 引导(的)870.wrong a. & ad. n. 错误(的) 871.today n. & ad. 今天872.least a. & ad. 最小(的)873.opposite a. & n. & ad. 相反的874.white a. & n. 白色(的)875.override v. & n. 超越,克服876.brown a. & n. 褐色(的),棕色877.hex a. & n. 六角形的878.rest n. & v. 剩余,休息879.damage n. & vt. 损伤,故障880.instant a. 立刻的,直接的881.reserved a. 保留的,预订的882.technology n. 工艺,技术,制造学883.handle n. 处理,句柄884.apply v. 应用,适用于,作用885.stand v. 处于(状态),保持886.payment n. 支付,付款887.kilobyte n. 千字节(kb)888.parenthesis n. 括弧,圆括号889.scan v. 扫描,扫视,搜索890.locating n. 定位,查找891.developer n. 开发者,显影剂892.murder n. 弄坏,毁掉893.flush v. 弄平,使齐平894.unlock v. 开锁,打开895.movement n. 传送,移动896.consecutive a. 连续的,连贯的897.collection n. 集合,聚集,画卷898.front a. 前面的,正面的899.addressing n. 寻址900.prefix n. 前缀901.carousel n. 圆盘传送带902.safety n. 安全,保险903.static a. 静态的,不变的904.background n. 背景,底色,基础905.product n. (乘)积,产品906.assignment n. 赋值,分配907.bad a. 坏的,不良的908.declare v. 说明909.adjust vt. 调整,调节,控制910.recognize v. 识别911.route n. 路线,路由912.respectively ad. 分别地913.unsuccessful a. 不成功的,失败的914.received a. 被接收的,公认的915.navigate v. 导航,驾驶916.considered a. 考虑过的,被尊重的917.due a. 到期的,应付(给)的918.recently ad. 近来919.room n. 房间,空间920.descend v. 下降,落下921.fact n. 事实922.alter v. 改变,修改923.track n. 磁道,轨道924.precedence n. 优先权925.skeleton n. 骨架,框架926.log n. & v. 记录,存入927.star n. 星形,星号928.hot a. 热的929.replaceable a. 可替换的930.accessible a. 可以使用的931.involve vt. 涉及,卷入,占用932.configure vt. 使成形933.question n. 问题934.green n. & a. 绿色绿色的935.entirely ad. 完全地,彻底地936.helpful a. 有帮助的,有用的937.middle a. 中间的938.declared a. 承认的,申报的press vt. 压缩,精减940.graphically ad. 用图表表示941.auto a. 自动的942.automatic a. 自动的943.aligned a. 对准的,均衡的944.anywhere ad. 在任何地方945.terminal n. 终端,端子946.door n. 舱门,入口,孔947.expire v. 终止,期满948.resolution n. 分辨率949.local a. 局部的,本地的950.semicolon n. 分号(;)951.reread vt. 重读952.overwrite v. 重写953.critical a. & n. 临界的;临界值954.manager n. 管理程序955.capability n. 能力,效力,权力956.affected a. 受了影响的957.allowed a. 容许的958.border n. 边界,框,界限959.cache n. 高速缓存960.bell n. 铃,钟961.play v. 玩,奏,放音,放象962.quickly a. 快,迅速地963.fastback n. 快速返回964.answer n. & v. 响应,回答;答复965.represent v. 表示,表现,代表966.difference n. 差分,差967.highest a. 最高的968.project n. 项目,计划,设计969.physical a. 物理的,实际的970.matter n. 物质,内容,事情971.hercules n. 大力神,大力士972.reduce v. 减少,降低,简化973.publisher n. 出版者,发行人974.trim n. 区标,微调975.substitute v. 代替,替换,代入976.disabled a. 禁止的,报废的977.recent a. 近来的978.positive a. 正的,阳的,正片979.upgrade v. 升级,提高质量980.instance n. & vt. 例子,情况;举例981.happen vi. (偶然)发生,碰巧982.elapsed vi. & n. 经过983.future n. & a. 将来,未来的984.midnight n. & a. 午夜985.though conj. 虽然,尽管986.nor conj. 也不987.mono a. & n. 单音的988.slide v. & n. 滑动,滑动触头989.abort v. & n. 中断,故障990.jump v. & n. 转移991.toward prep. 朝(着…方向)992.throughout prep. 贯穿,整,遍993.via prep. 经过,经由994.among prep. 在…之中,中间995.neither a. & pron. (两者)都不yer n. & v. 层,涂层997.scatter v. 散射,分散,散布998.attention n. 注意(信号)999.convention n. 常规,约定,协定1000.conventional a. 常规的,习惯的1001.t ool n. 工具,刀1002.handler n. 处理程序1003.processor n. 处理机,处理程序1004.desktop a. 台式的1005.build v. 建造,建立,组合1006.windowing n. 开窗口1007.development n. 开发,研制,显影1008.exceed v. 超过,大于1009.understand v. 懂,明白(了),理解1010.h orizontal a. 水平的,横向的1011.alphabetically ad. 按字母表顺序1012.meet v. “与”,符合,满足1013.p rotect vt. 保护1014.r eserve vt. 保留,预定,预约1015.c lock n. 时钟,计时器,同步1016.m anifest vt. 表明,显示,显现1017.s afe a. 安全的,可靠的1018.d isconnect vt. 拆接,断开,拆线1019.c lockwise a. 顺时针的1020.eliminate vt. 除去,消除,切断1021.actual a. 实际的,现实的1022.declaration n. 说明,申报1023.probably ad. 多半,很可能1024.ring n. & v. 环,圈;按铃1025.cover vt. 盖,罩,套1026.indicator n. 指示器,指示灯1027.apple n. 苹果1028.icon n. 图符,象征1029.consideration n. 考虑,研究,讨论1030.skill n. 技巧1031.p icture n. 图象,画面yout n. 布置,布局,安排1033.suggest vt. 建议,提议,暗示1034.convenient a. 方便的,便利的1035.instruct vt. 讲授,命令1036.appendix n. 附录1037.medium n. & a. 媒体;中等的1038.truncate vt. 截尾,截断1039.inhibit vt. 禁止1040.nearly ad. 近乎,差不多,几乎1041.w arn vt. 警告,警戒,预告1042.underline n. 下划线1043.register n. 寄存器1044.stuff n. & vt. 材料;装入1045.exclude vt. 排除,除去1046.destroy vt. 破坏,毁坏,打破1047.calculation n. 计算,统计,估计1048.angle n. 角,角度1049.lexical a. 辞典的,词法的1050.decide v. (使)判定,判断1051.t rouble n. 故障1052.processing n. (数据)处理,加工1053.customer n. 顾客,客户1054.port n. 端口,进出口1055.discuss vt. 讨论,论述1056.segment n. 段,片段,图块1057.filing n. (文件的)整理汇集1058.identically ad. 相等,恒等1059.market n. 市场,行情,销路1060.valuable a. 有价值的,贵重的1061.l imited a. 有限的,(受)限制的1062.trying a. 费劲的,困难的1063.heap n. 堆阵1064.grey n. & a. 灰色;灰色的1065.permanently ad. 永久地,持久地1066.accelerator n. 加速装置,加速剂1067.originally ad. 原来,最初1068.ability n. 性能,能力,效率1069.internally ad. 在内(部)1070.derelict vt. 中途淘汰1071.r edirect vt. 重定向1072.reside vi. 驻留1073.header n. 首部,标题,报头1074.extra a. 特别的,额外的1075.repeated a. 重复的1076.death n. 毁灭,消灭1077.observe v. 观察,探测1078.density n. 密度1079.management n. 管理1080.environmental a. 周围的,环境的1081.s urrounding a. 周围的,环绕的1082.master a. 总要的,总的1083.recursive a. 递归的,循环的1084.trap n. & vt. 陷阱;俘获1085.dimensional n. 尺寸的,…维的1086.logic n. 逻辑(线路)1087.conjunction n. 逻辑乘,“与”1088.identical a. 相等的,相同的1089.advice n. 意见,参考说明1090.meaning n. 意义,含义1091.f all n. 落下,降落1092.interval n. 间歇,区间patibility n. 兼容性,适应性1094.rule n. 规则,法则,尺1095.flag n. 标志(记),特征(位) 1096.criterion n. 标准,判据,准则1097.office n. 办公室,局,站1098.express a. 快速的1099.volume n. 卷,册,体积,容量1100.s oft a. 软的1101.rated a. 额定的1102.activity n. 活力,功率1103.o dometer n. 里程表,计程仪1104.p hoenix n. 凤凰,绝世珍品1105.o btain v. 获得,得到1106.e asel n. 框,(画)架1107.l atter a. 后面的,最近的1108.d ecrease v. 减少,降低,缩短1109.m ainframe n. 主机,大型机1110.debugger n. 调试程序1111.diacritical a. 区分的,辩别的1112.confidential a. 机密的1113.trace v. 跟踪,追踪1114.division n. 除,除法,(程序)部分1115.regular a. 正则的,正规的1116.implicit a. 隐式的1117.mention vt. & n. 叙述,说到1118.near ad. & prep. 领近,接近1119.fifth n. & a. 第五,五分之一1120.seven n. & a. 七(个)1121.whereas conj. 面,其实,既然1122.review v. & n. (再)检查1123.whatever pron. & a. 无论什么1124.transform v. & n. 变换,变换式1125.align v. & n. 定位,对准1126.yellow a. & n. 黄色(的)1127.assist v. & n. 加速,帮助1128.finish v. & n. 完成,结束1129.micro a. & n. 微的,百万分之一1130.b eyond prep. 超过,那边1131.against prep. 反对,阻止1132.upon prep. 依据,遵照1133.service n. & vt. 服务,业务1134.l ittle a. 小的,少量的1135.e xhaust v. 取尽,用完1136.choice n. 选择,精品1137.s ounding a. 发声的1138.develop v. 发展,研制,显影1139.holding n. 保持,固定,存储1140.a lpha n. 希腊字母α,未知数。
计算机专业英语词汇表
Content(Key words & terms for chapter 1) 2(Key words & terms for chapter 2) 4(Key words & terms for chapter 3) 6(Key words & terms for chapter 4) 8(Key words & terms for chapter 5) 10(Key words & terms for chapter 6) 12(Key words & terms for chapter 7) 14(Key words & terms for chapter 8) 17(Key words & terms for chapter 1)application software: 应用软件basic application: 基本应用软件communication device: 通讯设备compact disc(CD): 紧凑格式盘computer competency: 计算机技能connectivity: 连通, 连通性data: 数据database file: 数据库文件desktop computer: 台式计算机device driver: 设备驱动程序digital versatile (video) disc: DVD, 数字式通用盘document file: 文档文件end user: 终端用户floppy disk: 软盘handheld computer: 手提电脑hard disk: 硬盘hardware: 硬件information: 信息information system: 信息系统information technology: IT, 信息技术input device: 输入设备Internet: 互联网keyboard: 键盘mainframe computer: 大型机memory: 内存microcomputer: 微型计算机microprocessor: 微处理器midrange computer: 中型机minicomputer: 小型机modem (modulator & demodulator): 调制解调器monitor: 监视器mouse: 鼠标network: 网络notebook computer: 笔记本电脑operating system (OS): 操作系统optical disk: 光盘output device: 输出设备palm computer: 掌上电脑personal digital assistant(PDA): 个人数字化助理presentation file: 演示文稿primary storage: 主存printer: 打印机procedures: 过程/用户文档program: 程序random access memory(RAM): 可读写内存/随机存储器secondary storage: 辅助存储器service program: 服务程序software: 软件special-purpose application: 专用应用软件supercomputer: 超级计算机system software: 系统软件system unit: 系统单元tablet PC: 带手写板的笔记本电脑utility: 工具软件Web: 网wireless revolution: 无线(通讯)革命(Key words & terms for chapter 2)address: 地址Advance Research Project Agency Network (ARPANET): 高级研究项目代理网络applets: Java程序attachment: 附件auction house site: 拍卖网站browser: 浏览器business-to-business (B2B): 商家对商家business-to-consumer (B2C): 商家对消费者cable: 电缆carder: 信用卡盗用者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: 电子邮件file transfer protocol (FTP): 文件传输协议filter: 过滤器friend: 好友header: 邮件头hit: 点击Hyperlink: 超文本链接Hypertext Markup language (HTML): 超文本标记语言instant messaging (IM): 即时消息Internet: 互联网Internet security suite: 网络安全包Internet Service Provider (ISP) : 网络服务供应商Java: 一种高级语言keyword search: 关键词搜索link: 链接location: 位置(地址)message: 消息metasearch engine: 元搜索引擎national service provider: 国家网络服务中心online: 在线online banking: 网络银行online shopping: 网络购物online stock trading: 网上股票交易person-to-person auction site: 个人对个人拍卖网站plug-in: 插件protocol: 协议search engine: 搜索引擎search service: 搜索服务signature line: 落款social networking: 社会网络spam: 垃圾邮件spam blocker:垃圾邮件拦截器specialized search engine: 专用搜索引擎spider: 代理程序subject: 主题surf: (网上)冲浪top-level domain: 顶层域名Uniform resource locator (URL): 统一资源定位universal instant messenger:通用即时消息软件uploading: 上载Web: 万维网Web auction: 网上拍卖Web-based application:网络应用软件Web-based services:Web 服务Web master:网管Web page: 网页Web utility: 网络工具wireless modem: 无线modemwireless service provider: 无线网络服务中心(Key words & terms for chapter 3)analytical graph: 分析图application software: 应用软件AutoContent wizard: 内容提示向导basic application: 通用软件bulleted list: 带标注段落business suite: 商用套件button:按钮cell: 单元格character effect: 文字效果chart: 图表column:列,栏computer 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:ribbon 功能区row:行sheet:工作表slide:幻灯片software suite:套装软件sort:排序specialized applications:专用软件specialized suite:专用软件套件speech recognition:语音识别spelling checker:拼写检查器spread sheet:电子表格system software:系统软件table:表格text entry:文本栏thesaurus:辞典toolbar:工具栏user interface:用户界面utility suite:工具套件what-if analysis:推测分析window:窗口word processor:文字处理器word wrap:文字回环/自动换行workbook file:工作表文件worksheet:工作表,电子表格(Key words & terms for chapter 4) animation: 动画artificial intelligence:人工智能artificial reality:虚拟现实audio editing software:声音编辑软件bitmap image:位图图像blog:博客button:按钮clip art:剪贴画desktop publisher:桌面排版软件desktop publishing program:桌面排版软件drawing program:绘画软件expert systems:专家系统flash:动画制作软件fuzzy logic:模糊逻辑graphical map:网页设计结构图graphics suite:图形包HTML editor:HTML编辑软件illustration program: 绘图软件image editors:图像编辑软件image gallery:图像收藏immersive experience:沉浸式体验industrial robot:工业机器人interactivity:交互性knowledge base:知识库knowledge-based system:知识系统link:链接mobile robot:移动机器人Morphing:图像渐变效果multimedia:多媒体multimedia authoring program:多媒体制作软件page layout program: 排版软件perception system robot:感知系统机器人photo editors:照片编辑器pixel:象素raster image:光栅图像robot:机器人robotics:机器人学stock photographs:库存图片story board:网页设计脚本vector :向量/矢量vector illustration:矢量插画vector image:矢量图video editing software:视频编辑软件virtual environment:虚拟环境virtual reality:虚拟现实virtual reality modeling language (VRML):虚拟现实建模语言virtual reality wall:虚拟现实墙VR:虚拟现实Web authoring:网页制作Web authoring programs:网页制作软件Web page editor:网页编辑软件(Key words & terms for chapter 5)Add Printer Wizard: 打印机添加程序antivirus utility :防病毒工具backup:备份backup program:备份软件Boot Camp:BC 软件(使苹果机可使用Windows系统)booting:启动cold boot:冷启动computer support specialist:计算机系统维护专家Dashboard Widgets:苹果机软件包desktop:台式机desktop operating system :桌面操作系统device driver:设备驱动程序diagnostic utility:诊断工具dialog box:对话框Disk cleanup:磁盘清理Disk defragmenter:磁盘碎片整理工具embedded operating system:嵌入式操作系统file:文件file compression program:文件压缩工具folder:文件夹fragmented:碎化graphical user interface (GUI):图形用户界面Help:帮助icon:图标language translator:翻译程序Leopard:苹果机软件LinuxMac OSMac OS Xmenu:菜单multitasking:多任务network operating system (NOS) : 网络操作系统network server:网络服务器One Button Checkup:一种系统工具软件operating system:操作系统platform:平台pointer:指针sectors:扇区software environment:软件环境Spotlight:苹果机软件stand-alone operating system:个人操作系统system software:系统软件tracks:磁道troubleshooting program:故障诊断软件uninstall utility:卸载工具UNIX:一种网络操作系统user interface:用户界面utility:工具软件utility suite:工具软件包virus:病毒warm boot:热启动window:窗口WindowsWindows Add Printer Wizard: Windows打印机添加程序Windows Update: Windows升级程序Windows XP(Key words & terms for chapter 6)AC adapter:交流适配器accelerated graphics port (AGP):加速图形端口analog:模拟信号Arithmetic Logic Unit (ALU):算术逻辑单元arithmetic operation:算术运算ASCII:一种八位键盘符号编码binary coding scheme:二进制编码方案binary system:二进制系统bit:二进制位bus:总线bus line:总线bus width:总线宽度byte:字节cable:电缆cache memory:高速缓冲存储器carrier package:载体Central Processing Unit(CPU):中央处理器chip:芯片clock speed:时钟速度complementary metal-oxide semiconductor (CMOS):互补金属氧化半导体computer technician:计算机技术人员control unit:控制单元coprocessor: 协处理器desktop system unit:台式机系统单元digital:数字式dial-core chip:双核芯片EBCDIC:一种八位键盘符号编码expansion bus:扩展总线expansion card:扩展卡expansion slot:扩展槽FireWire bus:火线总线FireWire port:火线端口flash memory:闪存graphics card:图形卡graphics coprocessor:图形协处理器handheld computer system unit:掌上型计算机系统单元industry standard architecture(ISA):工业标准体系结构Infrared Data Association (IrDA):红外线传输器标准组织integrated circuit:集成电路laptop:膝上型计算机logical operation:逻辑运算memory:内存microprocessor:微处理器modem card: modem卡motherboard:主板Musical Interface Digital Interface (Music Instrument Data Interface, MIDI):乐器数字界面network adapter card:网络适配卡network interface card (NIC):网络接口卡notebook system unit:笔记本电脑系统单元parallel port:并行端口parallel processing:并行处理PC card: PC卡PCI Express : 快速PCIperipheral component interconnect (PCI) :外围设备连接端口Personal digital assistant (PDA):个人数字化助理Plug and Play:即插即用port:端口power supply unit:供电单元processor:处理器random-access memory (RAM):可读写内存read-only memory (ROM):只读内存RFID tag:RFID 标签semiconductor:半导体serial port:串行端口silicon chip:硅芯片slot:插槽smart card:智能卡socket:插口sound card:声卡system board:系统板system bus:系统总线system cabinet:机箱system clock:系统时钟system unit:系统单元tablet PC system unit: tablet PC 系统单元TV tuner card:电视调协卡unicode:十六位字符编码universal serial bus (USB):通用串行总线universal serial bus (USB) port:通用串行总线端口virtual memory:虚拟内存word:字(Key words & terms for chapter 7)active matrix monitor:主动矩阵监视器bar code:条形码bar code reader: 条形码读码器bar code scanner:条形码扫描仪cathode ray tube monitor (CRT):阴极射线管监视器clarity:清晰度combination key:组合键cordless mouse:无线鼠标data projector:数字投影仪digital camera:数字相机digital media player: 数字媒体播放器digital music player: 数字音乐播放器digital video camera:数字摄像机display screen: 显示屏dot-matrix printer:点阵式打印机dot pitch:点距dots-per-inch (dpi):每英寸点数dual-scan monitor:整体扫描显示器dumb terminal:哑终端e-book:电子图书ergonomic keyboard: 保健键盘fax (facsimile) 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:网络电话传输joystick:游戏杆keyboard:键盘laser printer:激光打印机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:照片打印机pixel (picture element):象素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: 技术文档制作者telephony:电话学,电话传输terminal:终端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:条形码识别器WebCam:网络摄像机wheel button: (鼠标)滚轮wireless mouse:无线鼠标(Key words & terms for chapter 8)access speed: 读写速度Blu-Ray (BR): 蓝光capacity: 容量CD (compact disc): 紧凑格式盘CD-R (CD-recordable): 可写CD(一次)CD-ROM (compact disc-read only memory): 只读CDCD-ROM jukebox: CD-ROM光盘库CD-RW (compact disc rewritable): 可擦写CD(多次)cylinder: 柱面density: 密度direct access: 直接读写disk caching: 磁盘高速缓冲DVD (digital versatile disc or digital video disc): 数字式通用盘DVD player: DVD播放器DVD-R or DVD+R (DVD recordable): 一次性刻录格式DVD-RAM (DVD-random-access memory):可读写DVDDVD-ROM (digital versatile disc-read only memory): 只读DVD DVD-RW or DVD+RW (DVD rewritable): 可擦写DVD enterprise storage system: 大型存储系统Erasable optical disk: 可擦写光盘file compression: 文件压缩file decompression: 文件解压file server: 文件服务器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): 高清internal hard disk: 内置式硬盘Internet hard drive:在线存储器label: 标签land: 平面magnetic tape: 磁带magnetic tape reel: 磁带卷magnetic tape streamer: 流式磁带mass storage: 海量存储mass storage devices: 海量存储设备media: 介质optical disk: 光盘optical disk drive: 光盘驱动器organizational Internet storage: 高速网络存储PC Card hard disk: PC卡式硬盘pit: 光盘凹陷处primary storage: 主存RAID system: 冗余阵列盘系统redundant arrays of inexpensive disks (RAID): 冗余阵列盘secondary storage: 辅助存储器secondary storage device: 辅助存储设备sector: 扇区sequential access: 顺序读写shutter: 磁盘读写口software engineer: 软件工程师solid-state storage: 固态存储器storage devices: 存储设备tape cartridge: 磁带盒tape library:磁带库track: 磁道USB drive: USB驱动器write-protection notch: 写保护口。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
数据库设计词汇对照表1. Access method(访问方法):此步骤包括从文件中存储和检索记录.2. Alias(别名):某属性的另一个名字.在SQL 中,可以用别名替换表名.3. Alternate keys(备用键,ER/关系模型):在实体/表中没有被选为主健的候选键.4. Anomalies(异常)参见更新异常(update anomalies)5. Application design(应用程序设计):数据库应用程序生命周期的一个阶段,包括设计用户界面以及使用和处理数据库的应用程序.6. Attribute(属性)(关系模型):属性是关系中命名的列.7. Attribute(属性)(ER 模型):实体或关系中的一个性质.8. Attribute inheritance(属性继承):子类成员可以拥有其特有的属性,并且继承那些与超类有关的属性的过程.9. Base table(基本表):一个命名的表,其记录物理的存储在数据库中.10. Binary relationship(二元关系):一个ER 术语,用于描述两个实体间的关系. 例如,panch Has Staff.11. Bottom-up approach(自底向上方法):用于数据库设计,一种设计方法学,他从标识每个设计组建开始,然后将这些组件聚合成一个大的单元.在数据库设计中,可以从表示属性开始底层设计,然后将这些属性组合在一起构成代表实体和关系的表.12. Business rules(业务规则):由用户或数据库的管理者指定的附加规则.13. Candidate key(候选键,ER 关系模型):仅包含唯一标识实体所必须得最小数量的属性/列的超键.14. Cardinality(基数):描述每个参与实体的可能的关系数目.15. Centralized approach(集中化方法,用于数据库设计):将每个用户试图的需求合并成新数据库应用程序的一个需求集合16. Chasm trap(深坑陷阱):假设实体间存在一根,但某些实体间不存在通路.17. Client(客户端):向一个或多个服务器请求服务的软件应用程序.18. Clustering field(群集字段):记录总的任何用于群集(集合)航记录的非键字段,这些行在这个字段上有相同的值.19. Clustering index(群集索引):在文件的群集字段上定义的索引.一个文件最多有一个主索引或一个群集索引.20. Column(列):参加属性(attribute).21. Complex relationship(复杂关系):度数大于2 的关系.22. Composite attribute(复合属性):由多个简单组件组成的属性.23. Composite key(复合键):包含多个列的主健.24. Concurrency control(并发控制):在多用户环境下同时执行多个十五并保证数据完整性的一个DBMS 服务.25. Constraint(约束):数据库不允许包含错误数据的一致性规则.26. Data conversion and loading(数据转换和加载):数据库应用生命周期重的一个阶段,包括转换现有数据到新数据库中以及酱下耨应用程序转换到新的数据库上运行.27. Data dictionary(数据字典):参见系统目录(system catalog).28. Data independence(数据独立性):使用数据的应用程序的数据描述部分.这意味着,如果将新的数据结构添加到数据库中,或者数据库中现有的结构被修改了,那么使用此数据库的就会受到影响,除非应用程序不直接依赖于被修改的部分.29. Data model(数据模型):描述数据,数据间关系以及数据的约束的概念的一个集成的集合.30. Data redundancy(数据冗余):参见冗余数据(redundant data).31. Data security(数据安全):包括对数据库对象(如表和视图)的访问和使用以及用户可以在这些对象上实施的操作.32. Database(数据库):是逻辑上相关的数据(以及这些数据的描述)的一个共享的集合,用于解决公司对信息的需求.33. Database design(数据库设计):数据库应用生命周期中的一个阶段,包括创建一个支持公司的操作和目标的数据库的设计.34. Database integrity(数据库完整性):指存储数据的正确定和一致性.完整性通常用约束来表达.35. Database Management System,DBMS(数据库管理系统):一个能够让用户定义,创建和维护数据库并控制对数据库的访问的软件系统.36. Database planning(数据库规划):能尽可能有效的实现数据库应用的各阶段的管理活动.37. Database server(数据库服务器):同服务器.38. DBMS engine(DBMS 引擎):同服务器.39. DBMS selection(DBMS 选择):数据库应用生命周期中的一个阶段,包括选择一个合适的DBMS 来支持数据库应用.40. Degree of a relationship(关系的度):一个关系中参与的实体的个数.41. Denormalization(反规范化):形式上,这个术语指的是对基本表结构的修改,这样新的表比原始的表的规范化程度要低.但也可以用此属于更宽泛地形容将两个表和并成一个新表的情形,而这个新表与原来的表具有相同的范式,但比原表包含更多的空值.42. Derived attribute(派生属性):表示其值可以从一个相关属性和属性集的值派生得到的属性,这个属性在实体中不是必须的.43. Design methodology(设计方法学):一种结构化的方法,它使用过程,工具和文档来支持和简化设计过程.44. Disjoint constraint(无连接约束):描述子类的成员间的关系,并指明超类某个成员是否有可能成为一个或多个子类的成员.45. Domain(域):一个或多个属性的取值范围.46. Entity(实体):具有相同性质的对象的集合,它是由用户或公司标识并可独立存在的.47. Entity integrity(实体完整性):在一个基本表中,主健列的值不能为空.48. Entity occurrence(实体出现):实体中的一个唯一可标识的对象.49. Entity-Relationship model(实体关系模型):公司的实体,属性和关系的详细逻辑表示.50. Fact-finding(事实发现):使用诸如面谈和提问等技术收集关于系统的事实, 需求和性能的形式化过程.51. Fan trap(扇形陷阱):但从第三个实体扇出的两个实体有1:*关系时出现扇形陷阱,但这两个实体在他们之间应该有直接关系以提供必要的信息.52. Field(字段):同元组(Tuple).53. File(文件):存储在副主存储器中的相关记录的一个命名集合.54. File-based system(基于文件的系统):一个文件集合,用来管理(创建,插入,删除,更新和检索)一个或多个文件中的数据,并产生基于这些文件中的数据的应用(通常是报表).55. File organization(文件组织):当文件存储在磁盘上时,对文件中的记录的安排方式.56. First normal form(1NF,第一范式):表中的每个列的交叉处以及记录包含切进包含一个值的表.57. Foreign key(外健):一个表中的一个列或者多个列的集合,这些列匹配某些其他(也可能是同一个)表中的候选键.58. 4GL, Fourth-Generation Language(第四代语言):一种非过程化语言,比如SQL,他只需要用户定义必须完成什么操作,4GL 负责将所进行的操作翻译成如何实现这些操作.59. Full functional dependency(完全函数依赖):一个列在功能上依赖于复合主健,但不依赖于主健的任何一个子集的条件.60. Functional dependency(函数依赖):描述表中列之间的关系.61. Generalization(泛化):通过标识实体间的公共特征使实体间差别最小化的过程.62. Generalization hierarchy(泛化层次结构):同类型层次(type hierarchy).63. Global data model(全局数据模型):代表整个公司(和被模型化的公司的一部分)的数据模型.64. Implementation(实现):数据库应用生命周期中的一个阶段,包括数据库和应用程序设计的物理实现.65. Index(索引):一种允许DBMS 将特定的记录更快的放置到文件中,从而加快对用户查询的响应的数据结构.66. Infomation system(信息系统):能够在整个公司范围内收集,管理,控制和分发数据/信息的资源.67. Inheritance(继承):参见属性继承(attribute inheritance).68. Integrity constaints(完整性约束):防止出现数据库中的数据不一致的约束.69. IS-A hierarchy(IS-A 层次结构):同类型层次结构(type hierarchy).70. Local logical data model(局部逻辑数据模型):代表特定用户视图或用户视图的组合的数据模型.71. Logical database design(逻辑数据库设计):基于特定的数据模型构建公司的数据的模型的过程,但不依赖于特定的DBMS 以及其他的物理条件.72. Meta-data(元数据):关于数据的数据,参见系统目录(system catalog).73. Mision objective(使命目标):标识数据库必须支持的特定任务.74. Mission statement(使命语句):定义数据库应用程序的主要目标.75. Multiplicity(多样性):定义与某个相关实体的一次出现有关的实体的出现数目.76. Multi-valued attribute(多值属性):为一个实体的出现保存多个值的属性.77. Nonkey attribute/column(非键属性/列):不是键的一部分的属性/列.78. Normal forms(范式):规范化过程的一个阶段.前三个范式分别为第一范式(1NF),第二范式(2NF),第三范式(3NF).79. Normalization(规范化):一种产生带有需要的特性的技术,这种特性能支持用户和公司的需求.80. Null(空值):表示当前不知道或对于这条记录来说不可使用的一个列的值. 81. Operational maintenance(操作维护):数据库应用生命周期的一个阶段,包括监视和维护系统安装后的运行.82. Participation constraint(参与约束,EER 模型):确定超类中的每个出现是否必须作为子类的一个成员进行参与.83. Participation constraint(参与约束,ER 模型):确定是否所有或者仅仅是某些实体出现参与到关系中.84. Physical database design(物理数据库设计):在二级存储上产生数据库实现的描述的过程,它描述基本表,文件的组织,用于获得有效访问的索引以及所有与完整性约束和安全性限制有关的说明.85. Primary index(主索引):在文件的有序键字段上构建的索引.一个文件最多可以有一个主索引或一个群集索引.86. Primary key(主健,ER 模型):用来标识每个实体的出现的候选键.87. Primary key(主健,关系模型):在一个表中用来标识记录唯一性的候选键.88. Privileges(权限):允许用户在给定基本表和视图上执行的操作.89. Prototyping(原型):数据库的应用程序生命周期的一个阶段,包括勾践数据库应用程序的工作模型.90. Query-by-Example(QBE):一种用于关系型DBMS 的非过程化的数据库语言.QBE 是一个图形化的"点-按"查询数据库的方法.91. RDBMS:关系型DBMS.92. Record(记录):同元组(Tuple).93. Recovery control(恢复控制):当时百事,将数据库还原到正确状态的过程.94. Rcursive relationship(递归关系):一种关系,挡同一个实体在不同的角色中参与多次时就会出现递归关系.例如Staff Supervises Staff.95. redundant data(冗余数据):在多个表中存储的重复数据.96. Referential integrity(参照完整性):如果一个表中存在外健,则外健值必须匹配主表中的某些记录的候选键的值.97. Relation(关系):一个关系是一张表,它也有列和行.98. Relational model(关系模型):以表(或关系)的形式表示数据的数据模型.99. Relational database(关系数据库):规范化表的集合.100. Relation(关系):实体间有意义的关系.101. Relationship occurrence(关系出现):两个实体出现之间的唯一可标识的联系. 102. Requirements collection and analysis(需求收集于分析):数据库应用程序生命周期的一个阶段,包括收集和分析数据库应用程序所要支持的关于公司的信息,并使用这些信息来标识新的数据库应用需求.103. Row(行):同元组(Tuple).104. Second normal form(第二范式):一个已经是第一范式的表,同时满足所有的非主健列只能从构成主健的全部列中获得.105. Secondary index(二级索引):在数据文件的非有序字段上定义的索引. 106. Security(安全):指防止数据库被非授权的用户访问,包括有意的和无意的.RDBMS 通常提供两种类型的安全:数据安全和系统安全.107. Server(服务器):为发出请求的客户提供服务的软件应用程序.参见两层/三层客户端-服务器体系结构.108. Simple attribute(简单属性):只有一个组件的属性.109. Single-valued attribute(单值属性):对于一个实体出现只有一个值的属性.110. Specialization(特化):通过标识用来区分实体间成员的特征来最大花实体间成员的差别的过程.111. Specialization hierarchy(特化层次结构):同类型层次结构(Type hierarchy).112. SQL(Structured Query Language,结构化查询语言):一种用于RDBMS 的非过程化数据库语言.换言之,你只需要指定你需要那些信息,而不需要指定如何得到这些信息. SQL 已经被国际标准化组织(ISO)标准化了,因此SQL 是定义和操纵RDBMS 的正式和实际上的标准语言.113. Strong entity(强实体):一个不依赖于其他实体的主健的存在而存在的实体.114. Subclass(子类):为(超类)实体中的某些出现并保持特定属性和关系并有不同角色的实体115. Superclass(超类):为实体中的所有出现保存公共属性和关系的实体.可参见特化和泛化.116. Superkey(超键,ER 模型):一个属性或属性集,诶译的标识了每个实体地出现.117. Superkey(超键,关系模型):一个列或者列集,唯一的标识了表中地一个记录.118. System catalog(系统目录):保存关于数据库地结构,用户,应用程序等信息地数据. 119. System definition(系统定义):数据库应用声明周期重的一个阶段,包括定义数据库应用程序以及他的主要用户视图地范围和边界.120. System security(系统安全):在系统级保护数据库地访问和使用,不如用户名和密码. 121. Table(表):同关系(relation).122. Ternary relationship(三元关系):三个实体间的关系.例如panch,staff 和member 之间的Registers 关系.123. Testing(测试):数据库应用生命周期的一个阶段,包括执行应用程序并有意地发现错误. 124. Third normal form,3NF(第三范式):一个已经是1NF和2NF的表,同时满足所有的非主健的列的值仅能从主健列得到,而不能从其他列得到.125. 3GL, Third-Generation Language(第三代语言):一种过程化的语言,比如COBOL,C,C++,它需要用户(通常是程序员)指定必须要干什么事情以及如何干这些事情. 126. Three-tier client-server architecture(三层客户端-服务器体系结构):由处理用户界面的客户和处理业务逻辑的应用程序服务器以及数据处理曾组成,而数据库服务器是用来来运行DBMS 的.127. Top-down approach(自顶向下方法,用于数据库设计):一种设计方法,此种方法从定义系统的主要结构开始,然后将这些结构逐步细分成更小的单元.在数据库设计中,通过标识实体和数据间的关系开始这个顶层的步骤,然后逐步添加细节,比如你希望保存的关于实体和关系的信息(成为属性)以及在实体,关系和属性上的所有约束.128. Transaction(事务):由用户和应用程序执行的一个动作或一系列动作,这些动作访问或修改数据库的内容.129. Transaction Processing Monitor,TPM(事务处理监视器):控制数据在客户端和服务器键转换的程序,以便为联机事务处理(OLTP)提供一个一致的环境.130. Transitive dependency(传递依赖):假设A,B,C 是表中的列,如果 B 依赖于A(A-->B),并且 C 依赖于B(B-->C),则 C 通过 B 传递而依赖于A(假设 A 不依赖于 B 或C).如果在主健上存在一个传递依赖,则此表就不是3NF 的. 必须从表中去掉传递依赖以达到3NF 的要求.131. Tuple(元组):关系中的一行记录.132. Two-tier client-server architecture(两层客户端-服务器体系结构):由处理主要业务和数据处理逻辑以及与用户的接口的客户端应用程序和管理和控制数据库访问的服务器程序组成.133. Type hierarchy(类型层次结构):一个是提以及它的子类和他们的超类,等等.134. UML(Unified Modeling Language,统一建模语言):在20 世纪80 年代和90 年代引入的诸多面向对象分析与设计方法重的一种较新的方法.135. Update anomalies(更新异常):当用户视图更新一个包含冗余数据的标识可能引起的不一致.有三种类型的异常:插入,删除和更新.136. User view(用户视图):从特定的作业(比如经理或管理者)角度或业务应用领域(比如市场,职员或库存控制)定义的数据库应用的需求.137. View(视图):一个"虚拟底表",它不实际存在数据库中,但他由DBMS 从现有底它所涉及的基本表中产生.138. View integration approach(视图综合法,用于数据库设计):每个用户视图的需求,用来构建代表用户试图底独立数据模型.在数据库设计阶段,结果数据库模型被合并成一个更大的模型.。