资源描述:
《计算机导论考试重点(key points of computer introduction examination)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、计算机导论考试重点(Keypointsofcomputerintroductionexamination)ThecachememoryreadandwritespeedandeasethemaincontradictionofCPUrunningspeedcannotmeettheneeds;morestoragespaceforvirtualmemorytosolvetheproblemofmemorycapacityissmall,cannotsavethelargerprogramwithmoredata,so
2、astomaketherenovationofmemorysystemhashigherspeed,morereadingandwritinglargestoragespace,therelativelylowcostofmanufacturingandoperatingrequirements.Thepursuitofarenovatedmemorysystemwithhigherperformancepriceratioisthecoreideaofthethreelevelstoragearchitecture
3、.Theoperatingprincipleofthememorysystemofthethreestagestructureisbasedonthelocalityprincipleoftheprogramrunning.Thelocalprincipleofprogramoperationisembodiedin:(1)thelocalprincipleoftime.Inashortperiodoftime,therecentlyaccessedprogramsanddataarelikelytobeaccess
4、edagain.(2)theprincipleofspatiallocality.Thatis,recently,itisoftenconcentratedinasmallstoragearea.(3)localityprincipleofinstructionexecutionsequence.Instructionsequenceexecutionismorelikelythantransferexecution.Inathreestagememorysystem,thestoredinformationmust
5、satisfythefollowingprinciples:ConsistencyprincipleThatis,thesameinformationwillbestoredinseverallevelsofmemoryatthesametime,thisinformationmustbekeptthesamevalueinseverallevelsofmemory.InclusionprincipleIntheinnerlayer(closetoCPU)inmemoryofinformationmustbeincl
6、udedinthememoryoftheouterlayers,namelyalltheinformationinthememoryisacopyoftheinnerpartoftheouterinformationstoredinmemory,thisistoensurethenormaloperationoftheprocedures,toachieveinformationsharing,improvetheutilizationrateofrequiredsystemresources.Notvicevers
7、a.10.whatisaninterface?Whatisitsmainfunction?Answer:theproblemofdataexchangewillbringintothecorrespondinglogiccomponentsbetweensynchronizationandcoordination,dataformatconversioninthehostandperipherals,theselogiccomponentsarecalledinputandoutputinterface,referr
8、edtoastheinterface.Thebasicfunctionsoftheinput/outputinterfaceare:(1)torealizedatabufferingandprovidedatabuffermechanismintheprocessofexchanginginformationbetweenhostandequi