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 |
What is pipelining and how can we increase throughput using pipelining?
Explain the working of Insights of an inverter ?
What is polymorphism? (C++)
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?
What is Cross Talk?
Explain the various Capacitances associated with a transistor and which one of them is the most prominent?
Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
what is the doping?
How many bit combinations are there in a byte?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
what is short Channel effect.
Have you studied buses? What types?