How do you detect if two 8-bit signals are same?
Answers were Sorted based on User's Feedback
Answer / guest
XOR each of 8 bits and outputs of XOR gates OR to get the
output. Output will become '0' when both are same.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / srinivasulu
xor or x nor is same.but design considerations for xnor we
need extra gate.so xoris best
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / amareswar
pass input to XOR and give their outputs to OR gate, if u r
output is 0 both 8-bit signals are same.
OR
pass input to XNOR and give their outputs to AND gate, if u
r output is 1 both 8-bit signals are same.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / chandrashekar
i think we need to use xnor instead of xor just check
this.............
| Is This Answer Correct ? | 0 Yes | 8 No |
Explain why & how a MOSFET works?
What are the total number of lines written by you in C/C++? What compiler was used?
Implement F= not (AB+CD) using CMOS gates?
Explain what is scr (silicon controlled rectifier)?
what is the difference between the testing and verification?
Advantages and disadvantages of Mealy and Moore?
Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes considering Channel Length Modulation.
Given a circuit and asked to tell the output voltages of that circuit?
1 Answers Intel, Omega Healthcare,
What are the two types of noise of MOSFET, how to eliminate them?(Thermal and Flicker).
Why do we need both PMOS and NMOS transistors to implement a pass gate?
Give the expression for CMOS switching power dissipation?
2 Answers Cypress Semiconductor,
What are the different classification of the timing control?