《计算机组成及汇编语言原理》学习第6天,p86-p115总结,总计20页。
一、技术总结1.ifstatement2.loop在许多编程语言中,有类种循环:一种是在程序开头检测条件(testthecondition),另一种是在程序末尾检测条件。
3.Collatzconjecture(考拉兹猜想)对于每一个正整数,如果它是奇数,则对它乘3再加1,如果它是偶数,则对它除以2,如此循环,最终都能够得到1。
二、英语总结(生词:3)1.decrement在大部分的词典中,decrement都只做名词,但是在计算机领域,也可以做动词。
(anumericalquantity)。
p86,Inthiscase,gotothebeginningoftheblock(anddecrementthecounter).
2.presume(1)presume:pre-("before")+sumere("totake,obtain,buy")
f(假设)。
p115,Forexample,everymethodintheJVMispresumedtoruninitsownself-containedenvironment;changingalocalvariableinonemethodwillnotaffectanyothermethod.
3.photon(2)photon:pho-("light")+-on("unit")
(光子)。
4.deliver(1)deliver:de-("away,off")+liberare("tofree")
deliver原始意思是“tosetfree”或者“toliberate”,后面演变为“tohandover(togivesomethingtosomeoneelse,把xxx交给)”,“toconvey(totakesthtoaparticularplace,传输)”
p116,Inaddition,makingafasterCPUchipmightnotbehelpfuliftheCPUcannowprocessdatafasterthanthememoryandbuscandeliverit.
三、其它chapter04简评:依然是介绍汇编语言的用法。
Buildabettermousetrap,andtheworldwillbeatapathtoyourdoor。
四、参考资料1.编程(1)PatrickJuola,《计算机组成及汇编语言原理》:
2.英语(1)EtymologyDictionary:
(2)CambridgeDictionary: