2-bit Magnitude Comparator
It compares two binary words and gives output as both words are grater, lesser or
equal.
equal.
Expression and K-map diagrams for Each Output:
A_LD_B:
~A1 ~A0 B0 + ~A1 B1 + ~A0 B1 B0
A_EQ_B:
~A1 ~A0 ~B1 ~B0 + ~A1 A0 ~B1 B0 + A1 ~A0 B1 ~B0 + A1 A0 B1 B0
A_GD_B:
A0 ~B1 ~B0 + A1 ~B1 + A1 A0 ~B0
Conclusion:
After this tutorial, I am able to make a circuit in logicism using the truth table, and I able to do a truth table and circuit of a 2-bit magnitude comparator.
4) Design seven segment display circuit for a given BCD number using Logisim
Ans :- (Click here to View)
Ans :- (Click here to View)
2) Write a program in C Language to convert decimal numbers into binary.
Ans:- (Click here to View)
No comments:
Post a Comment