欢迎来到天天文库
浏览记录
ID:50278725
大小:66.51 KB
页数:9页
时间:2020-03-07
《计算机导论相关内容.doc》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、重点关注下列关键词及其相关概念://748倾情奉献BitandBitPatterns;p20位和位模式Insidetoday’scomputersinformationinencodedaspatternsof0sand1s.Thesearecalledbits(shortforbinarydigits).在今天的计算机中,信息是以0和1的模式编码的。这些数字称为位(bit,binarydigits的缩写)。MainMemoryandmassstorage;p27&p30主存储器(内存)和大容量存储Forthepurposeofstoringdata,acomputerconta
2、insalargecollectionofcircuits(suchasflip-flops),eachcapableofstoringasinglebit.Thisbitreservoirisknownasthemachine’smainmemory.为了存储数据,计算机包含大量的电路(如触发器),每一个电路能够存储单独的一个位。这种位存储器被称为计算机的主存储器(mainmemory)。Duetothevolatilityandlimitedsizeofacomputer’smainmemory,mostcomputershaveadditionalmemorydevices
3、calledmassstorage(orsecondarystorage)systems,Includingmagneticdisks,CDs,DVDs,magnetictapes,andflashdrives.由于计算机主存储器的不稳定性和容量的限制,大多数计算机都有称为海量存储系统(massstorage)或者成为辅助存储器的附加存储设备,包括磁盘、CD、DVD、磁带、闪存驱动器。Flip-flopandgate;p21&p23触发器和门Aflip-flopisacircuitthatproducesanoutputvalueof0or1,whichremainsconsta
4、ntuntilatemporarypulsefromanothercircuitcausesittoshifttotheothervalue.触发器(flip-flop)是一个可以产生0或1输出值的电路,它的值会一直保持不变,除非其他电路过来的临时脉冲使其改变成另一个值。AdevicethatproducestheoutputofaBooleanoperationwhengiventheoperation’sinputvaluesiscalledagate.门(gate)指的是一种设备,给出一种布尔运算输入值时,可以得出该布尔运算的输出值。Programcounterandreg
5、ister;p90&p80程序计数器和寄存器Fortemporarystorageofinformation,theCPUcontainscells,orregisters,thatareconceptuallysimilartomainmemorycells.为了临时存储信息,CPU包含类似主存储单元的单元,或称为寄存器(register)。WithinthecontrolunitinsidetheCPUaretwospecialpurposeregisters:theinstructionregisterandtheprogramcounter.Theinstructionr
6、egisterisusedtoholdtheinstructionbeingexecuted.Theprogramcountercontainstheaddressofthenextinstructiontobeexecuted,therebyservingasthemachine’swayofkeepingtrackofwhereitisintheprogram.在CPU内部的控制单元中有两个专用寄存器:指令寄存器和程序计数器。指令寄存器用于存储正在执行的指令,程序计数器包含下一个待执行指令的地址,用于以机器方式跟踪程序执行到什么地方。.busandregister;p80总线
7、和寄存器Forthepurposeoftransferringbitpatterns,amachine’sCPUandmainmemoryareconnectedbyacollectionofwirescalledabus.为了传输位模式,计算机CPU和主存储器通过一组称为总线(bus)的线路进行连接。Stored-programconcept;p82存储程序概念Theideaofstoringacomputer’sprograminitsmainmemoryiscalledst
此文档下载收益归作者所有