计算机专业英语词汇与翻译复习题(已完成)

合集下载

计算机专业英语_考试题目

计算机专业英语_考试题目

----------------------------精品word 文档 值得下载 值得拥有---------------------------------------------- 一、词汇(一)Translate the following words or expressions into Chinese.1.Central Processing Unit 中央处理单元2.relational database 关系数据库 3.software crisis 软件危机 4.feasibility analysis 可行性分析5.electronic commerce 电子商务6.reference element 参考元素9.object-oriented language 面向对象的语言13.assembly language 汇编语言14.standardize 使标准化17.embedded system 嵌入式系统----------------------------精品word 文档 值得下载 值得拥有----------------------------------------------20.gray scale 灰度 (二) Fill in the blanks with the corresponding English abbreviations. (根据汉语写出相应的英语缩写。

)1.随机存储器 RAM2.广域网 WAN3.超文本标记语言 HTML4.文件传输协议 FTP5.液晶显示器 LCD6.结构化查询语言SQL7.磁盘操作系统 DOS8.电子公告板系统 BBS(三) Translate the following English abbreviations into Chinese. (根据英语缩写写出相应的中文意思。

)1.USB 通用串行总线 3.AI 人工智能4.HDD 硬盘驱动器5.DNS 域名服务器6.IE 网页浏览器8.PPP 点对点通信协议 9.SMTP 简单邮件传输协议10.WWW 万维网二、 匹配1、portability J A 、半兼容的2、ROM D B 、客户服务器模式3、carrier signal G C 、数据库管理信息系统4、protocol F D 、只读存储器5、CSS H E 、综合业务数字网6、proxy server N F 、协议7、computer aided design S G 、载波信号8、semi-compatible A H 、层次式样表9、SCSI O I、性能影响10、URL(uniform resource locator) M J、可移植性11、performance hit I K、超文本传输协议12、CP/M R L、局域网13、ISP T M、统一资源定位器14、CLI(Command Language Interpreter)Q N、代理服务器15、hypertext document P O、小型计算机系统接口16、LAN L P、超文本文档17、database management system C Q、命令语言解释程序18、HTTP K R、微机控制程序19、ISDN E S、计算机辅助设计20、client server B T、网络服务提供者三、英文解释(此题仅供参考)In this section, there are 15 sentences which are the English words explanation. You are required to read it carefully, then choose the proper word corresponding with the explanation。

计算机专业英语及翻译Unit 7

计算机专业英语及翻译Unit 7

Unit 7 The Fundamentals of ComputerSoftwareText 1 Data StructureA data structure is a data type. Its values are composed of component elements that are related by some structure.Since a data structure is a data type, it has a set of operations on its values. In addition, there may be operations that act on its component elements. The operations of a structured data type might not only act on the values of the data type, they might also act on component elements of the data structure.The data type’s arrays and record s are native to many programming languages. By using the pointer data type and dynamic memory allocation, many programming languages also provide the facilities for constructing linked structures. The first two higher-level abstract data types are stacks and queues. They are extremely important to computing.A stack is a data type. Its major attributes are the way the insertion and deletion of its elements. The only element that can be deleted or removed is the one that was inserted most recently. Such a structure is said to have a last-in/first-out (LIFO) behavior.Queues are familiar to us. The line of people waiting for service at a bank is an example of queues. The main feature of queues is that they follow a first-come/first-served rule. In queues, the earliest element inserted is the first served. In social settings, the rule appeals to our sense of equality and fairness.There are many applications of the first-in/first-out (FIFO) protocol of queues in computing. For example, the line of I/O requests waiting for access to a disk drive might be a queue. The line of computing jobs waiting to be run on a computer system might also be a queue.参考译文数据结构数据结构是一种数据类型,其值是由通过某种结构相互关联的组成元素所构成的。

计算机专业英语复习题完整版

计算机专业英语复习题完整版

计算机专业英语复习题标准化管理处编码[BBX968T-XBB8968-NNJ668-MM9N]1.home page 主页2.graphical user interface (GUI) 图形用户界面3.artificial intelligence 人工智能4.carbon copy 打字副本5.field 字段6.software suite 软件套装7.desktop operating system 桌面操作系统ser printer 激光打印机9.machine language 机器语言10.relational database 关系数据库11.menu bar 菜单栏12.secondary storage 辅助存储器;二级存储器13.system software 系统软件二、1.内存 memory2.输入设备 input device3.扬声器 speaker4.局域网 local-area network5.传输控制协议 transmission control protocol6.集成电路 integrated circuits7.上下文敏感 context sensitive8.微处理器 microprocessor9.只读存储器 Read-only memory10.触摸屏 touch screen11.像素 pixel12.多媒体 multimedia13.自动换行 word wrap三_________.A、peopleB、OSC、keyboardsD、proceduresE、software( abc ) 2、For microcomputer, there are three basic system units:____________ .A、Desktop system unitsB、Notebook system unitsC、Personal digital assistant system unitsD、Arithmetic-logic units( a ) 3、Language translators convert programming statementsinto__________.A、machine languagesB、UNIXC、service programsD、operating systems( b ) 4、The ____________is a list of commands or options from which you can choose.A、iconB、menuC、windowD、pointer( a ) 5、Database management systems are comprised of tables that are made of rows called __________ and columns called __________ .A、fields, recordsB、ranges, sheetsC、records, fieldsD、records, ranges( abcd )6、The four main computer operations are _________.A、inputB、processingC、outputD、storageE、compile( c ) 7、RAM is a kind of____________ memory.A、permanentB、smartC、temporaryD、flashE、expansion( acd )8、Which are the types of non-impact printer: ____________ .A、 thermal printerB、dot matrix printerC、laser printerD、ink-jet printerE、all of above( a )9、What is an extension of a driver in Windows environmentsA、.drvB、.txtC、D、.sysE、.win( c ) 10、The following answers ____________ is the system software.A、PHOTOSHOPB、EXCELC、Windows NTD、POWERPOINT ( bde ) 11、In monitors, the three primary colors are__________ .A、yellowB、redC、whiteD、greenE、blue( ab ) 12、Typically, the first page of a Web site is referred to as its__________ .A、home pageB、web pageC、HTMLD、URLE、site( ) 13、The new addressing system IPV6 defines an IP address as a ______________number. A、16-bit B、32-bit C、64-bitD、128-bit四、(一)Laptop computers are popular all over the world. People use themon trains and airplanes, in airports and hotels. These laptops connect people. Westlake College in Virginia will start a laptop computer program that allows students to do schoolwork anywhere they want. Within five years, each of the1500 students at the college will receive a laptop. The laptops are part of a$10 million computer program at Westlake, a 110-year-old college. Thestudents with laptops will also have access to the Internet. In addition, theywill be able to use e-mail to “speak” with their teachers, their classmates,and their families. However, the most important part of the laptop program isthat students will be able to use computers without going to computer labs.They can work with it at home, in a fast-food restaurant or under the trees-anywhere at all!Because of the many changes in computer technology, laptop use in higher education, such as colleges and universities, is workable. As laptops becomemore powerful, they become more similar to desktop computers. In addition, the portable computers can connect students to not only the Internet, but alsolibraries and other resources. State higher-education officials are studyinghow laptops can help students. State officials are also testing laptopprograms at other universities, too. At Westlake College, more than 60 percentof the staff use computers. The laptops will allow all teachers to use computers in their lessons. As one Westlake teacher said, “Here we are in the middle of Virginia and we’re giving students a window on the world. They can see everything and do everything.”笔记本电脑在世界各地流行。

计算机专业英语期末复习题及参考答案

计算机专业英语期末复习题及参考答案

一单选题 (共10题,总分值30分 )1. hacker (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙2. functional testing (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙3. relational database (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙4. firewall (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙5. software testing (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙6. audi (3 分)B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙7. application software (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙8. machine language (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库J. 防火墙9. memory (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙10. structured programming (3 分)A. 音频B. 应用软件C. 机器语言D. 软件测试E. 结构化程序设计F. 内存G. 功能测试H. 关系数据库I. 黑客J. 防火墙二填空题 (共1题,总分值5分 )11. Microsoft Word XP is the current Window versionof Word, and documents created in Word XP can beeasily _________________________________Excel, Power Point and Access files. In the interface of Word, the_________________________________displays the name of the current application and name of the current document;the_________________________________lists the names of the menus available;the_________________________________gives the user quick access to frequently used editingfunctions; the_________________________________enables theuser to change left and right margin.toolbarrulertitle barmenu barincorporate into (5 分)三翻译题 (共10题,总分值50分 )12. hard disk (5 分)13. 集成开发环境(5 分)14. 通用串行总线(5 分)15. network security (5 分)16. software maintenance (5 分)17. electronic commerce (5 分)18. 广域网(5 分)19. 结构化查询语言(5 分)20. management information system (5 分)21. 面向对象编程(5 分)四阅读理解 (共1题,总分值15分 )22. The Internet, then known as ARPANET, wasbrought online in 1969, which initiallyconnected four major computers at universitiesin the southwestern US . The early Internet wasused by computer experts , engineers, scientists, and librarians. There was nothing friendly about it. There were no home or office personalcomputers in those days, and anyone who used it, whether a computer professional or an engineeror scientist or librarian, had to learn to use a very complex system.The Internet matured in the 1970's as a result of the TCP/IP architecture. As the commands for E-mail, FTP , and telnet were standardized, it became a lot easier for non-technical people to learn to use the nets. It was not easy by today' s standards by any means, but it did open up use of the Internet to many more people in universities in particular. Other departments besides the libraries, computer, physics, and engineering departments found ways to make good use of the nets -- to communicate with colleagues around the world and to share files and resources.In 1991, the first really friendly interface to the Internet was developed at the University of Minnesota. The University wanted to develop a simple menu system to access files and information on campus through their local network.Since the Internet was initially funded by the government, it was originally limited to research, education, and government uses. Commercial uses were prohibited unless they directly served the goals of research and education. This policy continued until the early 1990's, when independent commercial networks began to grow.(四) Choose the best answer according to Passage C.(根据上文的内容选择正确的答案。

计算机专业英语复习资料

计算机专业英语复习资料

计算机专业英语复习资料计算机专业英语复习资料1、that the processor is the “intelligence” of a computer system;(p1) 处理器是计算机智能系统2、In 1965,when he first set out what we now call Moore’s Law,Gordon Moore said the number of components that could be packed onto an integrated circuit would double every year or so(later amended to18 months). (P17)在1965年,⼽登穆尔说,可以将很多的零部件装载在⼀个集成电路元件中,这样的话就可以每年都翻倍,这也就是他第⼀次提出摩尔定律(后来修订为18个⽉)3-43、This multicore processor plugs directly into a single socket on the motherboard. (P18)这种多内核处理器直接插⼊主板上的⼀个单⼀的插座。

4、Multicore processors are especially well suited to tasks that have operations that can be divided up into separate thread and run in parallel. (P18)多核处理器特别适合那些可以分成单线程和并⾏运⾏的任务操作。

5、640*480 means that the screen consists of 640 columns by 480 rows of pixels. (P36)640×480表⽰屏幕由640列480⾏的像素组成。

6-76、However, they also are bulky, fragile, and consume a great deal of power. (p37)然⽽,他们也都是笨重的,脆弱的,并且消耗⼤量的电⼒。

计算机专业英语(张强华-第二版)重点单词及部分课后答案

计算机专业英语(张强华-第二版)重点单词及部分课后答案

Unit 1单词:〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)〖Ex. 5〗把下列短文翻译成中文系统面板和普通键盘有专门控制键,你可以使用这些控制键实现主要的多媒体功能:观相片、听音乐和看电影。

面板还有为看电视和阅读电视指南而设的快速启动按钮。

Ex. 9〗用that从句做宾语将下面汉语译成英语你应该知道,你不仅仅能读取磁盘上的数据,也能够往上面写新的信息1. You should know that you can not only read data from the disk but also write new information to it.你应该意识到,软盘容纳不了多少数据2. You should realize that floppies do not hold too much data.我们计算机老实说,USB要比火线慢多了3. Our computer teacher said that USB is much slower than Firewire.我认为CPU主要责任是执行指令4. I think/believe that the CPU is primarily responsible for executing instructions.Unit 2单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 3〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 4单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)Unit 5单词〖Ex. 3〗根据下面的英文解释,写出相应的英文词汇(使用学过的单词、词组或缩略语)〖Ex. 5〗把下列短文翻译成中文佳能打印机有五种样式,价格从$80 到$500不等,满足了任何想打印相片用户的需求。

计算机专业英语复习题

计算机专业英语复习题

1.h omepage主页2.g raphicaluserinterface(GUI)图形用户界面3.a rtificialintelligence人工智能4.c arboncopy打字副本5.f ield字段6.s oftwaresuite软件套装7.d esktopoperatingsystem桌面操作系统8.l aserprinter激光打印机9.m achinelanguage机器语言10.relationaldatabase关系数据库11.menubar菜单栏12.secondarystorage辅助存储器;二级存储器13.systemsoftware系统软件二、1.内存memory2.输入设备inputdevice3.扬声器speaker4.局域网local-areanetwork5.传输控制协议transmissioncontrolprotocol6.集成电路integratedcircuits7.上下文敏感contextsensitive8.微处理器microprocessor9.只读存储器Read-onlymemory10.触摸屏touchscreen11.像素pixel12.多媒体multimedia13.自动换行wordwrap三四、(ade)1、Aninformationsystemhasfiveparts:hardw are,data,_________.A、peopleB、OSC、keyboardsD、proceduresE、software(abc)2、Formicrocomputer,therearethreebasicsy stemunits:____________.A、DesktopsystemunitsB、NotebooksystemunitsC、PersonaldigitalassistantsystemunitsD、Arithmetic-logicunits(a)3、Languagetranslatorsconvertprogramming statementsinto__________.A、machinelanguagesB、UNIXC、serviceprogramsD、operatingsystems (b)4、The____________isalistofcommandsoropt ionsfromwhichyoucanchoose.A、iconB、menuC、windowD、pointer (a)5、Databasemanagementsystemsarecomprisedoftablesthataremadeofrowscalled__________andcolumnscalled__________.A、fields,recordsB、ranges,sheetsC、records,fieldsD、records,ranges(abcd)6、Thefourmaincomputeroperationsare_____ ____.A、inputB、processingC、outputD、storageE、compile(c)7、RAMisakindof____________memory.A、permanentB、smartC、temporaryD、flashE、expansion (acd)8、Whicharethetypesofnon-impactprinter:_ ___________.A、thermalprinterB、dotmatrixprinterC、laserprinterD、ink-jetprinterE、allofabove(a)9、WhatisanextensionofadriverinWindowsenvironmentsA、.drvB、.txtC、.comD、.sysE、.win (c)10、Thefollowinganswers____________isthes ystemsoftware.A、PHOTOSHOPB、EXCELC、WindowsNTD、POWERPOINT(bde)11、Inmonitors,thethreeprimarycolorsare__________.A、yellowB、redC、whiteD、greenE、blue(ab)12、Typically,thefirstpageofaWebsiteisref erredtoasits__________.A、homepageB、webpageC、HTMLD、URLE、site()13、ThenewaddressingsystemIPV6definesanIPaddressasa______________number.A、16-bitB、32-bitC、64-bitD、128-bit四、(一)Laptopcomputersarepopularalloverthewo rld.Peopleusethemontrainsandairplanes ,inairportsandhotels.Theselaptopsconn ectpeople.WestlakeCollegeinVirginiawi llstartalaptopcomputerprogramthatallo wsstudentstodoschoolworkanywheretheyw ant.Withinfiveyears,eachofthe1500stud entsatthecollegewillreceivealaptop.Th elaptopsarepartofa$10millioncomputerprogramatWestlake, a110-year-oldcollege.Thestudentswithl aptopswillalsohaveaccesstotheInternet .Inaddition,theywillbeabletousee-mail to“speak”withtheirteachers,theirclassmates,andtheirfamilies.However,them ostimportantpartofthelaptopprogramist hatstudentswillbeabletousecomputerswi thoutgoingtocomputerlabs.Theycanworkw ithitathome,inafast-foodrestaurantoru nderthetrees-anywhereatall!Becauseofthemanychangesincomputerte chnology,laptopuseinhighereducation,s uchascollegesanduniversities,isworkab le.Aslaptopsbecomemorepowerful,theybe comemoresimilartodesktopcomputers.Ina ddition,theportablecomputerscanconnec tstudentstonotonlytheInternet,butalso librariesandotherresources.Statehighe r-educationofficialsarestudyinghowlap topscanhelpstudents.Stateofficialsare alsotestinglaptopprogramsatotherunive rsities,too.AtWestlakeCollege,morethan60percentofthestaffus ecomputers.Thelaptopswillallowallteac herstousecomputersintheirlessons.AsoneWestlaketeachersaid,“Hereweareinthe middleofVirginiaandwe’regivingst uden tsawindowontheworld.Theycanseeeveryth inganddoeverything.”笔记本电脑在世界各地流行。

计算机英语课后习题词语翻译

计算机英语课后习题词语翻译

第一单元:1. artificial intelligence 人工智能2. paper-tape reader 纸带阅读器3. optical computer 光计算机4. neural network 神经网络5. instruction set 指令集6. parallel processing并行处理7. difference engine 差分机8. versatile logical element通用逻辑元件9. silicon substrate 硅衬底10. vacuum tube 真空管11. 数据的存储与处理the storage and handling of data12. 超大规模集成电路very large-scale integrated circuit13. 中央处理器central processing unit14. 个人计算机personal computer15. 模拟计算机analogue computer16. 数字计算机digital computer17. 通用计算机general-purpose computer18. 处理器芯片processor chip19. 操作指令operating instructions20.输入设备input device第二单元:1. function key 功能键,操作键2. voice recognition module语音识别模块3. touch-sensitive region 触敏区4. address bus 地址总线5. flatbed scanner 平板扫描仪6. dot-matrix printer 点阵打印机7. parallel connection并行连接8. cathode ray tube阴极射线管9. video game 电子游戏10. audio signal 音频信号11.操作系统operating system 12. 液晶显示(器)LCD (liquid crystal display)13.喷墨打印机inkjet printer14.数据总线d ata bus15. 串行连接serial connection16. 易失性存储器volatile memory17. 激光打印机laser printer18. 磁盘驱动器disk drive19. 基本输入/输出系统BIOS (Basic Input/Output System)20. 视频显示器video display第三单元:1. storage register 存储寄存器2. function statement 函数语句3. program statement 程序语句4. object-oriented language面向对象语言5. assembly language 汇编语言6. intermediate language 中间语言,中级语言7. relational language 关系(型)语言8. artificial language 人工语言9. data declaration 数据声明10. SQL 结构化查询语言11.可执行程序executable program12. 程序模块program module13.条件语句conditional statement14. 赋值语句assignment statement15. 逻辑语言logic language16. 机器语言machine language17. 函数式语言functional language18. 程序设计语言programming language19. 运行计算机程序run a computer program20. 计算机程序员computer programmer第四单元:1. inference engine 推理机2. system call 系统调用3. compiled language编译执行的语言4. parallel computing 并行计算5. pattern matching 模式匹配6. memory location 存储单元7. interpreter program 解释程序8. library routine库程序,程序库例行程序9. intermediate program 中间程序,过渡程序10. source file 源文件11.解释执行的语言i nterpreted language12. 设备驱动程序device driver13. 源程序source program14. 调试程序debugging program15.目标代码object code 16. 应用程序application program17. 实用程序utility program18. 逻辑程序logic program19. 墨盒ink cartridge20. 程序的存储与执行program storage andexecution第五单元:1. system specification 系统规格说明2. unit testing 单位(或单元、部件)测试3. software life cycle 软件生命周期(或生存周期)4. system validation testing 系统验证测试5. evolutionary development process 演化开发过程6. simple linear model 简单线性模型7. program unit 程序单元8. throwaway prototype 抛弃式原型9. text formatting 正文格式编排,文本格式化10. system evolution 系统演变11. 系统设计范例system design paradigm 12.需求分析与定义requirements analysis and definition13. 探索式编程方法exploratory programming approach14. 系统文件编制system documentation15. 瀑布模型waterfall model16. 系统集成system integration17. 商用现成软件commercial off-the-shelf software18.基于组件的软件工程component-based software engineering (CBSE)19. 软件维护工具software maintenance tool20. 软件复用software reuse第六单元:1. end user 最终用户,终端用户2. atomic operation 原子操作3. database administrator数据库管理员4. relational database model 关系数据库模型5. local data 本地数据6. object-oriented database 面向对象数据库7. database management system (DBMS) 数据库管理系统8. entity-relationship model (ERM) 实体关系模型9. distributed database 分布式数据库10. flat file 平面文件11. 二维表two-dimensional table12.数据属性d ata attribute13. 数据库对象database object14. 存储设备storage device15. 数据类型data type16. 数据插入与删除data insertion and deletion17. 层次数据库模型hierarchical database model18. 数据库体系结构database architecture19. 关系数据库管理系统relational database management system (RDBMS)20. 全局控制总线global control bus第七单元:1. microwave radio 微波无线电2. digital television 数字电视3. DSL 数字用户线路4. analog transmission 模拟传输5. on-screen pointer 屏幕上的指针6. computer terminal 计算机终端7. radio telephone 无线电话8. cellular telephone蜂窝电话,移动电话,手机9. decentralized network 分散型网络10. wire-based internal network 基于导线的内部网络,有线内部网11.光缆fiber-optic cable12. 传真机fax machine13. 无线通信wireless communications14.点对点通信point-to-point communications15. 调制电脉冲modulated electrical impulse 16. 通信卫星communication(s) satellite17. 电报电键telegraph key18. 传输媒体transmission medium (或media)19. 无绳电话c ordless telephone20. 金属导体metal conductor第八单元:1. file server 文件服务器2. carrier sense 载波检测,载波监听3. protocol suite 协议组,协议集4. peer-to-peer model 对等模型5. bus topology network 总线拓扑网络6. inter-machine cooperation 机器间合作,计算机间合作7. Ethernet protocol collection 以太网协议集8. proprietary network 专有网络9. utility package 实用软件包,公用程序包10. star network 星形网络11. 局域网l ocal area network (LAN)12.令牌环token ring13. 无线网络wireless network14. 封闭式网络closed network15.环形拓扑结构ring topology16. 客户机/服务器模型client/server model17.网络应用程序network application18. 进程间通信interprocess communication19. 打印服务器print server20. 广域网wide area network (WAN)第九单元:1. cell phone 蜂窝电话,移动电话,手机2. IP address 网际协议地址,IP地址3. autonomous system 自主系统4. dial-up connection拨号连接5. network identifier 网络标识符6. binary notation 二进制记数法7. mnemonic name助记名,缩写名8. Internet-wide directory system 因特网范围的目录系统9. name server 名称服务器10. Internet infrastructure 因特网基础结构11. 助记地址mnemonic address 12. 网吧cyber cafe13.宽带因特网访问broadband Internet access14. 顶级域名top-level domain (TLD)15. 因特网编址Internet addressing16. 点分十进制记数法dotted decimal notation17. 因特网服务提供商Internet service provider (ISP)18. 专用因特网连接dedicated Internet connection19. 主机地址host address20. 硬件与软件支持hardware and software support第十单元1. mailing list 邮件发送清单,邮件列表2. proprietary software专有软件3. cc line 抄送行4. bcc line密送行5. forwarded e-mail messages转发的电子邮件6. e-mail convention 电子邮件常规7. click on an icon 点击图标8. confidential document 密件,秘密文件9. classified information 密级信息10. recovered e-mail message 恢复的电子邮件11. 常用情感符commonly used emoticon12. 已删除电子邮件deleted e-mail13. 电子系统electronic system14. 附件行A ttachments line15. 版权法copyright law16. 电子邮件网规e-mail netiquette17. 信息高速公路information superhighway18. 签名文件signature file19. 电子数据表程序s preadsheet program20.文字处理软件word processor十一单元:1. customized marketing strategy 定制的营销策略2. B2G transaction 企业对政府交易3. mobile telephone 移动电话4. dot-com bust网络不景气5. smart card 智能卡,灵巧卡6. digital piracy 数字盗版7. dot-com boom网络繁荣8. C2C transaction 消费者对消费者交易9. Web auction site 拍卖网站10. fingerprint reader 指纹读取器11. 射频识别装置radio-frequency identification (RFID) device 12.电子数据交换electronic data interchange (EDI)13. 库存管理技术inventory management technology14. 知识产权intellectual property15. 条形码b ar code16. 货币兑换currency conversion17. 电子图书e lectronic book18. 视网膜扫描仪retina scanner19.个人数字助理personal digital assistant (PDA)20. 企业对企业电子商务B2B electronic commerce第十二单元:1. encryption program 加密程序2. deletion command 删除命令3. authorized user 授权的用户4. backup copy 备份5. voltage surge 电压浪涌6. circuit breaker 断路器7. electronic component 电子元件(或部件)8. data-entry error 数据输入错误9. electronic break-in 电子入侵10. power line 电力线,输电线11.检测程序d etection program 12. 电源power source13. 破坏性计算机程序destructive computer program14. 计算机病毒computer virus15.软件侵权software piracy16. 硬盘驱动器hard-disk drive17.病毒检查程序virus checker18. 主存储器p rimary storage19. 电子公告板e lectronic bulletin board20. 浪涌电压保护器surge protector。

(完整word版)计算机专业英语试题

(完整word版)计算机专业英语试题

计算机专业英语试题I.V ocabulary(词汇)(30分)(一)Translate the following words and expressions into Chinese.(写出下列词组的汉语。

共10分,每题1分)1.Operating system____________2.white bOx testing__________3.hard disk_________4.management information system_______________5.electronic commerce___________________6.relational database__________________7.software engineering___________________8.software maintenance__________________9.menu bar______________10. network security___________________(二)Fill in the blank swith the corresponding English abbreviations.(根据汉语写出相应的英语缩写。

共10分,每题1分)1.只读存储器__________ 2.广域网___________3.传输控制协议___________ 4,文件传送[输]协议__________5.通用串行总线__________ 6.面向对象编程____________7.集成开发环境___________ 8.结构化查询语言___________9.数据库管理系统___________ 10.开放系统互连______(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。

计算机专业英语第6—8单元翻译

计算机专业英语第6—8单元翻译

CHAPTER 619. SYSTEM UNIT (P150)The system unit, also known as the system cabinet, is a container that houses most系统单元该系统的单位,又称系统机柜,是一个容器,里面大部分构成一个计算机系统的电子元件。

所有的计算机系统有一个系统单位。

微型计算机中,有四种基本类型:桌面系统的单位,笔记本电脑系统的单位,平板电脑系统的单位,掌上电脑系统的单位2. SYSTEM BOARD (P153)The system board is also known as the motherboard. The system board is the系统板也被称为主板。

系统板是整个计算机系统的通信媒介。

系统单位的每一个组件连接到系统板上。

它作为一个数据的各个组成部分互相沟通的路径。

外部设备,如键盘,鼠标和显示器无法沟通与系统的单位没有系统板。

21. (P154)Sockets provide a connection point for small specialized electronic parts called套接字提供了一个小的芯片专门的电子零件的连接点。

芯片由微小的电路板蚀刻到硅sandlike材料的平方。

这些电路板可小于指尖。

A芯片也被称为一个硅芯片,半导体,集成电路。

芯片安装在载体上的包。

这些包直接插入系统板上的插座上或卡,然后插入到系统板上的插槽。

插座是用来连接各种不同类型的芯片,包括微处理器和内存芯片的系统板。

22. MICROPROCESSOR (P155)In a microcomputer system, the central processing unit (CPU) or processor is 在微机系统中,中央处理单元(CPU)或处理器包含一个单一的芯片上称为微处理器。

计算机专业英语试题含答案

计算机专业英语试题含答案

计算机专业英语试题2Ⅰ. Vocabulary(词汇)(30分)(一).Translate the following words and expressions into Chinese(写出下列词组的汉语。

)(共10分,每题1分)1.operating system2.white box testing3.hard disk4.management information system5.electronic commerce6.relational database7.software engineering8. software maintenance9. menu bar10.network security(二).Fill in the blanks with the corresponding English abbreviations.(根据汉语写出相应的英语缩写。

) (共10分,每题1分)1.只读存储器 2.广域网3.传输控制协议 4.文件传送[输]协议5.通用串行总线 6.面向对象编程7.集成开发环境 8.结构化查询语言9.数据库管理系统 10.开放系统互连(三)Match the following words and expressions in the left column with those similar in meaning in the right column.(将左列的词汇与右列相应的汉语匹配。

)(10分,每空1分)1. application software a. 音频2. machine language b. 应用软件3. structured programming c. 机器语言4. functional testing d. 软件测试5. memory e. 结构化程序设计6. relational database f. 内存7. firewall g. 功能测试8. software testing h. 关系数据库9. hacker i. 黑客10. audio j. 防火墙1. 6.2. 7.3. 8.4. 9.5. 10.Ⅱ. Comprehension(阅读理解)(一)Fill in the blanks with suitable words or expressions from the list given below, and change the form wherenecessary. (从下面方框中选择合适的词或表达,以其适当的形式填空。

计算机专业英语词汇

计算机专业英语词汇

mand n. 命令,指令2. line n. (数据,程序)行,线路3. display vt. 显示,显示器4. format n. 格式5. cursor n. 光标6. directory n. 目录,索引簿7.current n. 电流8.screen n. 屏幕,屏;v. 屏蔽9.. specify v. 指定,规定,确定10. disk n. 盘,磁盘11. drive v. 驱动;n. 驱动器12. database n. 数据库13. enter v. 键入,送入14.margin n. 余量,边缘,边际15. procedure n. 过程,程序,工序16. dialog n. & vt. 对话17.insert vt. 插入18. item n. 项,项目,条款19.edit vt. 编辑,编排,编篡20.parameter n. 参数,参变量21. variable a. 可变的;n. 变量22. function n. 函数,功能,操作23. button n. 按钮24. index n. 索引,变址,指数25. setting n. 设置,调整26. desire v. & n. 期望27 . switch n. & v. 开关,转换,切换 28. default v. 缺省,预置,约定29. enable vt. 启动,恢复正常操作30. filename n. 文件名31. prompt n. & v. 提示32. execute v. 实行,实施33. extension n. 扩充,延伸34. argument n. 变元,自变量35. shift v. 转义,换档,移位36. store n. & vt. 存储,存储器37. scroll vt. 上滚(卷);n. 纸卷38. macro n. 宏,宏功能,宏指令39. define vt. 定义,规定,分辨40. reference n. & a. 参考;参考的41. restore vt. 恢复,复原42. block n. (字,信息,数据)块43. decimal n. & a. 十进制;十进制的44. definition n. 定义,确实,清晰度45. arrow n. 箭头,指针46. label n. 标签,标号,标识符47. issue v. 发行,出版,流出48. available a. 可用的49. attribute n. 属性,标志,表征50. dos 磁盘操作系统51. modify vt. 修改,改变,变址52. bottom n. & a. 底,基础;底下的53. carriage n. 滑架,托架54. content n. 含量,容量,内容55. scope n. 范围,显示器56. paragraph n. 段(落),节,短讯57. execution n. 执行58. backup n. 备份,后备,后援59. pointer n. 指针,指示字60. subset n. 子集,子设备61. keyboard n. 键盘62. positioning n. 定位63. toggle n. & v. 触发器;系紧64. device n. 设备,器件,装置65.indicate vt. 指示,表示66. rename vt. 更名,改名67. combination n. 结合,组合68. profile n. 简要,剖面,概貌69. split v. 分开,分离70. access n. 存取,选取,接近71. document n. 文献,资料,文件72. reflow v. & n. 回流,逆流73. install vt. 安装74. assign vt. 赋值,指定,分派75. specific a. 特殊的,具体的76. diskette n. 软磁盘,软盘片77. confirmation n. 认可78. abbreviate vt. 缩写,省略79. delimiter n. 定界符,分界符80. graphic n. & a. 图形;图形的81. confirm vt. 证实,确认82. clause n. 条款,项目,子句83. correspond vi. 通信(联系) 84. property n. 性(质),特征85. bracket n. (方)括号,等级86. omit vt. 省略,删去,遗漏87. sub-directory n. 子目录88. instruction n. 指令,指导89. ascii n. 美国信息交换标准码90. append vt. 附加,增补91. buffer n. 缓冲器92. coprocessor n. 协同处理器93. overlay v. 覆盖,重叠94. navigation n. 导航95. shortcut n. 近路,捷径96. assigned a. 指定的,赋值的97. match v. 比较,匹配,符合98. release vt. & n. 释放,核发,版99. deletion n. 删去(部分),删除100. alias n. 别名,代号,标记101. quote n. & v. 引号;加引号102. maximum n. & a. 最大(的),最高103. switching n. 开关,转接,交换104. element n. 元件,元素,码元105. modification n. 改变,修改106. modified a. 修改的,变更的107. uppercase n. 大写字母108. force v. & n. 强制;压力,强度109. lowercase n. 下档,小写体110. undo vt. 取消,废除111. environ vt. 围绕,包围112. temporary a. 暂时的,临时的113. encounter v. & n. 遇到,碰到114. wildcard n. 通配符115. spill v. 漏出,溢出,漏失116. browse v. 浏览117. memo n. 备忘录118. prior a. 先验的,优先的119. variant n. & a. 变体,易变的120. floppy n. 软磁盘121. supply vt. & n. 电源,供给122. module n. 模块(程序设计) 123. monochrome n. 单色124. assistance n. 辅助设备,帮助125. demonstration n. (公开)表演,示范126 . template n. 标准框,样板,模板127. linker n. 连接程序128. process vt. 处理,进程,加工129. refer v. 访问,引用,涉及130. overview n. 综述,概要131. syntax n. 语法,文法,句法132. abbreviation n. 缩短,省略,简称133. bios n. 基本输入/输出系统134. minus a. & n. 负的;负数,减135. alternate a. 交替的,备用的136. collapse v. 崩溃,破裂137. interpreter n. 解释程序,翻译机138. slash n. 斜线139. utility n. & a. 实用程序;实用性140. regardless a. 不注意的,不考虑的141. compatible a. 可兼容的,可共存的142. alphabetical a. 字母(表)的,abc的 143. resume v. 重(新)开(始) 144. multiple a. 多次的,复杂的145. monitor n. 监视器,监督程序146. configuration n. 配置147. aboveboard ad. & a. 照直,公开的148. eject n. 弹出149. sequence n. 顺序,时序,序列150. consist vi. 符合,包括151. valid a. 有效的152. suspend v. 中止,暂停,挂起153. enhance vt. 增强,放大,夸张154. separate v. & a. 分隔,分离,各自的155. echo n. 回波,反射波156. comment n. & vi. 注解,注释157. prevent v. 防止,预防158. pressed a. 加压的,压缩的159. dimension n. 尺寸,维,因次160. boundary n. 边界,界限,约束161. zoom v. 变焦距162. initialize v. 初始化163. hello int. & v. 喂!;呼叫164. font n. 铅字,字形165. convert v. 转换,变换166. global n. 全局,全程,全局符167. invoke vt. 调用,请求168. interactive a. 交互式,交互的169. described a. 被看到的,被发现的170. exclusive a. 排斥,排它性171. adapter n. 适配器,转换器172. filter n. 滤波器,滤光材料173. dual a. 对偶的,双的174. equivalent a. 相等的,等效的175. storage n. 存储,存储器176. startup n. 启动177. resident a. 驻留的178. designated a. 指定的,特指的179. pertain vi. 附属,属于,关于180. expansion n. 展开,展开式181. incompatible a. 不兼容的182. blinking n. 闪烁183. precede v. 先于184. transportable a. 可移动的185. routine n. 程序,例行程序186. session n. 对话,通话187. redraw vt. 再拉188. manual a. 手工的,手动的189. assembly n. 汇编,安装,装配190. copyright n. 版权191. retrieve v. 检索192. ram 随机存取存储器193. exception n. 例外,异常,异议194. minimum n. & a. 最小(的),最低195. reindex v. & n. 变换(改变)符号196. compile vt. 编译197. undefined a. 未定义的198. tick v;n. 滴答(响);勾号(√) 199. intense a. 强烈的,高度的200. documentation n. 文件编制,文本201. asterisk n. 星号(*)202. interface n. 接口203. pause vi. 暂停204. assumed a. 假定的205. entry n. 输入,项(目),入口206. formatting n. 格式化207. symbol n. 符号,记号208. binary n. & a. 二进制;双态的209. subtotal n. & v. 小计,求部分和210. partition v. 划分,分区,部分211. hexadecimal a. 十六进制的212. generate vt. 产生,发生,生成213. specification n. 说明书,规则说明书214. customize vt. 定制,定做215. nest v. 嵌套,后进先出216. duplicate vt. 复制,转录,加倍217. compression n. 压缩,浓缩218. alternately ad. 交替地,轮流地219. intensity n. 强度,亮度220. explicitly ad. 明显地,显然地221. sector n. & v. 扇区,段;分段222. vertically ad. 竖直地,直立地223. horizontally ad. 水平地224. backspace v. 退格,回退225. terminate v. 端接,终止226. drag vt. 拖,拉,牵,曳227. formatted a. 有格式的228. underscore vt. 在…下面划线229. initially ad. 最初,开头230. reformat v. 重定格式231. integrate v. 综合,集成232. trailing n. & a. 结尾;尾随的233. indent v. 缩排234. integer n. 整数235. subscript n. 注脚,下标236. secondary a. 辅助的,第二的237. colon n. 冒号“:”238. allocate vt. 分配239. wordperfect a. 一字不错地熟记的240. verify vt. 鉴定,检验,核对241. emulator n. 仿真器,仿真程序 242. splitting n. 分区(裂) 243. console n. 控制台,操作台244. kernel n. 内核(核心)程序245. modifier n. 修改量,变址数246. invalid a. 无效的247. compiler n. 编译程序(器) 248. dot n. 点249. beep n. 蜂鸣声,嘀嘀声250. random a. 随机的251. facility n. 设施,装备,便利252. asynchronous a. 异步的,非同步的253. paste n. 湖,胶,膏254. respect n. & vt. 遵守,关系255. hyphen n. 连字符,短线256. serial a. 串行的,串联的257. retain vt. 保持,维持258. signal n. & v. 信号;发信号259. cpu 控制处理部件260. deactivate vt. 释放,去活化261. initial a. 最初的,初始的262. corrupt v. & a. 恶化;有毛病的263. host n. 主机264. pending a. 悬而未决的,未定的265. boot n. 引导,靴266. magenta n. & a. 深红色(的) 267. opposite a. & n. & ad. 相反的268. override v. & n. 超越,克服269. hex a. & n. 六角形的270. instant a. 立刻的,直接的271. kilobyte n. 千字节(kb) 272. parenthesis n. 括弧,圆括号273. murder n. 弄坏,毁掉274. flush v. 弄平,使齐平275. consecutive a. 连续的,连贯的276. addressing n. 寻址277. prefix n. 前缀278. carousel n. 圆盘传送带279. static a. 静态的,不变的280. assignment n. 赋值,分配281. respectively ad. 分别地282. navigate v. 导航,驾驶283. due a. 到期的,应付(给)的284. descend v. 下降,落下285. alter v. 改变,修改286. track n. 磁道,轨道287. precedence n. 优先权288. skeleton n. 骨架,框架289. log n. & v. 记录,存入290. accessible a. 可以使用的291. configure vt. 使成形292. declared a. 承认的,申报的293. compress vt. 压缩,精减294. graphically ad. 用图表表示295. automatic a. 自动的296. aligned a. 对准的,均衡的 297. terminal n. 终端,端子298. expire v. 终止,期满299. resolution n. 分辨率300. semicolon n. 分号(;)301. critical a. & n. 临界的;临界值302. border n. 边界,框,界限303. cache n. 高速缓存304. fastback n. 快速返回305. hercules n. 大力神,大力士306. trim n. 区标,微调307. substitute v. 代替,替换,代入308. upgrade v. 升级,提高质量309. instance n. & vt. 例子,情况;举例310. elapsed vi. & n. 经过311. nor conj. 也不312. mono a. & n. 单音的313. abort v. & n. 中断,故障314. scatter v. 散射,分散,散布315. convention n. 常规,约定,协定316. conventional a. 常规的,习惯的317. handler n. 处理程序318. processor n. 处理机,处理程序319. desktop a. 台式的320. development n. 开发,研制,显影321. exceed v. 超过,大于322. horizontal a. 水平的,横向的323. alphabetically ad. 按字母表顺序324. reserve vt. 保留,预定,预约325. manifest vt. 表明,显示,显现326. disconnect vt. 拆接,断开,拆线327. clockwise a. 顺时针的328. eliminate vt. 除去,消除,切断329.declaration n. 说明,申报330. icon n. 图符,象征331. layout n. 布置,布局,安排332. appendix n. 附录333. truncate vt. 截尾,截断334. inhibit vt. 禁止 335. register n. 寄存器 336. stuff n. & vt. 材料;装入337. exclude vt. 排除,除去338. lexical a. 辞典的,词法的339. port n. 端口,进出口340. segment n. 段,片段,图块341. identically ad. 相等,恒等342. permanently ad. 永久地,持久地343. accelerator n. 加速装置,加速剂 344. originally ad. 原来,最初345. internally ad. 在内(部) 346. derelict vt. 中途淘汰347. redirect vt. 重定向348. reside vi. 驻留349. header n. 首部,标题,报头350. extra a. 特别的,额外的351. density n. 密度352. master a. 总要的,总的353. recursive a. 递归的,循环的 354. trap n. & vt. 陷阱;俘获355. dimensional n. 尺寸的,…维的356. conjunction n. 逻辑乘,“与”357. interval n. 间歇,区间358. compatibility n. 兼容性,适应性359. express a. 快速的360. volume n. 卷,册,体积,容量361. rated a. 额定的362. odometer n. 里程表,计程仪363. phoenix n. 凤凰,绝世珍品364. easel n. 框,(画)架365. mainframe n. 主机,大型机366. diacritical a. 区分的,辩别的367. confidential a. 机密的368. trace v. 跟踪,追踪369. division n. 除,除法,(程序)部分370. implicit a. 隐式的371. mention vt. & n. 叙述,说到 372. whereas conj. 面,其实,既然373. transform v. & n. 变换,变换式374. align v. & n. 定位,对准375. assist v. & n. 加速,帮助376. upon prep. 依据,遵照377. exhaust v. 取尽,用完378. alpha n. 希腊字母α,未知数379. constant n. 常数380. warranty n. 保证(书),授权381. trigger n. & v. 触发器;触发382. treat v. 处理,加工383. ally v. 联合,与…关联384. exclamation n. 惊叹(号) 385. dynamic a. 动态的,动力的386. foreground n. 前台387. preserve vt. 保存,维持388. vice n. 缺点,毛病,错误 389. stationary a. 静止的,平稳的390. extract vt. 抽取,摘录,开方391. thereafter ad. 此后,据此392. restructure vt. 调整,重新组织393. delimit vt. 定界,定义394. classify vt. 分类,分级395. interfere vi. 干涉,干扰,冲突396. undesirable a. 不合乎需要的397. lot n. 一块(批,组,套) 398. insufficient a. 不足的,不适当的399. salary n. & vt. 薪水;发工资400. pacific a. 平稳的,太平(洋)的401. emphasize v. 强调,着重,增强402. ansi n. 美国国家标准协会403. permanent a. 永久的404. remark n. 评注,备注405. concatenate vt. 连接,串联,并置406. emulate v. 仿真,模仿;赶上或超过407. tape n. 磁带,纸带408. concept n. 概念409. subsequently ad. 其后,其次,按着 410. registration n. 登记,挂号,读数411. designate vt. 任命,标志412. visible a. 可见的,明显的413. consult v. 咨询,顾问414. virtually ad. 实际上415. substantially ad. 实质上,本质上416. primarily ad. 首先,起初,原来 417. sequentially ad. 顺序地418. client n. 顾客,买主419. commercial a. 商业的,经济的420. sheet n. (图)表,纸,片421. context n. 上下文,来龙去脉422. oriented a. 有向的,定向的423. suppressed vt. 抑制,取消424. subroutine n. 子程序425. bracketed a. 加括号的426. manually ad. 用手,手动地427. preset vt. 预置428. autoindex n. 自动变址(数) 429. performance n. 性能,实绩430. distribution n. 分布,分配431. denote vt. 指示,意味着,代表432. replicate vt. 重复,复制433. mega n. 兆,百万 434. conform vi. 遵从,符合435. controller n. 控制器436. pseudo a. 假的,伪的,冒充的437. administrator n. 管理人,行政人员438. ensemble n. 总体,集合体439. bus n. 总线,信息通路440. traverse v. 横渡,横过,横断441. external a. 外部的442. adequate a. 足够的,充分的443. interpretability n. 配合动作性444. vary v. 变化,变换445. gap n. 间隙,间隔,缝隙446. indexing n. 变址,标引,加下标447. package n. 插件,(软件)包448. insertion n. 插入,嵌入,插页449. intervene vi插入,干涉450. overflow v. 溢出,上溢451. compose v. 组成,构成,构图452. snapshot n. 抽点打印453. sensitivity n. 灵敏度454. mach n. 马赫(速度单位) 455. subsequent a. 后来的,其次的456. capitalized a. 大写的457. compact a. 紧致的,压缩的 458. plain n. 明码459. noted a. 著名的460. desirable a. 所希望的,称心的461. substitution n. 代替,替换,置换462. overstrike n. 过打印463. tornado n. 旋风,龙卷风464. ones n. 二进制反码465. parse vt. (语法)分析466. manufacture vt. & n. 制造(业),工业467. restricting n. & a. 限制(的) 468 n. & a. 想象(的),精制的469. fine a. & ad. 微小的,细的470. somewhat pron. & ad. 稍微,有点471. purge v. & n. 清除472. mod a. & n. 时髦的473.mismatch n. & vt. 失配,不匹配 474. ellipsis n. 省略符号,省略(法) 475. parallel a. 并行 476. custom a. & n. 常规的,惯例;用户 477. factory n. 工厂,制造厂478. implement n. & vt. 工具;执行,实现 479. ampersand n. &号(and) 480. proprietary a. 专有的481. vowel n. 元音,母音482. synchronization n. 同步483. comprise vt. 包括,由…组成484. absence n. 缺少,没有485. revolutionize vt. 变革,彻底改革486. constantly ad. 不变地,经常地487. expunge vt. 擦除,删掉488. contrast n. 反差,对比,对比度489. invent vt. 创造,想象490. unshift v. 未移动,不移档 491. complexity n. 复杂性,复杂度492. degrade v. 降低,减少,递降493. suggestion n. 暗示,提醒494. substantial a. 实质的,真正的495. solely ad. 独自,单独,只496. distribute vt. 分布,配线,配给497. capture vt. 俘获,捕捉498 reinstate vt. 复原,恢复499. nicety n. 细节,精细500. roll n. & v. 案卷;卷动,滚动501. exponent n. 指数,阶,幂502. exponential a. 指数的,幂的,阶的503. complicated v. 使复杂化,使混乱504. reactivate v. 使恢复活动505. synchronize v. 使同步506. formation n. 构造,结构,形成507. comma n. 逗号“,”,逗点508. inexperienced a. 不熟练的,外行的509. noninteractive a. 不相关的,非交互的 510. chart n. 图(表)511. dearly ad. 极,非常,昂贵地512. placement n. 布局513. stamp n. 图章514. equation n. 方程,方程式515. discard v. 删除,废除,放弃516. regard vt. 考虑,注意,关系517. potentially ad. 可能地,大概地 518. moreover ad. 况且,并且,此外519. shield v. 屏蔽,罩,防护520. transaction n. 事项,事务,学报521. emulation n. 仿真,仿效 522. dump v. (内存信息)转储523. logged a. 记录的,浸透的524. ware n. 仪器,商品525. disregard vt. 轻视,把…忽略不计526. comparison n. 比较,对照527. programmable a. 可编程的 528. definable a. 可定义的,可确定的529. employe vt. 使用,花费530. defective a. 故障的,有毛病的531 interpretable a. 彼此协作的532. fourscore n. 八十533. procedural a. 程序上的 534. penalty n. 惩罚,罚款,负担535. violate vt. 违犯,妨碍,破坏536. indefinitely ad. 无限地,无穷地537. crop v. 切,剪切538. diagonally ad. 斜(对) 539. avail v. & n. 有益于;利益540. hang v. 中止,暂停,挂起541. craze n. & v. 裂纹开裂 542. acknowledgment n. 接收(收妥),承认543. bypass n. 旁路544. grant vt. 允许,授权545. logarithm n. 对数546. resolve v. 分辨,解像547. separator n. 分隔符548. assortment n. 种类,花色品种 549. growing n. 分类,分组,成群550. scattered a. 分散的551. superimpose vt. 重叠,叠加552. reorganization vt. 重排,改组553. deter vt. 阻止,拦住,妨碍554. moment n. 矩,力矩,磁矩555. rectangular a. 矩形的,成直角的556. tag n. 特征,标记,标识符 557. manipulating v. 操纵,操作558. masking n. 掩蔽,屏蔽559. demonstrate v. 论证,证明,证实560. turnkey n. 总控钥匙561. suspension n. 暂停,中止,挂起562. seamless a. 无缝的563. clipper n. 限幅器,钳位器564. unformatted a. 无格式的565. redundant a. 冗余的566. dependent a. 相关的567. contiguous a. 相连的,邻接的568. association n. 结合,协会,联想569. interpret v. 解释570 assemble v. 汇编,装配571. cad 计算机辅助设计572. arithmetic n. 算术,运算5737. sufficient a. 充足的,足够的574. blast v. & n. 清除;爆炸575. caret n. 插入符号576. socket n. 插座,插孔,插口577 stated a. 规定的578. protocol n. 规约,协议,规程579. esoteric a. 深奥的,奥秘的580. successive a. 逐次的,相继的581. chunk n. 厚块,大部分 582. alignment n. 序列,成直线583. indentation n. 缩进,缩排584. terminology n. 术语585. ascending a. 增长的,向上的586. obsolete a. 作废的,过时的587. accommodate v. 调节,适应588. motif n. 主题,要点,特色589. distinction n. 区别,相异,特性590. fundamental a. 基本的,根本的591. underlying a. 基础的,根本的592. iterative a. 迭代的593. charm n. 吸引力594. hit v. 命中,瞬时干扰595. exceeded a. 过度的,非常的596. numerical a. 数量的,数字的597. combo n. 二进位组合码。

计算机专业英语教程第四版翻译课后练习题含答案

计算机专业英语教程第四版翻译课后练习题含答案

计算机专业英语教程第四版翻译课后练习题含答案简介《计算机专业英语教程》是针对计算机专业学生编写的一本英语教材。

本书旨在帮助学生通过学习计算机领域的专业英语词汇和语法,提升他们的英语能力和技能。

本文将为读者提供该教材第四版的课后练习题及答案。

第一课练习题1.将下列单词从易到难排序:chip, computer, algorithm, software,desktop2.将下列单词从中文翻译为英文:程序设计,硬件,操作系统,输入,输出3.请解释下列缩略语的全称:RAM,CPU,OS答案1.desktop, chip, computer, software, algorithm2.programming, hardware, operating system, input, output3.RAM(Random Access Memory),CPU(Central Processing Unit),OS(Operating System)第二课练习题1.请翻译下列句子:计算机的功能越来越强大,它可以执行许多任务。

2.请解释下列单词的意思:interface,protocol,server,router答案puters are becoming more and more powerful and they canperform many tasks.2.interface(接口), protocol(协议),server(服务器),router(路由器)第三课练习题1.请将下列单词按字母顺序排列:database,file,program,server,storage2.请填写下列句子的空格:计算机会读取从硬盘 __ (into)内存。

3.请解释下列单词的意思:database,algorithm,client,browser答案1.algorithm,database,file,program,server,storage2.into3.database(数据库),algorithm(算法),client(客户端),browser(浏览器)第四课练习题1.请翻译下列句子:今天我学会了如何编写计算机程序。

计算机专业英语期末考试词汇(最新版)

计算机专业英语期末考试词汇(最新版)

2011——2012年计算机专业英语期末考试试题Operation system:操作系统Software Suites:软件套件social networking:社交网络web page:网页end user:最终用户primary storage:主存储器procedure:程序output device:输出设备spam blocker:垃圾邮件拦截器What-if analysis:假定分析Vector image:矢量图像e-commerce:电子商务Disk-defragmenter:磁盘碎片整理speech recognition:语音识别Raster image:光栅图像Artificial intelligence:人工智能Spread sheet:总体分析Protocol:协议Relational database:关系数据库IPV6:Internet Protocol Version 6互联网协议版本6Cloud:云Micro-blog:微博Anti-virus software:防病毒软件Firewall:防火墙OOP:Object Oriented Programming面向对象的程序设计FTP:File Transfer Protocol文件传输协议URL:Uniform Resource Locator统一资源地址ISP:Internet Service Provider互联网服务提供商VRML:Virtual Reality Modeling Language 虚拟现实造型语言ALU:Arithmetic Logic Unit算术逻辑单元PCI Peripheral Component Interconnect (personal computer bus)周边元件连接(个人计算机总线)USB:Universal Serial Bus通用串行总线RAM:随机存取存储器(=random access memory)PDA:个人数字助理 (=Personal Digital Assistant)ADSL:非对称数字用户环线(=Asymmetrical Digital Subscriber Loop)ARPANET:阿帕网(美国官方的电脑网络;为Internet的前身) (=Advanced Research Projects AgencyNetwork)CPU:中央处理器(=central processing unit)ROM:只读存储器(=read only memory)DBMS:Database Management System文献数据管理系统OS:操作系统=(Operating System)备份程序:stand-by program带宽:bandwidth宽带:broadband对话框:dialog box电子表:electronic watch(个人认为是:worksheet或者electronic sheet)无线革命:The wireless revolution栅格图:grid map嵌入式操作系统:embedded operating system网络适配器: Network adapter图形用户接口:Graphical user interfaceAGP: accelerated graphics port 加速图形端口ALU:arithmetic-logic unit 算术逻辑单元ASCII:American Standard Code for Information Interchange美标码信息交换信息。

计算机专业英语-1-8英语翻译

计算机专业英语-1-8英语翻译

Chapter 11.multi-core processor(多核处理器)------It is a single computing component with two or more independent actual processing units called “cores”, which are the units that read and execute program instructions.它是集成了两个或两个以上称为“核”的处理单元的计算部件,具有读取和执行程序指令的单元。

2.graphics processing unit(GPU)(图形处理单元)------A graphics processing unit, also occasionally called visual processing unit(VPU),is a specialized processor. It is designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display.它是一个图形处理单元,有时也被称为视觉处理单元VPU,一个专门的处理器。

它的设计目的是快速地操作和改变内存,以加速在帧缓冲区中创建图像,以便显示输出。

3.Wearable computer(可穿戴电脑)------A wearable computer, also known as a body-borne computer or wearable ,is a miniature electronic device that is worn by the bearer under, with or on top of clothing.穿戴式电脑,也被称为人体电脑或穿戴电脑,是一种微型电子设备,由持有者佩戴在身上或者衣服上。

计算机专业英语的第四版课后习题翻译

计算机专业英语的第四版课后习题翻译

中译英参考答案Unit 1A computer system consists of hardware system and software system. The hardware of the computer is usually divided into three major parts or three primary subsystems: the CPU, the memory subsystem, and the I/O subsystem.The CPU performs many operations and controls computer. The memory subsystem is used to store program being executed by the CPU, along with the program’s data. The I/O subsystem allows the CPU to interact with input and output devices such as the keyboard and monitor of a personal computer. The components of the computer are connected to the buses.The part of the computer that performs the bulk of data processing operations is called the central processing unit and is referred to as the CPU. In microcomputer, it is often called the microprocessor. The CPU is made up of three major parts: control unit, ALU, and register set.Memory is also known as internal memory or main memory. It refers to the circuits in the computer that hold whatever programs and data are available for immediate use by the CPU.I/O subsystem includes I/O devices and interface. There are a wide variety of I/O devices, such as mouse, printer, sensor, disk, and so on. Input-output interface provides a method for transferring information between internal storage and external I/O devices. Peripherals connected to a computer need special communication links for interfacing them with the CPU. The purpose of the communication link is to resolve the differences that exist between the central computer and each peripheral.Unit 2Storage hardware provides permanent storage of information and programs for retrieval by the computer. Hard disk drives store information in magnetic particles embedded in a disk. Usually a permanent part of the computer, hard disk drives can store large amounts of information and retrieve that information very quickly.Although fixed hard drive systems offer faster access and have a higher storage capacity than optical discs, optical disc systems use removable media –a distinct benefit. Optical discs –primary CDs and DVDs – are much more widely used than removable hard drive systems. They are the standard today for software delivery, as well as commonly used for storing high-capacity music and video files. There are also versions of both CD and DVD drives available for home audio and home theater use. Optical discs are commonly referred to as compact discs.CD and DVD discs are read by CD and DVD drives. The speed of a CD or DVD drive is rated as 24x, 32x, 36x, and so on. These labels describe how fast the drive is compared to the first version of that drive. For example, a 36x drive is 36 times the speed of the baseline unit that was originally manufactured. Most optical discs have a title and other text printed only on one side and they are inserted into the drive with the printed side facing up. When inserting such a CD or DVD, be careful not to get dirt, fingerprints, scratches, or anything else that might hinder light reflectivity on the disc’s surface.Unit 3(a) A program is a list of instructions or statements for directing the computer to perform arequired data processing task. Programming is a multistep process for creating that list of instructions.(b) It is important to understand the difference between a class and an object of that class. A class is simply a specification for creating objects. Thus, a single class may create multiple objects.(c) Java is an object-oriented, network-friendly high-lever programming language that allows programmers to build applications that can run on almost any operating system.(d) ActiveX is a set of controls, or reusable components that enables programs or content of almost any type to be embedded within a Web page. Whereas a Java must be downloaded each time you visit a Web site, with ActiveX the component is downloaded only once, then stored on your hard disk for later, repeated use.(e) Programming involves a great deal of creativity. The design is guide to the function or purpose of each component, but the programmer has great flexibility in implementing the design as code. No matter what language is used, each program component involves at least three major aspects: control structures, algorithms, and data structures.Unit 4The software system can be divided into two broad categories: application software and system software. Application software consists of the program for performing tasks particular to the machine’s utilization. In contrast to application software, system software comprises a large number of programs. These programs start up the computer and function as the principle coordinator of all hardware components and application software. Without system software loaded into RAM of your computer, your hardware and application software are useless.System software can be grouped into three basic parts: operating system, utility software, and language translators. The majority of an installation’s utility software consists of programs for performing activities that are fundamental to computer installations yet not included in the operating system. In a sense, utility software consists of software units that extend the capabilities of the operating system.A computer’s OS is the main collection of programs that manage its activities. The primary chores of an OS are management and control. The OS ensures that all actions requested by a user are valid and processed in an orderly fashion. It also manages the computer system’s resources to perform these operations with efficiency and consistency.Application software is the software designed to help you solve problems specific to business or perform specific business tasks. Application software then is the layer of software closest to you. Basically, there are four categories of application software: productivity software, business and specialty software, entertainment software and education/reference software.Unit 5A computer network is often classified as being either a local area network (LAN), a metropolitan area network (WAN), or a wide area network (WAN). The connection of two or more networks is called an internetwork. The worldwide Internet is a well-known example of an internetwork.LANs are privately owned networks within a single building or campus of up to a few kilometers in size. They are widely used to connect personal computers and workstations incompany offices and factories to share resources and exchange information.In general, a given LAN will use only one type of transmission medium. Various topologies are possible for LANs. The most common LAN topologies are bus, ring and star.A MAN is basically a bigger version of a LAN and normally uses similar technology. MAN is designed to extend over an entire city. It may be a single network such as a cable television network, or it may be a means of connecting a number of LANs into a large network so that resources may be shared LAN-to-LAN as well as device-to-device. For example, a company can use a MAN to connect the LANs in all of its offices throughout a city.A W AN spans a large geographical area that may comprise a country, a continent, or even the world. It provides long-distance transmission of data, voice, image, and video information over large geographical area.In contrast to LANs, W ANs may utilize public leased, or private communication devices, usually in combinations, and can therefore span an unlimited number of miles.Unit 6Transmission media are used to transfer messages over a network. For instance, the transmission media used in a network may be a privately owned set of cables, the public phone lines, or a satellite system. Transmission media can either be wired or wireless.The three types of wired media most commonly used to carry messages are twisted-pair wire, coaxial cable, and fiber-optic cable. One of the most successful developments in transmission media in recent years has been fiber optics. Fiber-optic cable is commonly used for the high-speed backbone lines of a network, or for Internet infrastructure.Wireless transmission media have become especially popular in recent years. They support communications in situations in which physical wiring is impractical or inconvenient, as well as facilitate mobility. Wireless media are commonly used to connect devices to a network, to share information between computers, to connect wireless mice to a computer, and for handheld PCs, wireless phones, and other mobile devices. Radio signals transferred through the air are the heart of most types of wireless media. In addition to conventional broadcast radio application, the microwave, cellular, and satellite transmission media also use radio signals to transmit data.Radio transmissions require the use of a transmitter to send the radio signals through the air.A receiver (usually containing some type of antenna) accepts the date at the other end. When a device functions as both a receiver and transmitter, it is commonly called a transceiver or transmitter-receiver.Unit 7(a) Since many database systems users are not computer trained, developers hide the complexity from users through several levels of abstraction, to simplify user’s interactions with the system: physical level, logical level, and view level.(b) A database schema is specified by a set of definitions expressed by a special language called a data-definition language (DDL). The result of compilation of DDL statements is a set of tables that is stored in a special file called data dictionary, or data directory.(c) The structured query language (SQL) is the most widely used and standard query language for relational database management systems. It is a kind of non-procedural language.(d) An entity is a “thing”or “object”in the real world that is distinguishable from otherobjects. For example, each person is an entity, and bank accounts can be considered to be entities. Entities are described in a database by a set of attributes.(e) Data warehouse is one of the newest and hottest buzzwords and concepts in the IT field and the business environment. A data warehouse is a logical collection of information——gathered from many different operational databases——that supports business analysis activities and decision-making tasks.Unit 8Animation is the term used to describe a series of graphical images that are displayed one after the other to simulate movement. Cartoons on television are one example of animation.Video differs from animation in that it usually begins as a continuous stream of visual information that is broken into separate images or frames when the video is recorded. When the frames are projected—typically at a rate of 30 frames per second—the effect is a smooth reconstruction of the original continuous stream of information. As you might imagine, at 30 frames per second, the amount of data involved in displaying a video during a multimedia presentation can require a substantial amount of storage space. Consequently, video data—like audio data—is often compressed. A variety of compression standards exist. Some of the most common video file formats are .avi, .mpeg, .mov, .rm.For multimedia presentation, video may be recorded using a standard (analog) video camera and then converted to digital form as it is input into a computer. Alternatively, the film can be recording digitally using a digital video camera. Streaming video is frequently used on Web pages to reduce file size. Similar to streaming audio, Streaming video files can begin playing once a portion of the video has been downloaded.Unit 9(a) AI is currently being applied in business in the form of knowledge systems, which use human knowledge to solve problems. The most popular type of knowledge-based system is the expert system. An expert system is a computer program that attempts to represent the knowledge of human experts in the form of heuristics. The term heuristic is derived from the same Greek root as the word eureka, which means “to discover”.(b) The user interface enables the manager to enter instructions and information into the expert system and to receive information from it. The instructions specify the parameters that guide the expert system through its reasoning processing. The information is in the form of values assigned to certain variables.(c) The knowledge base contains both facts that describe the problem area and knowledge representation techniques that describe how the facts fit together in a logical manner. The term problem domain is used to describe the problem area.(d) An expert system, also called a knowledge-based system, is an artificial intelligence system that applies reasoning capabilities to reach a conclusion. Expert systems are excellent for diagnostic and prescriptive problems.(e) The DSS is not intended to replace the manager. The computer can be applied to the structured portion of the problem, but the manager is responsible for the unstructured portion——applying judgment or intuition and conducting analyses.Unit 10The linked list (see figure 1) consists of a series of nodes, which are not necessarily adjacent in memory. Each node contains the element and a link to a node containing its successor. We call this the next link. The last cell’s next link references null.To execute printList or find(x) we merely start at the first node in the list and then traverse the list by following the next links. This operation is clearly linear-time, as in the array implementation, although the constant is likely to be larger than if an array implementation were used. The findKth operation is no longer quite as efficient as an array implementation; findKth(i) takes O(i) time and works by traversing down the list in the obvious manner. In practice, this bound is pessimistic, because frequently the calls to findKth are in sorted order (by i). As an example, findKth(2), findKth(3), findKth(4), and findKth(6) can all be executed in one scan down the list.The remove method can be executed in one next reference change. Figure 2 shows the result of deleting the second element in the original list.The insert method requires obtaining a new node from the system by using a new call and then executing two reference maneuvers. The general idea is shown in figure 3. The dashed line represents the old next reference.figure 1figure 2figure 3Unit 11(a) A set is pure if all of its members are sets, all members of its members are sets, and so on. For example, the set containing only the empty set is a nonempty pure set.(b) A language is a describable set of finite strings, drawn from a fixed alphabet. A grammar is one way to "describe" the language. The grammar consists of a finite list of rules, where each rule replaces one substring with another. The string on the left must contain at least one nonterminal. The first string "produces" or "generates" the second. Thus a rule is also called a production.(c) A finite-state machine (FSM) or finite-state automaton(FA)is a mathematical abstraction sometimes used to design digital logic or computer programs. It is a behavior model composed of a finite number of states, transitions between those states, and actions, similar to a flow graph in which one can inspect the way logic runs when certain conditions are met.(d) Sometimes it is inconvenient or impossible to describe a set by listing all of its elements. Another useful way to define a set is by specifying a property that the elements of the set have in common. The notation P(x) is used to denote a sentence or statement P concerning the variable object x. The set defined by P(x) written {x | P(x)}, is just a collection of all the objects for whichP is true.Unit 12(a) Because drawings are typically displayed in 3D, CAD is especially helpful in designing automobiles, aircraft, ships, buildings, electrical circuits (including computer chips), and even clothing.(b) Computer-integrated manufacturing (CIM) is the manufacturing approach of using computers to control the entire production process. This integration allows individual processes to exchange information with each other and initiate actions. Through the integration of computers, manufacturing can be faster and less error-prone, although the main advantage is the ability to create automated manufacturing processes.(c) In addition to supporting decision making, coordination, and control, information system may also help managers and workers analyze problems, visualize complex subjects, and create new products.(d) Knowing the history and evolution of ERP is essential to understanding its current application and its future developments.(e) In addition to monitoring operational activities such as tracking the status of orders and inventory levels, enterprise system also improve organization-wide reporting and decision making.Unit 13(a) There are a wide variety of educational application programs available. Educational software is designed to teach one or more skills, such as reading, math, spelling, a foreign language, world geography, or to help prepare for standardized tests.(b) Electronic business (e-business) is the use of information technology and electronic communication networks to exchange business information and conduct transactions in electronic, paperless form.(c) Word processing software allows you to use computers to create, edit, store, and print documents. You can easily insert, delete, and move words, sentences, and paragraphs——without ever using an eraser.(d) What is a spreadsheet? Spreadsheet software takes its name from the accountant’s columnar worksheet, which it imitates. A spreadsheet is a worksheet consisting of a collection of cells formed by the intersection of rows and columns. Each cell can store one piece of information: a number, word or phrase, or formula.Unit 14(a) A geographic information system (GIS) is a system that captures, stores, analyzes, manages and presents data with reference to geographic location data. In the simplest terms, GIS is the merging of cartography, statistical analysis and database technology.(b) The GPS receiver uses the messages it receives to determine the transit time of each message and computes the distance to each satellite. These distances along with the satellites' locations are used to compute the position of the receiver. This position is then displayed, perhaps with a moving map display or latitude and longitude; elevation information may be included.(c) Virtual reality (VR) is a term that applies to computer-simulated environments that can simulate physical presence in the real world. Most current virtual reality environments areprimarily visual experiences, displayed either on a computer screen or through special stereoscopic displays, but some simulations include additional sensory information, such as sound through speakers or headphones.Unit 15(a) The software development process is sometimes called the software development life cycle (SDLC), because it describes the life of a software product from its conception to its implementation, delivery, use, and maintenance.(b) How can the CMM help your organization? There are three key roles the CMM plays. First, the CMM helps build an understanding of software process by describing the practices that contribute to a level of process maturity. The second role of the CMM is to provide a consistent basis for conducting appraisals of software processes. The CMM’s third key role is to serve as a blueprint for software process improvement.(c) The UML offers a standard way to write a system’s blueprints, including conceptual things such as business processes and system functions as well as concrete things such as programming language statements, database schemas, and reusable software components. The UML represents a collection of the best engineering practices that have proven successful in the modeling of large and complex systems.(d) Object modeling is a technique for identifying objects within the system environment and the relationships between those objects. The object-oriented approach to system development is based on several concepts, such as object, attribute, behavior, encapsulation, class, inheritance, polymorphism, persistence, etc.Unit 16“Security” is an all-encompassing term that describes all the concepts, techniques, and technologies to protect information from unauthorized access. There are several requirements for information security.Confidentiality: hiding data, usually with encryption, to prevent unauthorized viewing and access.Authenticity: the ability to know that the person or system you are communicating with is who or what you think it is.Access control: once a person or system has been authenticated, their ability to access data and use systems is determined by access controls.Data integrity: providing assurance that an information system or data is genuine.Availability: making sure that information is available to users in a secure way.To prevent unauthorized access, some type of identification procedure must be used. These vary from passwords to physical access object (access cards, etc.) to biometric devices that verify some type of personal characteristic, such as a fingerprint.Some of the most secure access control systems address both identification and authentication. Identification involves verifying that the person’s name or other identifying feature is listed as an authorized user; authentication refers to determining whether or not the person is actually who he or she claims to be.Unit 17A distributed system is a collection of independent computers which appear to the users of system as a single computer. Nearly all large software systems are distributed. For example, enterprise-wide business systems must support multiple users running common applications across different sites.A distributed system encompasses a variety of applications, their underlying support software, the hardware they run on, and the communication links connecting the distributed hardware. The largest and best-known distributed system is the set of computers, software, and services comprising the World Wide Web, which is so pervasive that it coexists with and connects to most other existing distributed systems. The most common distributed systems are networked client/server systems. Distributed systems share the general properties described below.●Multiple nodes●Message passing or communication●Resource sharing●Decentralized control●Concurrency or parallelism●Fault tolerance●Heterogeneity●OpennessDistributed systems have many inherent advantages, especially over centralized systems. Some applications are inherent distributed as well. In general, distributed systems:●Yield higher performance●Allow incremental growth●Allow one user to run a program on many different machines in parallel●Provide higher reliability。

计算机专业英语复习题含答案详细解释

计算机专业英语复习题含答案详细解释

计算机专业英语复习题注:本答案解释及翻译属本人分析,如有错误,敬请谅解!I.Choose the best answerI.选择最佳答案。

1.When you run your computer, A will be first started.A.Operation systemB. system softwareC. office softwareD. driven software译:当你运行你的电脑时,XX是首先被启动。

A是操作系统,B是系统软件,C是办公软件,D是驱动软件(指第三方驱动软件);因为操作系统包括开机自检的驱动软件,而不是第三方驱动。

所以选A2. Post is the short form for AA. power on self-testB. post office system testC. power on system-testD. personal operating system text 译:post是____的缩写。

The short from for某某的缩写形式。

A是开机自检B是办公系统测试C 是开机系统自检D是个人操作系统文本。

约定俗成的简写形式是A。

3. One of the benefits of video conferencing is low costs.A. specially equipped conference roomsB. saving travel timeC. low costsD.linking of local sites译:视频协商(视频会议)的好处之一是_____。

Benefit 好处,益处conference协商,讨论,商谈A是特别的协商会议室B是减少旅游时间C是低花费D是连接本地地址4. The menu bar of word 2003 has C menus orders.A. sevenB. eightC. nineD. ten Word 2003的菜单栏中有9个菜单命令。

计算机专业英语翻译及课后答案

计算机专业英语翻译及课后答案

计算机专业英语翻译及课后答案Unit Nine: The InternetUnit Nine/Section AI. Fill in the blanks with the information given in the text:1. research2. ICANN或the Internet Corporation for Assigned Names and Numbers3. router; gateway4. temporary/dial-up; permanent/dedicated5. ISP或Internet service provider6. network; host7. decimal8. mnemonicII. Translate the following terms or phrases from English into Chinese and vice versa:1. cell phone 蜂窝电话,移动电话,手机2. IP address 网际协议地址,IP地址3. autonomous system 自主系统4. dial-up connection 拨号连接5. network identifier 网络标识符6. binary notation 二进制记数法7. mnemonic name 助记名,缩写名8. Internet-wide directory system 因特网范围的目录系统9. name server 名称服务器10. Internet infrastructure 因特网基础结构11. 助记地址mnemonic address12. 网吧cyber cafe13. 宽带因特网访问broadband Internet access14. 顶级域名top-level domain (TLD)15. 因特网编址Internet addressing16. 点分十进制记数法dotted decimal notation17. 因特网服务提供商Internet service provider (ISP)18. 专用因特网连接dedicated Internet connection19. 主机地址host address20. 硬件与软件支持hardware and software supportIII. Fill in each of the blanks with one of the words given in the following list, making changes if necessary:Early computer networks used leased telephone company lines for their connections. Telephone company systems of that time established a single connection between sender and receiver for each telephone call, and that connection carried all data along a single path. Whena company wanted to connect computers it owned at two different locations, the company placed a telephone call to establish the connection, and then connected one computer to eachend of that single connection.The U. S. Defense Department was concerned about the inherent risk of thissingle-channel method for connecting computers, and its researchers developed a differentmethod of sending information through multiple channels. In this method, files and messagesare broken into packets that are labeled electronically with codes for their origins, sequences,and destinations. In 1969, Defense Department researchers in the Advanced Research ProjectsAgency (ARPA) used this network model to connect four computers into a network called theARPANET. The ARPANET was the earliest of the networks that eventually combined to become what we now call the Internet. Throughout the 1970s and 1980s, many researchers in the academic community connected to the ARPANET and contributed to the technological developments that increased its speed and efficiency.IV. Translate the following passage from English into Chinese: 因特网只是提供了将许许多多的计算机连接在一起的物理与逻辑基础结构。

  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

计算机专业英语期末考查题型与分值1.listening comprehension(20’):复习1、2、3、5、9单元上过的听力部分2.reading comprehension(30’): 复习1、2、3、5、9单元上过的阅读文章和it英语阅读材料3.IT abbreviation(10’):课本出现过的it缩写4.match the verbs to phrases(20’): 复习1、2、3、5、9单元听力与阅读部分的重点句型和短语5.translation(20’):熟悉1、2、3、5、9单元听力和阅读文章中心句,以及课后翻译练习。

Unit1OutlineSpecify computer name and workgroup in Windows XPCreate and customize user accounts in Windows XPDisplay the viewing of hidden files in Windows XPAdd a new e-mail account in Microsoft Outlook 2003Change Windows visual effects in Windows XPMove my documents to another locationEnable the quick launch bar in Windows XPChange the screen resolution in Windows XPHave better understanding of Windows Update and the brief history of windows Words:Verbs:specify 英[ˈspesɪfaɪ] 美[ˈspɛsəˌfaɪ]vt. 指定;详述;提出…的条件;使具有特性create 英[krɪ'eɪt] 美[kriˈet]vt. 创造,创作;产生;封爵,把…封为(贵族)vi. [英][俚]大发脾气,大发牢骚customize 英['kʌstəmaɪz] 美[ˈkʌstəˌmaɪz]vt. 定制,定做;按规格改制网络定制用户界面;定制;定做;定制,定做display 英[dɪˈspleɪ] 美[dɪˈsple]n. 展览,陈列;陈列品,展览品;显示器;炫耀vt. 显示;陈列;展开,伸展;夸示,炫耀vi. (计算机屏幕上)显示viewing 英['vju:ɪŋ] 美['vju:ɪŋ]n. 注视,检视,观察网络观测;检视;观看;观赏addenable 英[ɪ'neɪbl] 美[ɛˈnebəl]1.恢复正常操作,启动,允许(操作),启用,使能(够)[E,ENBL]2.,使能够Nouns & phrases:computer nameworkgroupuser accounthidden filee-mail accountvisual effectquick launch barscreen resolutionWindows Update计算机名工作组用户帐号隐藏文件电子邮件帐户视觉效果快速启动栏屏幕分辨率Windows更新Part11.Terms:Vista UltimateVista Premiumscannerdesktopglitchslickincompatibilitynotebook computerdesktop computerupgradeoperating systemlaptopVista旗舰版(家庭基本版)Vista高级版(家庭高级版)扫描仪台式机小故障光滑的不可兼容性笔记本电脑升级操作系统笔记本电脑3.1.Identify computerfile sharingshare common resourceright clicksystem propertytabcomputer description characterpromptrestarttake effect识别计算机文件共享共享资源右键点击系统属性标签计算机描述字符提示重启生效3.2Computer administrator Computer settingLimited userModify the password Primary userAdd user accountLog on to computerControl panelPick a categoryPick a taskUser account wizardPick an account typeCreate accountInstall application计算机管理员计算机设置受限用户修改密码主用户添加用户帐户登录计算机控制面板选择类别/调整计算机类别选择任务用户帐户向导挑选一个帐户类型创建帐户安装应用软件Unit2OutlineUser’s reviewsSoftware versionsInternet Information Services(IIS) Start-up programsSystem configuration utility用户评价软件版本网际网路资讯服务启动程序系统配置实用程序Part 1Full copyPersonallyFull function version ExceptionallyThe trail versionDesign program完全版亲自地全功能班例外地试用版设计程序3.1IIS(Internet Information Services)Add/remove optional component Add/remove programDialog boxDefault settingAdd/remove Windows component Windows Component Wizard Check boxLeave sth. IntactDefault installation settingFTP(file transit protocol) FronPageTransactionActive Server PagesDatabase connectionTotal disk requiredSpace available on diskConsoleSMTP(simple mail transit protocol) Classic view网络网际服务添加/删除可选组建添加/删除程序对话框默认设置添加/删除Windows组建Windows组建向导复选框不做更改默认安装设置文件传输协议网页编辑软件事务处理动态服务器网页数据连接所需磁盘空间剩余磁盘空间操作平台简单邮件传输协议3.2PrimaryMac.PackageUtilitiesLeading application suiteThe root folderA valid product keySpecify the locationTypical installComplete installMinimal installCustom installInfopathAdvanced customization of application Feature treeSummary screen主要的麦金塔电脑程序包/套装软件实用程序工具软件主流应用套装根文件夹有效的产品密匙制定位置典型安装完全安装最小化安装用户自定义安装在线填写表单应用先进定制特征树屏幕摘要Unit 3OutlineSecure passwordVirus scanningAntivirus softwareSpywareSystem restoreEnable firewall安全密码病毒扫描反病毒软件流氓软件系统恢复开启防火墙Part 1 listening1.butter dayadwareTrojanLurkInfestHackerWise up33.1how to choose a secure password Letter and number combination obsureunit 5outlinesaveintervalsave intervalautomatic file recoveryprintedit.docxReminderLocateCellViaIT abbreviationsCPU : Central Processing UnitIIS : Internet Information ServicesOS : Operating SystemSMTP : Simple Mail Transfer Protocol 邮件传输协议EULA : end-user license agreementsPC : personal computerIE : Internet ExplorerFAT : File Allocation TableFTP : File Transfer ProtocolXML : Extensible Markup LanguageTranslations1. When downloading is complete, the Windows update icon appears in the notification areaagain, this time to let you know that the updates are ready to be installed.下载完成后,windows更新图标出现在通知区,更新已经准备好了2. A large number of unneeded files and system errors gather as you work with your computereveryday.在日常使用电脑的过程中,会产生许多无用的文件和系统错误3. The parental control is basic, but it does a reasonable job of protecting some users (i.e.children) of visiting inappropriate sites.家长控制是一个很基础却实用的功能,它让一些用户不能访问不合适的内容4. A firewall is a software program or a hardware device that helps screen out hackers andmalware that try to reach your computer over the internet.防火墙软件和一些硬件能筛选出黑客防止电脑的信息被盗窃5. You can clean your hard drive by deleting what you no longer need, and to make sure the harddrive is erased.当不需要硬盘上的信息并且要彻底清空硬盘,可以通过删除操作来完成6. Select the check box for Internet Information Services, leaving all the default installationsettings intact.选择IIS复选框,除默认选项外,将其他选项勾选完整.7. Today, you need to worry about security in a whole different arena: Your PC. Spy-ware,adware, viruses and Trojans are lurking online.今天,你要为电脑的安全担心.有许多潜在的威胁如间谍软件,商业软件,病毒和木马8. A large number of unneeded files and system errors gather as you work with your computereveryday.9. If you need to restart your computer for an update to take effect , Windows will notify you andwill restart your computer at the scheduled time .你需要重启电脑来让更新生效,windows会通知并在设定的时间重启电脑10. New viruses and security threats are continually developed by attackers, so helping protestyour computer is an ongoing process.病毒和安全威胁不断升级,所以保护电脑是一个长期的过程11. Many people use Internet security suite rather than just a standard anti-virus nowadays , as thisoffer extra layers of protection against at sorts of other threats.现在许多人使用互联网安全套件而不仅仅是一个标准的杀毒软件,因为这提供了额外的防护,防止各种威胁12. Undoubtedly, enabling the maximum level of protection in all features will slow the systemsomewhat, but a sensible level of protection provides very good performance毋庸置疑的,最高的保护等级有所有的功能但会降低系统运行速度,但一个合适的等级会有很好的性能13).Considering the low price and performance of the main components KI57 is a great valuepackage that provides high-end threat detection.考虑到价格和性能KI57是一个好的套件,提供了高级的安全威胁检查。

相关文档
最新文档