2-Bit Comparator

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 243

  • @subhamoysarkar7167
    @subhamoysarkar7167 9 лет назад +419

    There is a mistake in the k-map reduction for A>B
    The reduced expression from kmap would be (A0 B1' B0')+(A1 B1')+(A1 A0 B0')

    • @sanket.hande9
      @sanket.hande9 5 лет назад +3

      @@nesoacademy please make videos on more digital electronic topics

    • @ibzih
      @ibzih 4 года назад +12

      yes thanks for the correction!

    • @leenan001
      @leenan001 3 года назад +5

      Yes, I got confused.
      Thank you for the correction!

    • @kunal_chavan_
      @kunal_chavan_ 2 года назад +5

      You're absolutely right
      Because i was also got confused

    • @ayananshumahapatra1760
      @ayananshumahapatra1760 2 года назад +1

      Yes

  • @zub3770
    @zub3770 5 лет назад +34

    if you are confused about 7th and 10th row of T.T , read this:
    In 7th row A1=0,Ao=1 B1=1, Bo=0 ,
    after converting these to decimal ,its clear that A1Ao = 1 and B1Bo=2 and clearly 1

    • @aljun2023
      @aljun2023 5 лет назад

      You are wrong

    • @aljun2023
      @aljun2023 5 лет назад +2

      No need of converting in decimal .
      In 7 row A0=0 , A1= 1 and B0=0,B1=1 so its A=B

    • @smartdecoder
      @smartdecoder 2 года назад +3

      Thanx buddy that's where i was stuck.

    • @tanmaibajinku2739
      @tanmaibajinku2739 Год назад +1

      Thankyou 😊

    • @ZoroSenpai666
      @ZoroSenpai666 Год назад +2

      Thanks bro !!

  • @being1better801
    @being1better801 3 года назад +16

    At 4:40 remember this shortcut.
    Pair 2-2 variable and apply ex-nor and if same kind of 1 are there if another diagonal (we know there are 2 diagonals)
    Then replace ex-nor by ex-or

    • @laibakhan1079
      @laibakhan1079 2 года назад

      Can you explain bit more

    • @christojose7541
      @christojose7541 2 года назад

      @@laibakhan1079 if one's are in 10-10 diagonal way...we can easily write instead ex-nor to ex-or

    • @ahamedshahid8700
      @ahamedshahid8700 2 года назад

      @@laibakhan1079 how many bit?

  • @SHUBHAMSINGH-cn4qp
    @SHUBHAMSINGH-cn4qp 8 лет назад +75

    plzz upload a lecture of 4-bit magnitude comparator

  • @vanviccardi7553
    @vanviccardi7553 4 года назад +6

    Saved my lab prep, thank you!!

  • @komi7030
    @komi7030 3 месяца назад

    you can group the 1's in the upper left corner and lower botton corner at A

  • @keziahodoi4956
    @keziahodoi4956 6 лет назад +24

    @Neso Academy
    Could you review the table? It seems part of it has been wrongly filled.
    Thanks

    • @nikitasharma2069
      @nikitasharma2069 3 года назад +8

      I thought so too. But it is correct. You were missing the fact that A1; B1 are MSB and A0; B0 are LSB of the 2 bit words A and B respectively.

    • @Mrhammy101
      @Mrhammy101 2 года назад +3

      do not compare them as bits (0,1) see them as binary numbers like 00 = 0 || 01=1 || 10=2 || 11=3. and then compare them using mathematical logic hope it helped

  • @farazalamkhan6820
    @farazalamkhan6820 Год назад

    Please correct it 9th place trigger equal circuit on not on a

  • @krishnareddykrishnareddy3076
    @krishnareddykrishnareddy3076 4 года назад +2

    In the case of A=B (4:00) we get check board configuration right???? In that case we use xor operator if the 1 is present in odd ones ..shells.....and we get expression as Ao xor A1 xor B1 xor Bo
    In the same way for the above case why don't u choose Ao xnor A1 xnor Bo xnor B1.

  • @soumyadipmajumder902
    @soumyadipmajumder902 Год назад +2

    Expression of (A>B) should be => (A0 B1' B0')+(A1 A0 B0')+(A1 B1)

  • @sarowaralamin6522
    @sarowaralamin6522 7 лет назад +12

    Thank you very much for providing us those video tutorials,sir.

  • @ujjwalkumar7297
    @ujjwalkumar7297 3 года назад

    your channel intro reminds me of something 20-30 years old thing which kind of feels clean and simple.

  • @f.a.7458
    @f.a.7458 9 лет назад +2

    Hello, I think there is a mistake in one of the Expressions. Please look at the last one. I think that is the wright Expression A>B = A° & !B' & !B° + A' & A° & !B° + A' & !B & B°

  • @niteshsingh2686
    @niteshsingh2686 8 лет назад +11

    sir your lectures are really helpful,,,, thank you sir to giving such nice lectures

  • @marufalom7116
    @marufalom7116 7 лет назад +5

    Thanks a ton for ur helpful lectures.. GOD bless you.. Can u please make a lecture on 4bit comparator?? Thanking you!!

  • @lilanshankar3755
    @lilanshankar3755 Год назад +4

    You have made a mistake at 0110 you have choose B>A but that is A=B

    • @tharunkumar9644
      @tharunkumar9644 4 месяца назад +1

      Bro it's not like that in this case A is 1 and B is 2 (converting binary to decimal)

  • @godfusion7100
    @godfusion7100 4 года назад +1

    In(a

  • @harnoorkhehra8231
    @harnoorkhehra8231 3 года назад

    There is also problem in filling A

  • @gargnakshatra
    @gargnakshatra 4 года назад +7

    Thank You, You're a Problem Solver, and a Saviour. Thanks man

  • @preetshah2194
    @preetshah2194 3 года назад +2

    Your , a>b(G) is wrong // G=A0.b1'b0'+a1.b1'+a1.a0.b0'

  • @ramanjinayullukalluri2756
    @ramanjinayullukalluri2756 Год назад +4

    In 7 th output a=b

  • @moodycrudy
    @moodycrudy 7 лет назад

    for 6 bits of ab should be 0,1,0

  • @dreamcrackers2504
    @dreamcrackers2504 5 лет назад

    Sir, for A= B logical expression A XOR B XOR C XOR D.
    Is not right?

  • @ranaahmedkhan
    @ranaahmedkhan 7 лет назад +2

    for A=B isn't it the checkboard configuration??... hence it will be the ex-OR of the inputs.. plz let me know

    • @rajeshprajapati6662
      @rajeshprajapati6662 2 года назад

      Pattern of Checkboard configuration is different. Isn't that so ?

    • @rahulra9904
      @rahulra9904 Год назад

      @@rajeshprajapati6662 checkboard configuration is a pattern itself, when we are unable to group 1's is called a checkboard condition, therefore pattern doesn't depend..

    • @rahulra9904
      @rahulra9904 Год назад

      same confusion

    • @rajeshprajapati6662
      @rajeshprajapati6662 Год назад

      @@rahulra9904 How can you say this [when we are unable to group 1's is called a checkboard condition] ? Please mention the video number or any trusted source.

  • @THEGUY-ku2sk
    @THEGUY-ku2sk 6 лет назад

    And also check the output of 11 number line of A greater than B

  • @bhavanisindhuja8263
    @bhavanisindhuja8263 9 лет назад +1

    I watch all ua videos.They r really effective.Love to learn from ua vedios.Thankyou so much sir

  • @clyvewidjaya6072
    @clyvewidjaya6072 8 лет назад +4

    What happened there with the A>B when A1 = 1 A0 = 0 B1 = 0 B0 = 1, doesnt it should be A=B instead of A>B ? I have no idea, but this video helps so much besides the thing that im still confused with.

  • @vrundakhandale5499
    @vrundakhandale5499 2 месяца назад +1

    There's a mistake,there is not 1 in 6th place of truth table from 0, that results in false k map.

  • @shresthadas8303
    @shresthadas8303 8 лет назад +5

    expression for A>B is wrong.It will be A0.B1bar.Bobar instead of A0.B1 bar.B0

  • @abhishek00119
    @abhishek00119 Год назад

    Please upload a video for implementation of 2 bit comparator by using nand or not gate .

  • @vlmlokesh
    @vlmlokesh Год назад +1

    All videos look similar but in the end they make huge difference 😅

  • @sahilyadav4713
    @sahilyadav4713 2 года назад +1

    U made a mistake in simplification of k-Map for A>B

  • @RahulDaslp
    @RahulDaslp 9 лет назад +3

    hello sir...do you have any plans for 4 bit comparator... i mean how should i do the truth table??

    • @ayush_shaz
      @ayush_shaz 6 лет назад +1

      mentally think binary in decimal and make the truth table ..👍👍

  • @vairalkushal5241
    @vairalkushal5241 2 года назад +1

    Sir please verify the A

  • @Kalyankumar_BTEC
    @Kalyankumar_BTEC 7 лет назад +5

    Sir could you pls upload the 4 bit comparator

  • @sarahbiebah
    @sarahbiebah 6 лет назад +1

    it is not clear to me, what is the symbol used for XNOR when writing the function?

  • @anasasim3856
    @anasasim3856 Год назад

    Can for 2nd case, A=B, can A0'B0' not be a case? Since the value of A0=0 and B0=0 is the same and does not change across the diagnoal?

  • @samarpitburman5558
    @samarpitburman5558 9 месяцев назад

    K map for (A=B) and (A>B) is incorrect, (1001) (0110) (a1 a0 b1 b0) for A=B are missing and ( 1111) (a1 a0 b1 b0) for A>B. Cheers.

  • @sayandas6935
    @sayandas6935 7 лет назад +1

    in the 7th row why A

  • @neelabhrabhattacharyya
    @neelabhrabhattacharyya 4 года назад +2

    The pair bits are converted into decimal and then compared.

  • @rupeshverma-hn7bg
    @rupeshverma-hn7bg 11 месяцев назад

    You are carrying whole Indian engineering college:s students

  • @mansourbouchelouche262
    @mansourbouchelouche262 Год назад

    in the a=b u said its (a xnor b) but u didnt draw the line above the experssion ... it looks like its (a xor b)

  • @1anis2zz
    @1anis2zz 3 года назад

    Thank you so much for your amazing explanation

  • @exoticme4760
    @exoticme4760 6 лет назад

    Hi , can anybody help me here ?
    What does it mean if a question say compare two 4-bit numbers to check if blah blah!
    Does two 4-bit means A(A3,A2A1A0) & B(B3,B2,B1,B0)

  • @minnesotawildfan3152
    @minnesotawildfan3152 6 лет назад +77

    I can’t swim

  • @THEGUY-ku2sk
    @THEGUY-ku2sk 6 лет назад

    Sir s.l.no.11 having input same means equal A=B will come.then howin kmap it's 1 will come in A less than B.

  • @Miss_loco_pilot
    @Miss_loco_pilot 9 лет назад

    sir why we are not use Check Board Configuration in Case of A=B?

  • @MaisarahMimo
    @MaisarahMimo 5 лет назад

    I'm sorry. There is a mistake in the outputs for input 0110. It should be 010 for the outputs where A=B.

    • @abdullahalanazi8492
      @abdullahalanazi8492 5 лет назад +2

      No, it's not a mistake, the 0110 is actually A= 01 & B= 10 .... A1=0, A0=1, B1= 1, B0= 0 ===> A = 01 = 1 in decimal & B = 10 = 2 in decimal ===> A

  • @biprodipbiswas6645
    @biprodipbiswas6645 6 лет назад +1

    sir there is a mistake in truth table.The wrong is in output of 6th row( 0110).

    • @SuperNugget92
      @SuperNugget92 4 года назад

      if it is, is it in the 9th row incorrect too?

  • @rayanalsharif5629
    @rayanalsharif5629 6 лет назад

    Sir there is a mistake in your A>B expression pls correct it thank you

  • @puneetray4045
    @puneetray4045 4 года назад

    Sir there is a mistake in 0110 line
    And 1001 line please correct it sir ?????

  • @deepjyotichetry5315
    @deepjyotichetry5315 6 лет назад +9

    You have done a mistake in 0110 line

    • @sparshgupta70
      @sparshgupta70 4 года назад +3

      0 1 1 0
      0 1 is for A and after conversion to decimal ,we get A= 1
      1 0 is for B and after conversion to decimal ,we get B= 2
      Therefore A

  • @rutu.dances.to.express
    @rutu.dances.to.express 7 лет назад

    can you explain 5 bit comparator using Ic 7485?how is cascading done?

    • @omkar5835
      @omkar5835 7 лет назад

      RUTUJA DHANAWADE use two 7485 ic's and cascade the lsb ic to msb . Later on ground extra terminals of 2nd ic and u will get ur o/p circuit.

  • @vishalkariya4752
    @vishalkariya4752 7 лет назад

    Hey plz look at 7th step of your input output table ......I think there is mistake..... It's A=B.....

  • @quriosityworks5584
    @quriosityworks5584 5 лет назад

    Do these full subject courses sufficient to prepare for gate and isro?

  • @engrrasool8831
    @engrrasool8831 7 лет назад

    please give a lecture of 4 bits magnitude comparator as well

  • @YASHPATEL-cx9fl
    @YASHPATEL-cx9fl 3 года назад +2

    I need 3 bit megnitude comparator

  • @eixpata502
    @eixpata502 9 лет назад

    A>B is wrong! It should be A0B1'B0' + A1A0B0' + A1B1' Where is the circuit. Why you didn't finish. I would like to see the circuit please.

  • @jawadkiyani8531
    @jawadkiyani8531 7 лет назад

    how to compare 17 133 97 and 186 using 3 bit comparator......it's a question which is coming in our paper....please help me out

  • @barsilgen120
    @barsilgen120 2 года назад +1

    Thanks a lot

  • @vemuriravi5429
    @vemuriravi5429 3 года назад

    tq for providing this tutorial sir

  • @ajayshewale2689
    @ajayshewale2689 7 лет назад

    sir..can u explain me what is the use of cascading inputs in IC 7485 while performing 4 bit comparator.

  • @saadmanrafat
    @saadmanrafat 8 лет назад

    Will the boolean function remain same for 3 or 5 bit comparators?

  • @shounjacob8061
    @shounjacob8061 10 месяцев назад

    how are we comparing it can someone reply

  • @Ravikant-pm2vc
    @Ravikant-pm2vc 3 года назад

    Why can't we use mux and demux instead of encoders and decoders as it will have only 1 transmission line?

  • @YuvrajSingh-we8jc
    @YuvrajSingh-we8jc 7 лет назад

    What are the applications of 2 bit comparator

  • @arpitchaudhary7274
    @arpitchaudhary7274 5 лет назад

    Please also explain truth table with logic / ic diagram

  • @teetanrobotics5363
    @teetanrobotics5363 5 лет назад

    please make one on 4 bit comparator using 2 bit comparator

  • @neethuhomey2846
    @neethuhomey2846 8 лет назад +4

    Sir,you help us a lot!

  • @mekalashyamala3335
    @mekalashyamala3335 11 месяцев назад

    Can you explain truth table for row 6nd 9

  • @raghavchawla9080
    @raghavchawla9080 6 лет назад

    what is difference between 4 bit n 2 bit comparator ?

  • @akshatshah399
    @akshatshah399 6 лет назад

    Sir also make a video for 8 bit magnitude comparator

  • @bhagiallala8897
    @bhagiallala8897 7 лет назад

    Sir which operation you can perform in a0, a1, b0, b1 can you please explain

  • @annayapriya5931
    @annayapriya5931 7 лет назад

    I m not able to get how 7th input is compared in the comparator for A>B?

  • @poornimadasaraddi7015
    @poornimadasaraddi7015 3 года назад

    Where is the logic diagram?

  • @prabaldas1859
    @prabaldas1859 5 лет назад

    plz add 4-bit comparator also

  • @vinayakpawar3245
    @vinayakpawar3245 8 лет назад +2

    sir, it would be really very helpful if verilog codes are also explained......pls sir

  • @stevenos100
    @stevenos100 5 лет назад

    A single input
    Time delay to 2 inputs
    Parallel in s of AND XOR and NOR
    Out s 3 bits. 00 (01 10) 11
    -1. 0. +1
    Then time delay to 3x3
    AND Decode this into 9 outs
    -2 -1 0. -1 0 1. 0 1 2
    OR encode -2 (-1 -1) (0 0 0) (1 1) 2
    -2 -1 0 1 2
    The circuit emulates DNA
    As. -2=C. -1=A. 0=U 1=T. 2=G
    Thank you for your video also

  • @sivachalla6858
    @sivachalla6858 5 лет назад

    At kmap 0110 is not 1 in A

    • @sparshgupta70
      @sparshgupta70 4 года назад +1

      0 1 1 0
      0 1 is for A and after conversion to decimal ,we get A= 1
      1 0 is for B and after conversion to decimal ,we get B= 2
      Therefore A

  • @exographic8864
    @exographic8864 2 года назад

    Hey can you tell which do you use to write on?

  • @md.jewelrana5461
    @md.jewelrana5461 7 лет назад

    why we compare A1.A0 B1B0.we can compare A and B

  • @izreyo8997
    @izreyo8997 7 лет назад

    how did u know which 1s to group?

  • @Miss_loco_pilot
    @Miss_loco_pilot 9 лет назад

    ty sir.... check board is use only for dat kind of arrangement.. :-)

  • @amitmodi5668
    @amitmodi5668 4 года назад

    can i write the expression for A=B k'map from check board condition.

  • @sanjibanisudhaswain3746
    @sanjibanisudhaswain3746 6 лет назад

    Sir I have a doubt.How many invalid combinations are there in BCD adder I/p?

  • @supradipmondal609
    @supradipmondal609 7 лет назад

    if we need to compare 3bit binary no. then?? what hav to do?

  • @ganeshbedekar7440
    @ganeshbedekar7440 9 лет назад

    Please add 4 bit magnitude comparator

  • @aashishporwal4683
    @aashishporwal4683 5 лет назад +1

    superb explanation, thanks a lot.:

  • @bshreya.714
    @bshreya.714 3 года назад

    Sir we will take the 1 as the single group

  • @amankumarpurohit3008
    @amankumarpurohit3008 6 лет назад

    Plz make video on 3 bit and 4 bit comparator

  • @tayyab.sheikh
    @tayyab.sheikh 10 месяцев назад +1

    What is verilog code ?

  • @Arkoudos
    @Arkoudos 6 лет назад

    I'd like to see the 4 bit comparator, since it has a trick on how to create it but I cant find its implementation anywhere

    • @Arkoudos
      @Arkoudos 6 лет назад

      Super fast reply and solution. Thank you sir you are the best!

  • @123lightmovies
    @123lightmovies 6 лет назад

    recommend me a best book to follow digital electronics

  • @jsledge111
    @jsledge111 6 лет назад

    you didn't explain if a1 = 1 while B1 and b0 = 1

  • @sudiptadas2708
    @sudiptadas2708 8 лет назад

    if A0 and B1 is 1 then what will be output?

    • @sparshgupta70
      @sparshgupta70 4 года назад

      0 1 1 0
      0 1 is for A and after conversion to decimal ,we get A= 1
      1 0 is for B and after conversion to decimal ,we get B= 2
      Therefore A

  • @UECAshutoshKumar
    @UECAshutoshKumar Год назад +1

    Thank you sir

  • @mrcastor9093
    @mrcastor9093 8 лет назад

    Are there comparators which can have more than 2 inputs?

    • @Dev-wv2mb
      @Dev-wv2mb 2 года назад

      May i answer it after 6 yrs?

    • @studyah
      @studyah 11 месяцев назад

      ​@@Dev-wv2mbyes?

  • @hmoodyloay6570
    @hmoodyloay6570 7 лет назад

    please lhave question ..convert decoder to comparator???

  • @maheenghani1871
    @maheenghani1871 3 года назад

    omg best channel helped soooooooooooooo muccchhhh arigato