Q:
         
         
            
               How do you detect if two 8-bit signals are  same?
            
                      
         
             Answer
                        Pass input to XOR and give their outputs to OR gate, if your output is 0 both 8-bit signals are same.
OR
Pass input to XNOR and give their outputs to AND gate, if your output is 1 both 8-bit signals are same. 
          
         
         
         
             View answer
             Workspace
             Report Error
             Discuss