Maker Pro

Search results

  1. C

    Determine no. of '1's in a 4-bit input

    When given a 4-bit input, determine whether the number of '1's in the input is odd or even. For example, if input is 0110, output is 0. if input is 0111, output is 1. (a) simplify the Boolean logic expression using K-map. (b) draw the digital circuit using only NAND gates I tried to draw the...
Top