Question

Design and simulate (you do not need to simulate if you don't have the Logisim software)...

  1. Design and simulate (you do not need to simulate if you don't have the Logisim software) a 2 bit inequality comparator that will test two 2-bit numbers for inequality. If the two numbers are not equal to each other the function should produce a high output. A portion of the truth table is shown below. As an alternative to the inequality comparator, you may design and simulate an application of your own choosing. The only constraint is that you must choose an application that has 4 input variables. You can choose something from your text or better yet, something of your own creation.

X2

X1

Y2

Y1

Output

0

1

0

1

0

0

1

1

0

1

1

1

1

1

0

  1. Determine the truth table for the function. Express the function as a product of maxterms i.e. F = PM(0,1,4,etc).
  2. Enter the POS expression from above into LogiSim. This is found under Project>Analyze Circuit. First enter names for your inputs and outputs under their respective tabs. Then click on the expression tab to enter your expression. Use ~ or ! for NOT, a & or a space for AND, and + or | for OR.
  3. Use LogiSim to automatically draw the circuit from the POS form by clicking Build Circuit. Save the schematic using the File|Export command.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer: Two Bit inequality comparator produce output high when the two input numbers are not equal Truth Table x2x1 Y2Y (p) oproduct of maxterims is nothing but product g sum (pus) we chave to write OR teams when the output F is equal to zero ftpm (X2 X | 12 y! KI X Y2 V (x2xW+V2+y), T > (24|t2tV1) + (x24x1+12+y) \ (X2 +1 +V2+y) dF (output) Circuit în pos format

Add a comment
Know the answer?
Add Answer to:
Design and simulate (you do not need to simulate if you don't have the Logisim software)...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Using logisim to create a 4bit controlled comparator ECFICATIONS NPUTS Create a cireuit in Logisi...

    Using logisim to create a 4bit controlled comparator ECFICATIONS NPUTS Create a cireuit in Logisim thait will take the following inputs 4 bit binary number :4 bit binary number Control where C-O, A and B will be treated as unsigned binary C-1,A and B will be treated as 2's complement signed binary (for example, the number 301 represents the value 5' it is treated as unsigned binary but it represents the value - if it is treated as 2's complemene...

  • 8. For this problem, you are to design a simple combinational logic circuit and then use...

    8. For this problem, you are to design a simple combinational logic circuit and then use Logisim to simulate and test the circuit. The circuit is a 2- bit priority encoder with inputs X2 and X1 and outputs Y1 and Yo. The circuit behaves as follows: oIf X2X1 00, then Y1Yo 00 (no active input) If X2X1 01, then Y1Yo = 01 (low-priority input, X1, is active) If X2X1 1-, then Y1Y0 10 (high-priority input, X2, is active) Note that...

  • (Don't do the simulation If you don't have LigoSim to simulate) I appreciate your efforts and...

    (Don't do the simulation If you don't have LigoSim to simulate) I appreciate your efforts and time in advance! a)Simulate and test a 1-bit full adder. Use 2-input exclusive OR gates to realize Sum. Use an SOP form to realize Cout b) Simulate and test a 4-bit adder circuit using serially interconnected 1-bit full adder sub-circuits. The adder will be able to add 4 bit positive numbers and should be able to add 15 and 15 to get 30. c)...

  • The circuit on the bottom is the logisim file A B C D x о o...

    The circuit on the bottom is the logisim file A B C D x о o 110 0 1 0 1 0 1 1 1 1 1 1 о ное o o o | o o 1 o 1 | 1 0 1 b. Enter the Boolean algebra expression for the circuit seen in the Logisim file. Enter the expression EXACTLY as the circuit is drawn and NOT the expression that would be obtained from the truth table or from...

  • Show all steps of your solutions. Attach screen shots of your Logisim Solutions. Solutions without clear...

    Show all steps of your solutions. Attach screen shots of your Logisim Solutions. Solutions without clear solution steps will be subject to maximum penalty I. Assume that A 100 in hexadecimal and B = 25 in octal. Perform the indicated operations: a. A - B using 2's comp b. B- A using 10's comp 2. Write Institute of Electrical and Electronics Engineers (IEEE) floating point (32 bit) representation of the decimal number -100. 625 lement method lement method 3. Design...

  • Need help with this digital logic problem please show work for all parts thanks [2] [20...

    Need help with this digital logic problem please show work for all parts thanks [2] [20 points] A 2-bit Binary Comparator logic circuit receives 2-bit numbers, P = P.P, and Q = Q.Qo, and has three outputs Y2, Y1, and Yo: Output Y2 is 1 if and only if P < Q, otherwise it is 0. Output Y1 is 1 if and only if P > Q, otherwise it is 0. Output Yo is 1 if and only if P...

  • Design a circuit to add two 2-bit binary numbers and display the results of the addition...

    Design a circuit to add two 2-bit binary numbers and display the results of the addition as a 3-bit binary number, with the most significant bit be the carry out. To do this, you will use the four switches on your Breadboard Companion as your two 2-bit number inputs. Three of your LEDs will be used to represent the 3-bit output of your circuit. Complete a truth table for the expected output values on the lab data sheet attached. Use...

  • In this problem, you will design a 4-bit 2's complement sub tractor, implement it in Logic...

    In this problem, you will design a 4-bit 2's complement sub tractor, implement it in Logic works, and test it. The 4-bit sub tractor works as follows: given two numbers X and Y in 2's complement binary representation on 4 bits, it outputs a 4-bit value representing X - Y in 2's complement. To obtain full marks, the following requirements must be met: You are only allowed to use basic gates, including NOT, AND, OR, NAND, NOR, XOR, XNOR. (You...

  • DESIGN SECTION Before the experiment, you are going to design a circuit which has 4 inputs...

    DESIGN SECTION Before the experiment, you are going to design a circuit which has 4 inputs w, x, y, z and an output F. If 4-bits input value is “odd number which is higher than 4”, or “3-bits highest even number” or “4-bits highest even number”, the output function F will be equal to 1. Otherwise F=0. Each students have to design the circuit and have to do following steps own by own. You are going to; a) Fill the...

  • 3.4.1 Build and simulate the comparator circuit shown in Figure 3, in Multisim. The inputs A3,...

    3.4.1 Build and simulate the comparator circuit shown in Figure 3, in Multisim. The inputs A3, A2, A1, 40 act as the first 4-bit binary number, and B3, B2, B1, BO act as the second 4-bit binary number. Run your circuit for different setting of the inputs as in Table 3 and observe how the output Xchecks if the numbers are equal or not. Note: connect the eight inputs of this circuit to an 8-input DIP switch as shown in...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT