Starting from:

$50

ECE5484-Homework 2 Solved

1.   Construct a truth table for the following: F = (x + y)(x’ + z’)(y’ + z’)

2.   Using truth tables, show that:

xz = (x+y)(x+y’)(x’+z)

3.   The truth table for a Boolean expression is shown. Write the Boolean expression in sum-of-products form.

x
y
z
F
0
0
0
1
0
0
1
1
0
1
0
1
0
1
1
0
1
0
0
1
1
0
1
1
1
1
0
0
1
1
1
0
4.   Draw the combinational circuit that directly implements the following Boolean expression: F(x,y,z) = y’ + xy + y’z.

5.   Consider the parity generator (even parity) shown in the truth table below. The parity bit Y is a function of Boolean variables A, B, and C. Represent this parity function in the following ways:

1.   As a Boolean algebraic expression.

2.   As a combinational logic diagram (logic circuit).

 

6.   Complete the truth table for the following circuit

 

7.   Complete the tutorial provided with Logisim 2.7.1. The tutorial is under the “Help” menu in Logisim or at http://www.cburch.com/logisim/docs/2.7/en/html/guide/tutorial/. Insert a picture of the circuit,

as drawn in Logisim, into your homework submission. INCLUDE A TEXT LABEL WITH YOUR NAME AND DATE. Use the “Export Image” function in the “File” menu to save an image file and then insert that in your submission. Uncheck the “Printer View” box when exporting the image from Logisim. Do not provide the picture as a separate file.

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 I2 and I1 and outputs Z1 and Z0. The circuit behaves as follows:

•     If I2I1 = 00, then Z1Z0 = 00 (no active input)

•     If I2I1 = 01, then Z1Z0 = 01 (low-priority input, I1, is active)

•     If I2I1 = 1-, then Z1Z0 = 10 (high-priority input, I2, is active)

Note that the value of input I1 does not matter if the high-priority input, I2, is active. Also, output combination Z1Z0 = 11 should never occur.

1.   Give the truth table that shows outputs Z1 and Z0 as functions of inputs I2 and I1.

2.   Give the Boolean algebra expressions for output Z1 and output Z0.

3.   Simulate your circuit using Logisim. Label all inputs and the output. Test for all four input combinations. INCLUDE A TEXT LABEL WITH YOUR NAME AND DATE. Insert a picture of the circuit, as drawn in Logisim, into your homework submission. Uncheck the “Printer View” box when exporting the image from Logisim. Your picture should show the circuit with input combination I2I1 = 11. Do not provide the picture as a separate file.

9.   Scavenger Hunt: The JK flip-flop is sometimes called the “Jump-Kill” flip-flop. Although disputed, according to some sources it was named “JK” after one of the engineers on the team that designed a JK flip-flop circuit. The engineer’s initials were “JK.” This engineer later won a Nobel Prize.

1.   Who was this engineer?

2.   In your own words, why did he receive the Nobel Prize?

More products