0409程序员专业英语真题译文及答案Word格式文档下载.docx

上传人:b****7 文档编号:21843477 上传时间:2023-02-01 格式:DOCX 页数:19 大小:23.93KB
下载 相关 举报
0409程序员专业英语真题译文及答案Word格式文档下载.docx_第1页
第1页 / 共19页
0409程序员专业英语真题译文及答案Word格式文档下载.docx_第2页
第2页 / 共19页
0409程序员专业英语真题译文及答案Word格式文档下载.docx_第3页
第3页 / 共19页
0409程序员专业英语真题译文及答案Word格式文档下载.docx_第4页
第4页 / 共19页
0409程序员专业英语真题译文及答案Word格式文档下载.docx_第5页
第5页 / 共19页
点击查看更多>>
下载资源
资源描述

0409程序员专业英语真题译文及答案Word格式文档下载.docx

《0409程序员专业英语真题译文及答案Word格式文档下载.docx》由会员分享,可在线阅读,更多相关《0409程序员专业英语真题译文及答案Word格式文档下载.docx(19页珍藏版)》请在冰豆网上搜索。

0409程序员专业英语真题译文及答案Word格式文档下载.docx

  (70)istheaddressofavariable(变量)oravariableinwhichtheaddressofanothervariableisstored.

  (70)A.Director    

B.Pointer    

C.Array    

D.Record

  指针是一个变量的地址或者是存储了另一个变量地址的变量。

  (70)B

04下

(66)means“AnyHTMLdocumentonaHTTPServer”.

  (66)A.WebServer 

page

Browser 

site

  Web页面表示HTTP服务器上任意的HTML文档。

  (66)B

  Theterm 

"

(67)program(源程序)"

meansaprogramwritteninhigh-levellanguage.

  (67)    

       

  源程序表示用高级语言书写的程序。

  (67)C

  Verylong,complexexpressions(表达式)inprogramaredifficulttowritecorrectlyanddifficultto 

(68).

  (68)     

        

  在程序中,长而复杂的表达式很难正确地书写且不易于调试。

  (68)D

  InClanguage,functions(函数)areimportantbecausetheyprovideawayto(69)codesothatalargecomplexprogramcanbewrittenbycombiningmanysmallerparts.

  (69)     

       

  在C语言中,函数是很重要的。

因为函数具有把代码模块化的功能,通过代码模块化,一个大且复杂的程序能够写成多个小程序的组合。

  (69)B

  Thestandard(70)inClanguagecontain(包含)manyusefulfunctionsforinputandoutput,stringhanding,mathematicalcomputations,andsystemprogrammingtasks.

  (70)           

  在C语言中,标准库函数包括许多用于输入、输出、字符串处理、数学计算、系统调用的函数。

  (70)C

05上

 A(66)computerisapersonalcomputerwhosehardwareiscapableofusinganyorallofthefollowingmediainaprogram:

audio,text,graphics,videoandanimation.

  (66)A.database 

B.multimedia

C.network 

D.mainframes

  多媒体计算机是一种个人计算机,其硬件能使程序可以利用下列各种媒体:

音频、文本、图形、视频和动画。

  The(67)controlsthecursororpointeronthescreenandallowstheusertoaccesscommandsbypointingandclicking.

  (67)A.graphics  

B.printer   

C.program   

D.mouse

  鼠标器控制屏幕上的光标(或指针),使用户能够通过指定和点击来执行命令。

  (67)D

  A(68)copiesaphotograph,drawing(图形)orpageoftextintothecomputer.

  (68)A.Scanner(扫描仪)  

C.display  

D.keyboard

  扫描仪把图像、图形和文本页面复制到计算机中。

  (68)A

  (69)ispermanently(永久地)storedinthecomputerandprovidesalinkbetweenthehardwareandotherprogramsthatrunonthePC.

  (69)A.Interface  

B.Operatingsystem

C.Internet  

D.Applicationsoftware

  操作系统永久地存储在计算机中,提供了硬件与运行在PC中的其他程序的连接。

  (70)isnotalinearstructure.(结构)

  (70)A.Graph  

B.Queue  

C.Stack  

D.I-dimensionarray

  图像不是一种线性结构。

  (70)A

05下

Asequenceofanynumberofcharactersenclosedinthedoublequeotes(双引号)“”iscalledacharacter(66).

(66)A.array   

 B.group

C.set    

D.string

  在双引号“”内由若干个字符组成的串称为字符串。

  (66)D

  InClaunguage,whenanarraynameispassedtoafunction,whatispassedisthe(67)ofthebeginningofthearray.

  (67)A.data     

B.value    

C.location   D.element

  在C语言中,向函数传送一个数组名时,所传送的是该数组的起始地址。

  InClanguage,theresultofthelogical(68)operatoris1ifthevalueofitsoperandis0,0ifthevalueofitsoperandisnon-zero.

  (68)A.AND     

B.NOT   

C.OR     

D.EOR

  在C语言中,如果操作数的值为0,则逻辑运算NOT后的结果为1;

如果操作数的值非0,则逻辑运算NOT后的结果为0。

  (68)B

  Afloatingconstant(常数)consistsofanintegerpart,adecimalpoint,afractionpart,aneorE,andanoptionallysignedinteger(69).

  (69)A.exponent  B.order   

C.superfluous D.superior

  浮点常数由整数部分、小数点、小数部分、e(或E)以及可以带符号的阶码组成。

  (69)A

  The(70)isatemporary(临时地)  (70)A.cache    

B.pool    

C.buffer    

D.clipboard

  剪贴板是一个临时存储区,用于在应用程序之间复制或移动所选文本或对象。

  (70)D

06上

(66)isadevice(设备)thatconverts(转换)imagestodigitalformat.(形式)

  (66)A.Copier   

 B.Printer

C.Scanner   

 D.Display

  扫描仪是一种设备,能将图片转换成数码形式。

  InClanguage,a(67)isaseriesofcharactersenclosedindoublequotes.

  (67)A.matrix    B.string    

C.program D.stream

  在C语言中,字符串就是用双引号括起来的一串字符。

  (67)B

  (68)arethoseprogramsthathelpfindtheinformationyouaretryingtolocateontheWWW.

  (68)A.Windows   

B.SearchEngines 

C.WebSites D.WebPages

  搜索引擎就是帮助你在互联网上找到所需信息的程序。

  InClanguage,(69)areusedtocreatevariablesandaregroupedatthetopofaprogramblock.

  (69)A.declarations B.dimensions  

C.comments D.descriptions

  C语言中,数据类型的说明集中放在程序块首,用于建立各种变量。

  An(70)statementcanperformacalculationandstoretheresultinavariablesothatitcanbeusedlater.

  (70)A.executable  B.input   

C.output  D.assignment

  赋值语句能执行计算,并将计算结果存入变量,待以后使用。

06下

试题(66)~(70)给出了计算机英文术语的解释,请从供选择的参考答案中选择正确的术语。

  (66):

Anerrorcanbecausedbyattemptingto(企图)divideby0.

  (66)A.Interrupt 

B.Default

   

C.Underflow 

D.Overflow

  溢出:

企图用0除时会产生的一种错误。

  (67):

Theprocessofidentifyingandcorrectingerrorsinaprogram.

  (67)A.Debug 

B.Bug 

C.Fault 

D.Default

  调试:

找出并纠正程序错误的过程。

  (67)A

  (68):

Acollectionofrelatedinformation,orizanizedforeasvretrieval.

  (68)A.Data 

D.Stack

  数据库:

相关信息的集合,组织起来使其易于检索。

  (69):

Alocationwheredatacanbetemporarilystored.

  (69)A.Area 

B.Disk 

C.Buffer 

D.File

  缓冲区:

临时存放数据之处。

  (69)C

  (70):

Agraphicalbarwithbuttonsthatperformsomeofthemostcommoncommands.

  (70)A.Titlebar 

bar 

bar 

D.Scrollbar

  工具栏:

由按钮组成的图形化条,这些按钮可以执行大部分常用操作。

  Everyvalidcharacterinacomputerthatuseseven(71)mustalwayshaveanevennumberor1bits.

  (71)A.parity 

B.check 

C.test 

D.compare

  计算机中采用偶校验的字符一定含有偶数个1。

  (71)A

  Themaximumnumberofdatathatcanbeexpressedby8bitsis(72).

  (72)A.64 

B.128 

C.255 

D.256

  8位能表示的最大数是255。

  (72)C

  Integration(73)istheprocessofverifyingthatthecomponentsofasystemworktogetherasdescribedintheprogramdesignandsystemdesignspecifications.

  (73)A.trying 

B.checking 

C.testing 

D.coding

  集成测试就是验证系统各个组成部分能否按程序设计和系统设计规格说明书所描述的方式一起工作的过程。

  (73)C

  GIFfilesarelimitedtoamaximumof8bits/pixel,itsimplymeansthatnomorethan256colorsareallowedin(74).

  (74)A.animage 

file 

window 

D.apage

  GIF格式的文件规定每个像素最多8位,这就意味着GIF图像不能超过256色。

  (74)A

  Computer(75)isacomplexconsistingoftwoormoreconnectedcomputingunits,itisusedforthepurposeofdatacommunication(通信)andresourcesharing(资源共享).

  (75)A.storage 

B.device 

C.network 

D.processor

  计算机网络是由两个或者两个以上的计算装置组成的复合体,旨在用于数据通信和资源共享。

  (75)C

07上

Insufficient(不充足的)(71)cancauseaprocessortoworkat50%orevenmorebelowitsperformancepotential.

(71)A.mouseB.I/O

C.documentD.memory

内存不足会使处理器的性能潜力只能发挥一半甚至更低。

(71)D

The(72)ine-mailmessageshasaffectedalmosteverycomputeraroundtheworldandhascausedthedamageofuptoUS$1billioninNorthAmerica.

(72)A.illness   B.virus   C.weakness   D.attachment

电子邮件中的病毒已感染了全球几乎每台计算机,在北美造成了多达10亿美元的损失。

(72)B

Oneofthebasicrulesofcomputersecurityistochangeyour(73)regularly.

(73)A.name   B.computer C.device   D.password

计算机安全性的基本规则之一是定期改变您的口令。

(73)D

Oneofthegreatestfeatures(特点)ofahome(74)istheabilitytoshareoneInternetconnectionsimultaneously(同时)overtwoormorecomputers.

(74)A.computer  B.device   C.network   D.work

家庭计算机网的最大特点是多台计算机能同时共享一个因特网接口。

(74)C

TheusualaddressforaWebsiteisthe(75)pageaddress,althoughyoucanentertheaddressofanypageandhavethatpagesenttoyou.

(75)A.home    B.main    C.host    D.house

网址一般就是主页地址,尽管你可以进入任何网页地址并且使该页发送给你。

(75)A

07下

A(71)isafunctionalunitthatinterpretsandcarriesoutinstructions.

  (71)A.memory 

B.processor

C.storage 

  处理器是解释并执行指令的部件。

  (71)B

  A(72)consistsofthesymbols,characters,andusagerulesthatpermitpeopletocommunicatewithcomputer.

  (72)A.programminglanguage 

B.network

C.keyboard 

D.display

  程序设计语言由符号、字符及使用规则组成,使人们可以与计算机通信。

  (72)A

  (73)software,alsocalledend-userprogram,includesdatabaseprograms,wordprocessors,spreadsheetsetc.

  (73)A.Application 

B.System 

C.Compiler 

  应用软件也称为最终用户程序,包括数据库程序、文字处理软件电子表格软件等。

  (73)A

  In(74),theonlyelementthatcanbedeletedorremovedistheonethatwasinsertedmostrecently.

  (74)A.aline 

B.aqueue 

C.anarray 

D.astack(栈)

  在栈中,只有最近插入的元素才能被删除或取出。

  (74)D

  Most(75)measures(方法)involvedataen

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 工程科技 > 材料科学

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1