10010k1计算机专业英语.docx

上传人:b****3 文档编号:3884082 上传时间:2022-11-26 格式:DOCX 页数:120 大小:33.58KB
下载 相关 举报
10010k1计算机专业英语.docx_第1页
第1页 / 共120页
10010k1计算机专业英语.docx_第2页
第2页 / 共120页
10010k1计算机专业英语.docx_第3页
第3页 / 共120页
10010k1计算机专业英语.docx_第4页
第4页 / 共120页
10010k1计算机专业英语.docx_第5页
第5页 / 共120页
点击查看更多>>
下载资源
资源描述

10010k1计算机专业英语.docx

《10010k1计算机专业英语.docx》由会员分享,可在线阅读,更多相关《10010k1计算机专业英语.docx(120页珍藏版)》请在冰豆网上搜索。

10010k1计算机专业英语.docx

10010k1计算机专业英语

Thefirstgenerationofcomputersisbasedon()

选择一项:

a. VLSI(超大规模集成电路)

b. IC(集成电路)

c. transistors(晶体管)

d. vacuumtubes(真空管) 

正确答案是:

vacuumtubes(真空管)

评论

写评语或修改得分

题干

Moderndigitalcomputerscanbeclassifiedasmainframes,minicomputers,workstations,or  onthebasisofcostandperformance(性能).

选择一项:

a. microcomputers(微型计算机) 

b. vacuumtubes(真空管)

c. personalcomputer(个人电脑)

d. transistors(晶体管)

正确答案是:

microcomputers(微型计算机)

评论

写评语或修改得分

题干

Thefirstgenerationcomputers,suchasENIAC,introducedintheearly1950s,werebasedon()

选择一项:

a. VLSI(超大规模集成电路)

b. transistors(晶体管)

c. IC(集成电路)

d. vacuumtubes(真空管) 

正确答案是:

vacuumtubes(真空管)

评论

写评语或修改得分

题干

Whereasthedecimalsystem(十进制)isbasedon10,the()systemisbasedon2.Thereareonlytwodigitsinthelattersystem,0and1.

选择一项:

a. binary(二进制) 

b. hexadecimal(十六进制)

c. byte

d. octal(八进制)

正确答案是:

binary(二进制)

评论

写评语或修改得分

题干

Aprogramisasequenceof()thattellsthehardwareofacomputerwhatoperationstoperformondata.

选择一项:

a. digits

b. instructions 

c. wires

d. circuits

正确答案是:

instructions

评论

写评语或修改得分

题干

Thethirdgenerationcomputers,datingfromthe1960s,werebasedon().

选择一项:

a. transistors(晶体管)

b. IC(集成电路) 

c. vacuumtubes(真空管)

d. VLSI(超大规模集成电路)

正确答案是:

IC(集成电路)

评论

写评语或修改得分

题干

()havethefastestspeedandthelargeststoragespace.

选择一项:

a. supercompute 

b. microcomputers

c. workstations

d. minicomputers

正确答案是:

supercompute

评论

写评语或修改得分

题干

Thesmallestunitofinformationhandledbyacomputeris().

选择一项:

a. byte

b. word

c. bit 

d. KB

正确答案是:

bit

评论

写评语或修改得分

题干

Adigitalcomputerisgenerallymadeupoffivedistinctelements(独立部件):

acentralprocessingunit,inputdevices,memorystoragedevices,()devices,andabus.

选择一项:

a. output 

b. mouse

c. monitor

d. keyboard

正确答案是:

output

评论

写评语或修改得分

题干

Thesecondgenerationcomputers,introducedintheearly1960s,werebasedon().

选择一项:

a. VLSI(超大规模集成电路)

b. IC(集成电路)

c. transistors(晶体管) 

d. vacuumtubes(真空管)

正确答案是:

transistors(晶体管)

评论

写评语或修改得分

Acomputerprogramconsistsofasetof().

选择一项:

a. words

b. instructions 

c. numbers

d. characters

正确答案是:

instructions

评论

写评语或修改得分

题干

Wecanclassifyprogramminglanguagesundertwotypes:

low-levellanguagesand()languages.

选择一项:

a. C

b. Java

c. machine

d. high-level 

正确答案是:

high-level

评论

写评语或修改得分

题干

()isanobject-orientedlanguage.

选择一项:

a. Pascal

b. Basic

c. Java 

d. C

正确答案是:

Java

评论

写评语或修改得分

题干

A/An()isalow-levellanguageinbinarycode(二进制代码)thatthecomputercanunderstandandexecutedirectly.

选择一项:

a. machinelanguage 

b. high-levellanguage

c. assemblylanguage

d. object-orientedlanguage

正确答案是:

machinelanguage

评论

写评语或修改得分

题干

()isaprogramthatisoftenusedtohelpfindproblemsinotherprograms.

选择一项:

a. Aloader(装入程序)

b. Adebugger(调试程序) 

c. Alinker(连接程序)

d. Anassembler(汇编程序)

正确答案是:

Adebugger(调试程序)

评论

写评语或修改得分

题干

High-levellanguagesmustfirstbetranslatedintomachinelanguagesbeforetheycanbeunderstoodandprocessedbyacomputer.Thisjobisoftendoneby().

选择一项:

a. aloader(装入程序)

b. alinker(连接程序)

c. anassembler(汇编程序)

d. acompiler(编译程序) 

正确答案是:

acompiler(编译程序)

评论

写评语或修改得分

题干

A/An()isasequenceofcodeinaprogramexecutedrepeatedly,eitherforafixednumberoftimesoruntilacertainconditionismet.

选择一项:

a. statement

b. instruction

c. block

d. loop 

正确答案是:

loop

评论

写评语或修改得分

题干

A/An()isafixed-size,sequencedcollectionofelementsofthesamedatatype.

选择一项:

a. array 

b. realnumber

c. integer

d. string

正确答案是:

array

评论

写评语或修改得分

系统设计范例可以翻译为systemdesignparadigm

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

需求分析与定义可以翻译为requirementsanalysisanddefinition

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

探索式编程方法可以翻译为exploratoryprogrammingapproach

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

系统文件编制可以翻译为systemdocumentation

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

瀑布模型可以翻译为watermodel

选择一项:

错 

回答正确

正确的答案是“错”。

评论

写评语或修改得分

题干

systemspecification短语可以翻译为系统规格说明

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

unittesting短语可以翻译为单位(或单元、部件)测试

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

softwarelifecycle短语可以翻译为软件生命周期

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

systemvalidationtesting短语可以翻译为系统验证测试

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

evolutionarydevelopmentprocess短语可以翻译为演化开发过程

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

专用因特网连接可以翻译为dedicatedInternetconnection

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

硬件与软件支持可以翻译为hardwareandsoftwaresupport

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

网吧可以翻译为network

选择一项:

错 

回答正确

正确的答案是“错”。

评论

写评语或修改得分

题干

点分十进制记数法可以翻译为dottednotation

选择一项:

错 

回答正确

正确的答案是“错”。

评论

写评语或修改得分

题干

顶级域名可以翻译为top-leveldomain(TLD)

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

WWW的中文含义是()。

选择一项:

a. 城域网

b. 广域网

c. 万维网 

d. 局域网

正确答案是:

万维网

评论

写评语或修改得分

题干

TCP的完整单词拼写是()。

选择一项:

a. TransmissionControlPractice

b. TransferCarryProtocol

c. TransmissionControlProtocol 

d. TransferControlPractice

正确答案是:

TransmissionControlProtocol

评论

写评语或修改得分

题干

Amongthefollowingdomainnames,whichdomainbelongstoschool?

选择一项:

a. 

b. www.zgks.org

c. www.whitehouse.gov

d.  

正确答案是:

评论

写评语或修改得分

题干

Amongthefollowingdomainnames,whichdomainbelongstogovernment?

选择一项:

a. 

b. www.zgks.org

c. 

d. www.whitehouse.gov 

正确答案是:

www.whitehouse.gov

评论

写评语或修改得分

题干

A allowstwonetworks,eachwithadifferentsetofprotocolsforallsevenOSIlayers,tobeconnectedtoeachotherandcommunicate.

选择一项:

a. switch

b. router

c. gateway 

d. hub

正确答案是:

gateway

评论

写评语或修改得分

助记地址可以翻译为mnemonicaddress

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

专用因特网连接可以翻译为dedicatedInternetconnection

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

因特网服务提供商可以翻译为Internetserviceprovider(ISP)

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

宽带因特网访问可以翻译为broadbandInternetaccess

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

因特网编址可以翻译为Internetaddressing

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

HTTP对应的中文是()。

选择一项:

a. 传输控制协议

b. 超文本标记语言

c. 下载协议

d. 超文本传输协议 

正确答案是:

超文本传输协议

评论

写评语或修改得分

题干

AnIPaddressisa()address.

选择一项:

a. 16-bit

b. 32-bit 

c. 64-bit

d. 8-bit

正确答案是:

32-bit

评论

写评语或修改得分

题干

""isa/an()name.

选择一项:

a. domain 

b. decimal-dotted

c. symbolic

d. good

正确答案是:

domain

评论

写评语或修改得分

题干

FTP对应的中文是()。

选择一项:

a. 传输控制协议

b. 文件控制协议

c. 食品安全标准

d. 文件传输协议 

正确答案是:

文件传输协议

评论

写评语或修改得分

题干

ISO对应的中文是()。

选择一项:

a. 开放系统互连

b. 国家标准化组织

c. 国际化标准组织 

d. 意大利标准化组织

正确答案是:

国际化标准组织

评论

写评语或修改得分

结束回顾

serverfarm短语可以翻译为多类型服务器

选择一项:

错 

回答正确

正确的答案是“错”。

评论

写评语或修改得分

题干

accessprotocol术语可以翻译为存取协议

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

storageareanetwork短语可以翻译为存储区域网

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

high-throughputcomputing短语可以翻译为高吞吐(量)计算

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

云计算提供商可以翻译为cloudcomputingprovider

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

存储芯片可以翻译为storagechip

选择一项:

错 

回答正确

正确的答案是“错”。

评论

写评语或修改得分

题干

基于内部网的私有云可以翻译为intranet-basedprivatecloud

选择一项:

对 

回答正确

正确的答案是“对”。

评论

写评语或修改得分

题干

Thearchitectureofacloudisdevelopedatthreelayers:

infrastructure,platform,andapplication.Theinfrastructure()isdeployedfirsttosupportIaaS(InfrastructureasaService)services.Thislayerservesasthe()forbuildingtheplatformlayerofthecloudforsupportingPaaS(PlatformasaService)().Inturn,theplatformlayerisafoundationforimplementingthelayerforSaaSapplications.1.layer2.foundation3.services4.application

选择一项:

a. 1234 

b. 4321

c. 3214

d. 1324

正确答案是:

1234

评论

写评语或修改得分

题干

Theapplicationlayerisformedwithacollectionofallneededsoftwaremodulesfor()applications.Serviceapplicationsinthislayerincludedailyoffice()work.Theapplicationlayerisalsoheavilyusedbyenterprisesinbusiness()andsales,consumerrelationshipmanagement,financialtransactions,and()chainmanagement.1.marketing2.management3.SaaS4.supply

选择一项:

a. 4123

b. 1234

c. 3412

d. 3214 

正确答案是:

3214

评论

写评语或修改得分

题干

Cloudcomputingappliesavirtualizedplatformwithelasticresourcesondemandbyprovisioninghardware,software,anddatasetsdynamically.对上面句子翻译最准确的是()

选择一项:

a. 云计算动态供应硬件、软件和数据集,以此方式按需应用一个拥有弹性资源的虚拟化平台. 

b. 云计算静态供应硬件、软件和数据集,以此方式按需应用一个拥有弹性资源的虚拟化平台.

c. 以上都不正确

d. 云计算动态供应硬件、软件和数据集,以此方式按需应用一个拥有弹性资源的真实的平台.

正确答案是:

云计算动态供应硬件、软件和数据集,以此方式按需应用一个拥有弹性资源的虚拟化平台.

评论

写评语或修改得分

单选Aprogramisasequenceof()thattellsthehardwareofacomputerwhatoperationstoperformondata.

A.digits

B.instructions

C.wires

D.circuits

回答正确

解析:

2单选Thesmallestunitofinformationhandledbyacomputeris().

A.byte

B.word

C.bit

D.digit

回答正确

解析:

3单选Agroupofeightbits(比特位)iscalleda/an()

A.word

B.digit

C.instruction

D.byte

回答正确

解析:

4单选1MB=()KB

A.1024

B.1000

C.10242

D.10243

回答正确

解析:

5单选Thefirstgenerationofcomputersisbasedon()

A.transistors(晶体管)

B.IC(集成电路)

C.vacuumtubes(真空管)

D.VLSI(超大规模集成电路)

回答正确

解析:

Amodemisadevicethatconvertsbetweenanaloganddigitalsignals,makingitpossibleforacomputertotransmitinformationoverastandardtelephoneline.

对错

回答正确

解析:

2判断1G=1024kB

对错

回答正确

解析:

3判断Whenpowerisremoved,informationinRAM(随机存取存储器)isremained.

对错

回答正确

解析:

4判断Scannerisanexampleoftheoutputhardware.

对错

回答正确

解析:

5判断Printerisakindofoutputdevice.

对错

回答正确

解析:

6判断Whenpowerisremoved,informationinROMisremained.

对错

回答正确

解析:

7判断Anoperatingsystemisthebasicsoftwarethatcon

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

当前位置:首页 > 工程科技 > 能源化工

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

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