《计算机专业英语》答案.docx

上传人:b****8 文档编号:9354974 上传时间:2023-02-04 格式:DOCX 页数:15 大小:18.83KB
下载 相关 举报
《计算机专业英语》答案.docx_第1页
第1页 / 共15页
《计算机专业英语》答案.docx_第2页
第2页 / 共15页
《计算机专业英语》答案.docx_第3页
第3页 / 共15页
《计算机专业英语》答案.docx_第4页
第4页 / 共15页
《计算机专业英语》答案.docx_第5页
第5页 / 共15页
点击查看更多>>
下载资源
资源描述

《计算机专业英语》答案.docx

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

《计算机专业英语》答案.docx

《计算机专业英语》答案

《计算机专业英语》参考答案

Chapter1ComputerScience

TextA

Exercises

2.(a)out(b)with(c)in(d)in(e)in(f)with(g)for(h)about

TextB

Exercises

3.(a)to(b)now(c)in(d)with(e)out(f)upon

TextC

Exercises

1.

(1)analyze,analytic

(2)complicate,complex(3)collaborate,collaborative(4)vary,various(5)introduce,introductory(6)base,basic(7)create,creative(8)differ,different(9)free,free

Chapter2DiscreteMathematicsforComputerScience

TextA

Exercises

1.C48=70,C38=56

2.6*25=192

3.ifa=0

thenifb=0

thenreturn(0)

elsereturn(1+Add(0,b-1))

elseifb=0

thenreturn(1+Add(a-1,0))

elsereturn(1+1+Add(a-1,b-1))

4.ifRest(S)=Ø

thenreturn(First(S))

elseif(First(S)

return(Largest(Rest(S)))

elseReturn(First(S))

5.NowwecandefinefunctionConcat(S1,S2)as:

if(Length(S1)=0)

thenreturn(S2)

elsereturn(Cons(First(S1),Concat(Rest(S1),S2)))

TextB

Exercises

1.[Proof]:

Accordingtogivenconditions,weknow

an=an-1+2n

an-1=an-2+2(n-1)

……

a2=a1+2*2

a1=3

sumallitemsinleftside,anddeletesameitemsintherightsideofequations,wecanresultthat

an=3+2(2+3+……+n-1+n)=1+n(n+1)=n2+n+1

thatiswhatweconclude.

TextC

Exercises

1.

(1)depend,dependent

(2)correspond,correspondent(3)grow,grown(4)solve,solvent(5)relate,relational(6)recur,recursive(7)validate,valid(8)conclude,conclusive(9)justify,justificative

2.

(1)connect-disconnect

(2)possible-impossible(3)regular-irregular(4)measure-countermeasure

Chapter3AlgorithmsintheRealWorld

TextA

Exercises

2.finite,solving,processing,effective,eventually,next,randomly

3.by,in,on,in,on,from

4.thealgorithmcanterminate.

Itiscorrectforsorting.

IfthelengthofarrayAisn,thetimeforcomputationisO(n2)

Itsmemorycostnunits.

Asnincrease,itscomputationalcostwillbecomelarge.

TextB

Exercises

3.

(1)—(e),

(2)—(c),(3)—(d),(4)—(a),(5)—(b)

4.inconvenience,incapacity,independence

5.Wecouldn’thavelivedwithoutwater.

Chapter4DictationSystem

TextA

Exercises

2.forefront,institution,turnaround,boost,embrace,portfolio,handle,portable,issue,stringent

3.off,on,from,into,in,to,over,to,on,to

TextB

Exercises

2.

(1)—(h),

(2)—(g),(3)—(a),(4)—(j),(5)—(e),(6)—(f),(7)—(b),(8)—(i),(9)—(c),(10)—(d)

TextC

Exercises

3.organize,organizational

dictate,dictative

produce,productive

administrate,administrative

transcribe,transcriptive

simplify,simplicial

implement,implementative

protect,protective

Chapter10IntroductiontoComputers

TextA

Ⅰ.

1.hardware,software

2.aCentralProcessingUnit(CPU),memory,aninputdevice,anoutputdevice

3.Inputdevices,Outputdevices

4.Aninputdevice

5.applicationsoftware,systemsoftware

Ⅱ.

1.hardware6.integratedcircuit

2.software7.secondarystorage

3.aCentralProcessingUnit(CPU)8.computersystem

4.applicationsoftware9.mainmemory

5.operatingsystem10.scanner

TextB

Ⅰ.

1.TheWYSIWYG

2.cell

3.finding,fixing

4.Formulas

5.headingsacrossthetop

6.character,word,phrase

Ⅱ.

1.true6.false

2.true7.false

3.true8.true

4.true9.true

5.false10.false

TextC

当使用计算机的时候,你必须知道与它“交流”。

在一些特殊情况下,计算机会发出一些有用的出错信息或提示来帮助继续你的工作。

下面是一些最常见的信息:

∙错误的文件名或命令。

∙中止,重试或取消?

∙请认真阅读下列授权协议书。

∙建议安装前先关闭其他所有的应用程序。

∙请单击【OK】按钮继续安装。

∙按F1键请求帮助。

∙重启你的计算机,完成安装。

∙磁盘写保护。

∙确认继续吗?

(是按Y/不是按N键)

∙内存不足。

如果你已经理解它们,那你能与计算机很好地交流而且可以避免很多错误。

当然,假如你想了解有关它们的更多知识,就必须花更多时间学习和实践。

Chapter12ComputerLanguageandProgramming

TextA

Ⅰ.

1.artificial,instructions

2.low-level,high-level

3.low-level

4.machine

5.statement

Ⅱ.

1.存储寄存器11.executableprogram

2.函数语句12.programmodule

3.程序语句13.conditionalstatement

4.面向对象语言14.assignmentstatement

5.汇编语言15.logiclanguage

6.中间语言,中级语言16.machinelanguage

7.关系(型)语言17.procedurallanguage

8.人造语言18.programminglanguage

9.数据声明19.runacomputerprogram

10.结构化查询语言20.computerprogrammer

TextB

Ⅰ.

1.processing9.programs

2.machine10.step

3.programmers11.reuse

4.translated12.inconvenient

5.computer13.programming

6.combine14.high-level

7.memory15.powerful

8.separate16.execution

Ⅱ.

TextC

Chapter13ComputerGraphicsandImage

TextA

Ⅰ.

1.charts,graphs

2.generateimages

3.computergraphics

4.element

5.inrealtime

Ⅱ.

1.false

2.false

3.true

4.false

5.true

TextB

Ⅰ.

1.imageprocessing6.individual

2.collecting7.localoperations

3.extract,available8.primary

4.preprocessing9.expertsystems,mimic

5.geometric10.decisions

Ⅱ.

1.false6.true

2.true7.false

3.false8.true

4.true9.true

5.false10.false

Ⅲ.

1.应用6.提取(名词)

2.数字图像处理7.校正

3.提取8.专家系统

4.许多的9.分类

5.提高10.交互作用

TextC

Ⅰ.

1.Photoshop

2.handlesaveandexportstep

3.animation

4.Imagetechnology

5.theindustrialrevolution

Ⅱ.

1.false

2.true

3.true

4.false

5.false

Chapter14MultimediaTechnology

TextA

Ⅰ.

1.false

2.false

3.true

4.true

5.false

6.false

7.true

8.true

Ⅱ.

1.Itiseditingofavideolikeadocumentwithcuttingandpasting.

2.New,cost-effectivecompression.

3.Yes,thereis.

4.Theformer.

5.Yes,BecausePCsingeneralarenotthemoststable.

6.Yes,theywill.

TextB

Ⅰ.

1.traintheiremployees

2.hassavedexpensesandtrainedemployeesmoreeffectively

3.makecomputersmoreinteresting

4.organizeinformation,searchforfacts

5.presentinginformationtobusinessprofessionals

6.yourimagination

7.Applications

8.expandtheusesofcomputers

Ⅱ.

1.true

2.true

3.false

4.true

5.false

6.true

7.true

8.false

TextC

Ⅰ.

1.sound,graphics

2.audio

3.multimediadata

4.Agraphicscard

5.store,produce

Ⅱ.

1.false

2.true

3.false

4.true

5.true

Chapter17ComputerNetworkTechnology

TextA

1.B

2.C

3.A

4.B

TextB

Ⅰ.

1.WWW

2.accessingallovertheInternet

3.TheWeb

4.otheronlinedocuments

5.hypertext

6.images,sounds,videoclips

7.Gopher,FTP

8.variouspeople,organizations

9.WWW

Ⅱ.

1.true

2.false

3.true

4.true

5.false

6.false

7.false

8.true

TextC

1.theprotocols

2.BecauseInternetprogramsaredesignedtotakeadvantageofoneormoreoftheprotocols.

3.TheprotocolsoftheInternet.

4.IntroductiontoaHome(Page)ofYourOwn.

Chapter18ComputerandNetworkSecurity

TextA

Ⅰ.

1.A

2.ABC

3.AD

4.ABC

Ⅱ.

1.reproduces,attaching,executed,executed

2.adding,inserting,placing

3.Similar,malicious

4.While

5.corruption,viruses

6.anti-virus,sense

7.viruses,worms,guard

TextB

Ⅰ.

1.true6.true

2.true7.true

3.false8.true

4.false9.true

5.false10.false

Ⅱ.

1.access

2.Internet

3.connection

4.software

5.afirewall/firewalls

6.download

7.free

8.businesses

TextC

Ⅰ.

1.false

2.false

3.true

4.true

5.true

6.false

7.true

8.true

Ⅱ.

1.guess,choose,systems

2.user,Thepassword

3.written,login

4.characters,access

5.change

Chapter19ComputerApplications

TextA

Ⅰ.

1.false

2.true

3.true

4.true

5.false

6.true

7.false

8.false

Ⅱ.

1.Cheapcameras.

2.AT&T.

3.TheIntelvideophonesoftware.

4.Whiteboards,remotecameracontrol,terminalPIP,touch-screencontrolpanel,largeTVterminal,wide-angledbackgroundcamera,textcamera,etc.

5.3Com’sBigpicture®cameras.

6.WeneedasoundcardbuiltintomyPC,speakersandamicrophone.

TextB

Ⅰ.

1.E-mail

2.IT

3.online

4.media

5.browser

6.bandwidth

Ⅱ.

1.文件头有问题。

2.中断的操作。

3.不能拷贝临时文件。

4.不能删除指定的文件。

5.找不到指定的文件。

6.无法找到所指定的重新开始的文件。

7.无法找到所指定的重新开始的信息。

8.找不到指定的卷标。

9.不能建立该目录(已经存在)。

10.不能打开指定文件。

TextC

Ⅰ.

1.true

2.true

3.false

4.false

5.true

6.false

Ⅱ.

1.思维过程5.neuralnetworking

2.图像识别6.speechrecognition

3.自然语言处理7.virtualpets

4.专家系统8.artificialintelligence

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

当前位置:首页 > 人文社科 > 视频讲堂

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

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