【计算机类职业资格】程序员-计算机英语及答案解析.doc
《【计算机类职业资格】程序员-计算机英语及答案解析.doc》由会员分享,可在线阅读,更多相关《【计算机类职业资格】程序员-计算机英语及答案解析.doc(25页珍藏版)》请在麦多课文档分享上搜索。
1、程序员-计算机英语及答案解析(总分:79.00,做题时间:90 分钟)1.Each instruction is processed (75) ,and several instructions are at varying stages of execution in the processor at any given time,this is called instruction pipelining(分数:1.00)A.exactlyB.sequencingC.sequentiallyD.intermittently2.The error messages given by a C c
2、ompiler show the message text,the most common (68) of the error,and a suggestion for fixing the error(分数:1.00)A.consequenceB.causeC.informationD.result3.Hash functions can generate a (1) bit string from an arbitrarily long piece of plain text.(分数:1.00)A.longB.shortC.variable-lengthD.fixed - length4.
3、In C language,the usual expression statements are assignments or (59) (分数:1.00)A.I/OsB.function callsC.operationsD.evaluations5.(分数:1.00)A.program written in low - level language is called “ (3) “A. compilerB.executableC.sourceD.assemble6.C+ is used with proper (66) design techniques(分数:1.00)A.class
4、-orientedB.object-basedC.face to objectD.object-orientedFor users, microkernel technology promises (11) , compact and sophisticated operating systems that are typically (12) across a range of hardware platforms.(分数:2.00)A.quicklyB.speedC.slowD.fastA.portableB.madeC.moveableD.use7.In C program,it is
5、convenient to use a break to exit from a (57) (分数:1.00)A.functionB.loopC.classD.structure8.In C language, (58) is a collection of one or more variables,possibly of different types, grouped together under a single name for convenient handling.(分数:1.00)A.a classB.a structureC.an arrayD.a function9.A c
6、lickable string or graphic that points to another Web page or document is called (18) 。(分数:1.00)A.LinkB.AnchorC.BrowserD.Hyperlink10.In C language,the increment and decrement operator can only be applied to (56) ,so an expression like x(a+b)-is illegal.(分数:1.00)A.integersB.StringsC.variablesD.pointe
7、rs11.People usually install (10) to fix known security holes.(分数:1.00)A.patchesB.compensationsC.complementsD.additions12.Which one of these statements about connecting to the Internet is true? (76) (分数:1.00)A.You must have a modem to connect to the InternetB.You must have a telephone line to connect
8、 to the InternetC.The Internet can be used to connect computers with different ISPD.The Internet can only be used to link computers with same operating system(21) put computers to practical business use, but below the surface it is the heart of an (22) - the kernel - that provides the technical wiza
9、rdry to juggle multiple programs, connect to networks and store (23) .A traditional kernel provides all the functions for applications. The kernel (24) memory, I/O devices and parcels out processor time.The kernel also supports (25) and fault tolerance, which is the ability to recover automatically
10、when parts of the system fail.(分数:5.00)A.DatabasesB.ApplicationsC.DriversD.GamesA.DBMSB.WindowsC.ApplicationD.operating systemA.textB.dataC.imageD.graphicsA.managesB.manageC.managedD.managingA.authenticationB.auto - correctionC.securityD.problem13.An identifier is a sequence of letters and digits,th
11、e first character must be (60) (分数:1.00)A.a letterB.a stringC.an arrayD.a interger14.ActiveX is a set of specifications and software that allow small programs or software components to (72) (分数:1.00)A.work togetherB.work aloneC.simplifyD.reuse15.Object-oriented DBMS integrated a variety of (16) data
12、 types -such as business procedures, graphics, pictures, voice and annotated text.(分数:1.00)A.objectB.theoreticalC.shortenD.real - world16.One use of networks is to let several computers (61) data such as file systems,printers,and tape drives(分数:1.00)A.copyB.communicateC.transferD.shareThe following
13、suggestions increase programs (69) and make them easier to Maintain:1Use a standard indention technique,blank lines,form feeds,and spaces2Insert plenty of (70) into your code(分数:2.00)A.reliabilityB.securityC.readabilityD.usabilityA.java codeB.C+ codeC.assemble codeD.comments17.A typical peripheral d
14、evice has an address which the processor uses to select the devices internal (74) (分数:1.00)A.dataB.controlsC.signalsD.registers18.One of the guidelines in writing the C code is as follows: write code that is as clear as (15) .(分数:1.00)A.readableB.reusableC.possibleD.semantic19.When the result of an
15、operation becomes larger than the limits of the representation, (79) occurs(分数:1.00)A.overexposureB.overdraftC.overflowD.overdose20.EJB technology enables rapid and simplified development of distributed, (19) ,secure and portable applications based on Java technology.(分数:1.00)A.stand-aloneB.integrat
16、ionC.transactionalD.internationalSoftware design is a (46) process. It requires a certain amount of fl air on the part of the (47) . Design can not be learned from a book . It must be practiced and learnt by experience and study of existing systems. A well (48) software system is straightforward to
17、implement and maintain , easily (49) and reliable. Badly (48) software systems, although they may work are (50) to be expensive to maintain , difficult to test and unreliable.(分数:5.00)A.createB.creativeC.creatingD.createdA.designerB.userC.computerD.designA.designB.designingC.designedD.designsA.maint
18、ainB.maintainsC.maintainingD.maintainedA.likeB.unlikelyC.unlikeD.likelyIn C program, all variables must be declared before (52) , usually at the (53) of the function before any executable statements.(分数:2.00)A.statedB.instructedC.illustratedD.useA.endB.middleC.beginningD.last21.Array is a contiguous
19、,numbered set of variables of a given base type,which can be used and passed to functions as a (67) (分数:1.00)A.recordB.unitC.fileD.parameterAn instruction is made up of (41) that specify the function to be performed and operands that represent the data to be operated on. For example, if an instructi
20、on is to perform the operation of (42) two numbers, it must know (43) the two numbers are. The processors job is to (44) instructions and operands from memory and to perform each operation. Having done that, it signals (45) to send it next instruction.(分数:5.00)A.dataB.addressC.registerD.operationsA.
21、addedB.addingC.addD.additionA.whenB.whichC.whereD.whoA.getB.pushC.makeD.putA.hard diskB.registerC.memoryD.cache22.Very brief, simple expressions in program are easy to write correctly and effortless to (4) .(分数:1.00)A.defendB.debugC.defaultD.detectSoftware quality assurance is now an emerging sub -
22、discipline of (36) . As Buckly and oston point out, (37) software quality assurance is likely to lead to an ultimate (38) of software costs. However, the major hurdle in the path of software management in this area is the lack of usable software (39) . The development of accepted and generally appli
23、cable standards should be one of the principal goals of (40) in software engineering.(分数:5.00)A.software engineeringB.software designC.codingD.testingA.effectiveB.effortlessC.studyD.weekA.balanceB.incrementC.productionD.reductionA.mechanismB.engineeringC.standardsD.designA.productionB.planningC.mana
24、gementD.research23.SOAP uses (20) technologies to define an extensible messaging framework providing a message construct that can be exchanged over a variety of underlying protocols(分数:1.00)A.HTYPB.HTMLC.XMLD.XHTMLBecause web servers are (31) and application independent, they can send or request dat
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 职业资格 程序员 英语 答案 解析 DOC
