Mealy Moore Machine Design Example 1 : Increment a binary number by 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • Mealy Moore Machine Design Example 1 : Increment a binary number by 1
    Visit GO Classes Website :
    Website Link : www.goclasses.in/
    Join GO Classes Telegram channel for Resources :
    Telegram Link : t.me/Goclasses...
    Complete Discrete Mathematics Course(FREE) Link : www.goclasses....
    Complete C-Programming Course(FREE) Link :
    www.goclasses....
    Crack GATE Computer science exam with the best.
    Join "GO Classes Complete GATE CSE Course"
    Feel free to contact us for any query.

ความคิดเห็น • 12

  • @samkelo_m_
    @samkelo_m_ หลายเดือนก่อน +1

    Thank you, I had no idea that we are allowed to start from the back

  • @JayPatel-pn7lb
    @JayPatel-pn7lb ปีที่แล้ว +2

    Easily understood, nice explanation sir

  • @ex0rrr
    @ex0rrr 9 หลายเดือนก่อน +1

    Wonderful lecture! Just a small doubt, in the case of all 1's should we consider MSB as 0?

  • @prashantdubey9984
    @prashantdubey9984 หลายเดือนก่อน

    Sir we can also draw the mealy m/c using the 2 states .

  • @UroosaIftikhar
    @UroosaIftikhar หลายเดือนก่อน

    Hello sir! all of your vedios are good but i have a question if only input string is given like 101111000011 and the examiner says find the output but we dont have any state stable or state diagram than what's the procedure of finding the output.

  • @ShawAditya
    @ShawAditya ปีที่แล้ว +1

    Great explanation!

  • @-shoya-ishida-
    @-shoya-ishida- 19 วันที่ผ่านมา

    thank you

  • @unkonw9621
    @unkonw9621 8 หลายเดือนก่อน +1

    love it !

  • @itskaur6938
    @itskaur6938 ปีที่แล้ว +3

    What if there are four one's??

    • @Mahanth.
      @Mahanth. 10 หลายเดือนก่อน

      make ALL 0 left to right imagine MSB as 0 make it 1 => 10000 (16, which is true for 1111[15] + 1(0) )
      we always treat 1 trailling zero for SUM, and n trailling zeroes for MUL in for worst case ( and in Registers extra bits are discarded)

    • @kunalpatil4245
      @kunalpatil4245 หลายเดือนก่อน

      take input as 01111 and proceed ,

  • @tusharmahajan-ng2ch
    @tusharmahajan-ng2ch 8 หลายเดือนก่อน

    what if the input is 1 then how the output will be 10?