




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CHAPTER5BINATIONALLOGICCHAPTER5Dualsymbol(对偶符号)Node(节点)Signaltracing(信号跟踪)Universalgate(万能门)Combinationallogic(组合逻辑)Sequentiallogic(时序逻辑)KAYTERMDualsymbolsThenegative-ANDisthedualsymbolfortheNORgate,andthenegative-ORisthedualsymbolfottheNANDgate.NodeAmonconnectionpointinacircuitinwhichagateoutputisconnectedtooneormoregateinputs.SignaltracingAtroubleshootingtechniqueinwhichwaveformsareobservedinastep-by-stepmannerbeginningattheinputandworkingtowardtheoutputorviceversa.Ateachpointtheobservedwaveformisparedwiththecorrectsignalforthatpoint.UniversalgateEitheraNANDgateoraNORgate.Thetermuniversalreferstothepropertyofagatethatpermitsanylogicfunctiontobeimplementedbythatgateorbyabinationofgatesofthatkind.§5.1BASICBINATIONALLOGICCIRCUITSInChapter4,youlearnedthatSOPexpressionsareimplementedwithanANDgateforeachproducttermandoneORgateforsummingalloftheproductterms.ThisSOPimplementationiscalledAND—ORlogicandisthebasicformforrealizingstandardBooleanfunctions.2.Inthissection,theAND—ORandtheAND-OR-Invertareexamined;andtheexclusive-ORandexclusive-NORgates,whichareactuallyaformofAND-ORlogic,arecovered.3.AND-ORLogic(SOP)ABDCABXCD&&≥1ABCDXX=AB+CD4.Fig.5-1InputOutputABCDABCDX0000000000100000100000011011010000001010000110000011101110000001001000101000010110111100101110110111101011111111TABLE5-1TruthtablefortheAND-ORlogicinFig.5-15.X=AB+CDAND-OR-InvertLogic(POS)ABDCABXCD&&≥1ABCDXX=AB+CD=(A+B)(C+D)6.ABXExclusive-ORLogicABXX=AB+AB=A◯BABX=17.ABABInputOutputABX0000111011108.X=AB+AB=A◯BABXExclusive-NORLogicXORABXX=AB+ABX=AB+ABABAB9.ABXX=1X=AB+AB=AB+AB=A◯B10.§5.2IMPLEMENTINGBINATIONALLOGICInthissection,examplesareusedtoillustratehowtoimplementalogiccircuitfromaBooleanexpressionoratruthtable.MinimizationofalogiccircuitusingthemethodscoveredinChapter4isalsodiscussed.11.FromaBooleanExpressiontoaLogicCircuitLet’sexaminethefollowingBooleanexpression:X=AB+CDEANDORX=AB+CDEABCDE12.Asanotherexample,let’simplementthefollowingexpression:X=AB(CD+EF)ANDNOTORANDABCDEFCDEFDCD+EFX=AB(CD+EF)13.(a)X=AB(CD+EF)=ABCD+ABEFABCDABEFDABCEFX=ABCD+ABEF(Sum-of-productsimplementationofcircuitinpart(a).)14.FromaTruthTabletoaLogicCircuitInputOutputABCX00000010010001111001101011001110ABCABCX=ABC+ABC15.X=ABC+ABCXABCABCAABBCC16.§5.3THEUNIVERSALPROPERTYOFNANDANDNORGATESUptothispoint,binationalcircuitsimplementedwithANDgates,ORgates,andinvertershavebeenstudied.Inthissection,theuniversalpropertyoftheNANDgateandtheNORgateisdiscussed.17.TheuniversalityoftheNANDgatemeansthatitcanbeusedasaninverterandthatbinationsofNANDgatescanbeusedtoimplementtheAND,OR,andNORoperations.Similarly,theNORgatecanbeusedtoimplementtheinverter,AND,OR,andNANDoperation.18.TheNANDGateasaUniversalLogicElementBBAAAAAABAB=ABABA(a)ANAND
gateusedasaninverter(b)TwoNAND
gateusedasanANDgate19.AB=A+BAABBABA+B(c)ThreeNAND
gateusedasanORgateAABBABA+BA+BAB=A+B(d)FourNAND
gateusedasanNORgateG1G2G3G1G2G3G420.TheNORGateasaUniversalLogicElementBBAAAAAA+BA+BA+BA(a)ANOR
gateusedasaninverter(b)TwoNOR
gateusedasanORgate21.A+B=ABAABBAB(c)ThreeNOR
gateusedasanANDgateABABABAB(d)FourNOR
gateusedasanNANDgateABABABG1G2G3G1G2G3G422.§5.4BINATIONALLOGICUSINGNANDANDNORGATESInthissection,youwillseehowNANDandNORgatescanbeusedtoimplementalogicfunction.RecallfromChapter3thattheNANDgatealsoexhibitsanequivalentoperationcalledthenegative-ORandthattheNORgateexhibitsanequivalentoperationcalledthenegative-AND.23.Youwillseehowtheuseoftheappropriatesymbolstorepresenttheequivalentoperationsmakes“reading”alogicdiagrameasier.24.NANDLogicAB=A+BX=(AB)(CD)=(A+B)(C+D)=(A+B)+(C+D)=AB+CD=AB+CDBAABCDCDX=AB+CDNANDnegative-OR25.BACDX=AB+CDG2actsasANDG1actsasORG3actsasANDBACDBACDAB+CDAB+CDBubblescancelBubblescancel26.NANDLogicDiagramsAABBCCDDEFEF(AB+C)D+EFXX=ABCDEF=ABCD+EF=(AB+C)D+EF=(AB+C)D+EFABAB+C(AB+C)DEFABABCABCDEFBubblescancelsbarBubblesaddsbartoCBubblescancelsbarORANDORAND27.NORLogicA+B=ABX=A+B+C+D=(A+B)(C+D)=(A+B)(C+D)C+DNORnegative-ANDCDAB28.A+BBACDX=(A+B)(C+D)G2actsasORG1actsasANDG3actsasORBACDX=(A+B)(C+D)BubblescancelBubblescancel29.A+B=ABNORLogicDiagramsAABBCCDDEFEF[(A+B)C+D](E+F)X=A+B+C+D+E+F=(A+B+C+D)(E+F)=((A+B)C+D)(E+F)=((A+B)C+D)(E+F)A+B(A+B)C(A+B)C+DE+FA+BA+B+CA+B+C+DE+FBubblescancelsbarBubblesaddsbartoCBubblescancelsbarANDORANDOR30.§5.5OPERATIONWITHPULSEWAVEFORMSSeveralexamplesofgeneralbinationallogicalcircuitswithpulsewaveforminputsareexaminedinthissection.Keepinmindthatthelogicaloperationofeachgateisthesameforpulseinputsasforconstant—levelinputs.31.Theoutputofalogiccircuitatanygiventimedependsontheinputsatthatparticulartime,sotherelationshipofthetime-varyinginputsisofprimaryimportance.32.TheoutputofanANDgateisHIGHonlywhenallinputsareHIGHatthesametime.TheoutputofanORgateisHIGHonlywhenatleastoneofitsinputsisHIGH.TheoutputofaNANDgateisLOWonlywhenallinputsareHIGHatthesametime.TheoutputofanNORgateisLOWonlywhenatleastoneofitsinputsisHIGH.33.EXAMPLE5—11.ShowingtheoutputsofG1,G2,andG3withinputwaveforms,AandB,asindicated.ABG1G2G3X=AB+AB34.FIGURE5--33ABXG2output=ABG3output=AB35.X=AB+ABEXAMPLE5—12.DeterminetheoutputswaveformsXforthelogiccircuitasfollow:ABCDX=Y3+Y4=Y1C+Y2D=(A+B)C+CD=AC+BC+CDY1=A+BY3=Y1CY2=CY4=Y2D36.BACDX37.Y1=A+BY2=CY3=Y1CY4=Y2D=AC+BC+CDACACCDBCUsingK-mapstoEliminateTimingHazardsAL=AAAAALAALBCCACBCCBACBCLL=AC+BCABC00011110011111L=AC+BC+AB(111110)ACBACBCLAB00000AB0000010111111010CD0000(A+C)(B+C)(A+C+D)(A+B+D)ACBCACDACBCACDABDLLChapter5:CombinationalLogicTrue/FalseTheNANDgateisanexampleofbinationallogic.Fig.5-1isanexampleoftheimplementationofAND-OR-INVERTERlogic.ABCDX38.3.Theabbreviationforanexclusive-ORgateisXOR.4.X=ABC+BCDisintheformofasum-of–productsexpression.5.TheK-mapinFig.5-2showsthecorrectimplementationoftheexpression,X=ACD+AB(CD+BC).ABABABABCDCDCDCD000000000000111139.6.NANDgatescannotbeusedtoconstructNORgates.7.NORgatescanbeusedtoconstructANDgates.8.Theexpressions,ABandA+B,areequivalent.9.Theeffectofaninvertedoutputbeingconnectedtotheinvertinginputofanothergateistoeffectivelyeliminateoneoftheinversions,resultinginasingleinversion.40.10.ThelogiccircuitandassociatedwaveformsshowninFig.5-3arecorrect.ABCXABCX41.MultipleChoice11.WhichfigureinFig.5-4representsAND-ORlogic?BACDXABCXACXABCXBa.b.c.d.&&≥142.12.WhichofthefiguresinFig.5-5(a-d)isequivalenttoFig.5-5(e)?ABCDABCDABCDABCDABCDXXXXXa.b.c.d.e.43.13.WhichofthefiguresinFig.5-6(a-d)isequivalenttoFig.5-5(e)?ABABABXXXa.b.d.e.Xc.44.14.WhichofthefollowinglogicexpressionsrepresentsthelogicdiagraminFig.5-7?X=AB+ABb.X=AB+ABc.X=AB+ABd.X=AB+ABABX45.15.WhattypeoflogiccircuitisrepresentedbyFig.5-7?a.XORb.XNORc.XANDd.XNAND46.16.ThelogicexpressionsforinFig.5-8is?X=ABC+ACDb.X=(AB)(ACCD)c.X=(AB)(AC+CD)d.X=ABC(CBD)ABCDX47.17.TheexpendedexpressionsforinFig.5-8is?X=A(BC+CD)X=ACD+ABCD+ABCc.X=ABC+BCDd.X=AABCD+AABCD+ABCD48.18.UseBooleanalgebratodeterminethesimplestoutputequationforFig.5-8.(note:Theinstructormayrequireyoutoshowyourworkforthisproblem.)X=ABCDX=A(BC+CD)c.X=ABC+BCDd.X=A(BCD)49.19.UseK-maptodeterminethesimplestoutputequationforFig.5-8.(note:Theinstructormayrequireyoutoshowyourworkforthisproblem.)X=ABCDX=A(BC+CD)c.X=ABC+BCDd.X=A(BCD)50.20.WhichcircuitinFig.5-9implementstheequation,X=AB+AC+ABC?ABCABCABCABCABCABCBCAXXXXa.b.c.d.51.22.Howmanygates,includinginverters,arerequiredtoimplementtheequation,X=ACD+AB(CD+BC),beforesimplification?5b.9c.7d.323.Howmanygates,includinginverters,arerequiredtoimplementtheequation,X=ACD+AB(CD+BC),aftersimplificationwithalgebra?5b.9c.7d.353.24.Howmanygates,includinginverters,arerequiredtoimplementtheequation,X=ACD+AB(CD+BC),aftersimplificationwithaK-map?5b.9c.7d.354.25.TheNANDgateisreferredtoasa“universal”gate,becauseit.Canbefoundinalmostalldigitalcircuits.Canbeusedtobuildalltheothertypesofgates.Isusedinallthecountriesoftheworld.Wasthefirstgatetobeintegrated.55.26.WhichofthefiguresinFig.5-11(a-d)representstheNANDimplementationofaNORgate?a.c.b.d.56.27.WhichofthefiguresinFig.5-11(a-d)representstheNANDimplementationofanORgate?28.WhichofthefiguresinFig.5-11(a-d)representstheNANDimplementationofanINVERTERgate?57.29.TherelationshipbetweenaNANDgateandanegative-ORgateisexpressedby=.AB=A+Bb.A+B=A+Bc.AB=A+Bd.AB=A+B58.30.WhichofthefiguresinFig.5-12(a-d)isthelogicalequivalentofFig.5-12(e)?a.b.c.d.e.59.31.Whentheinvertedoutputofthegateisconnectedtotheinvertedinputofanothergate,.theinversionscancel.adoubleinversionoccursandthesignalisinverted.oneinversioncancelstheotherandonlyasingleinversionresults.Alloftheabovearecorrect.60.32.WhyaremultipleNANDgatesusedtoreplaceothersinglefunctiongates?Itise
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 工程设计催款合同协议
- 合同款转移补充协议
- 高端洗护采购合同协议
- 合同撤诉调解协议书范本
- 店面房出租合同协议范本
- 建筑安装改造合同协议
- 专家聘请劳务合同协议
- 建筑消防备案合同协议
- 工程砖墙承包合同协议
- 开发报建咨询合同协议
- 售后服务计划-措施及服务承诺
- 贷款资料真实性承诺书
- TSTIC 110075-2022 三维心脏电生理标测系统
- GB/T 35347-2017机动车安全技术检测站
- 人工智能发展史课件
- 医院定量检验性能验证实验方案设计
- 《组织行为学》题库(含答案)
- 重医大小儿外科学教案11先天性肠闭锁、肠狭窄及肠旋转不良
- DB22∕T 2797.1-2017 玄武岩纤维复合筋及玄武岩纤维混凝土设计与施工规范 第1部分:玄武岩纤维复合筋
- 资产评估案例分析-——以贵州茅台酒股份有限公司为例
- 五年级奥数教程
评论
0/150
提交评论