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

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

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

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

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

  Afirewallisa(67)systemdesignedto(用来)(68)anorganization’snetworkagainstthreats.

  (67)A.operating   B.programming  C.security   D.service

  (68)A.prevent   B.protect 保护   C.develop   D.exploit

  防火墙是一个安全系统,用来保护一个组织的网络不受到威胁。

  (67)C(68)B

  The(69)hasseveralmajor(主要)components(组成),includingthesystemkernel,amemorymanagementsystem,thefilesystemmanager,devicedrivers,andthesystemlibraries.

  (69)A.application   B.informationsystem

  C.network   D.operatingsystem

  操作系统有几个主要的组成部分,包括系统内核、存储管理系统、文件系统管理器、设备驱动器和系统库。

  (69)D

  (70)istheaddressofavariable(变量)oravariableinwhichtheaddressofanothervariableisstored.

  (70)A.Director   B.Pointer   C.Array   D.Record

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

  (70)B

04下

(66)means“AnyHTMLdocumentonaHTTPServer”.

  (66)Serverpage

Browsersite

  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.databaseB.multimedia

C.networkD.mainframes

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

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

  The(67)controlsthecursororpointeronthescreenandallowstheusertoaccesscommandsbypointingandclicking.

  (67)A.graphics B.printer  C.program  D.mouse

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

  (67)D

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

  (68)A.Scanner(扫描仪) B.printer  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.SearchEnginesC.WebSites D.WebPages

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

  InClanguage,(69)areusedtocreatevariablesandaregroupedatthetopofaprogramblock.

  (6

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

当前位置:首页 > 人文社科 > 法律资料

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

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