Different ways of implementing a comparator?
Answer / rohit jain
If we are talking about the Digital Comparator which
compares two binary digits (1 & 0) than we can implement
using a multiplexer.
Here A and B are the select lines of mux.
suppose A>B--------o/p=a1 (A,B)=(1,0)
A<B--------o/p=a2 (A,B)=(0,1)
A=B--------o/p=a3 (A,B)=(1,1) (0,0)
| Is This Answer Correct ? | 6 Yes | 1 No |
What is a linked list? Explain the 2 fields in a linked list?
What are the different design techniques required to create a layout for digital circuits?
what is a sequential circuit?
What is the critical path in a SRAM?
What happens when the gate oxide is very thin?
Explain the various MOSFET Capacitances & their significance?
Implement D flip-flop with a couple of latches? Write a VHDL Code for a D flip-flop?
What happens if we delay the enabling of Clock signal?
What products have you designed which have entered high volume production?
Explain the working of Insights of an inverter ?
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?
Write a program to explain the comparator?