1) Implement the given logic function using a 4:1 MUX. (Ref: Lec
16, slide 5)
F(A,B,C)...
1) Implement the given logic function using a 4:1 MUX. (Ref: Lec
16, slide 5)
F(A,B,C) = Σm(0,1,3,7)
Show the truth table, the 4:1 MUX schematic with the inputs,
select inputs and the output.
2) For an 8:3 priority encoder:
a) Draw the schematic.
b) Write the truth table.
c) Write the Boolean expressions for each of the outputs in
terms of the inputs.
d) Draw the logic circuit for the outputs in terms of the
inputs.
Assume that you are asked to design a logic circuit with the
following specifications, using K-map....
Assume that you are asked to design a logic circuit with the
following specifications, using K-map. The circuit has two inputs X
and Y and three outputs O0, O1 and O2. This circuit operates as
follows: (1) the output (O0) will be high when XY only, and (3) the
output (O2) will be high when X=Y only.
a)Create the truth table for this logic circuit.
b) Show the Karnaugh maps.
c) Draw the schematic, using logic gates.
Assume that you are asked to design a logic circuit with the
following specifications, using
K-map....
Assume that you are asked to design a logic circuit with the
following specifications, using
K-map. The circuit has two inputs X and Y and three outputs O0,
O1 and O2. This circuit
operates as follows: (1) the output (O0) will be high when
X<Y only, (2) the output (O1)
will be high when X>Y only, and (3) the output (O2) will be
high when X=Y only.
a. (3 points) Create the truth table for this logic circuit.
b. (3...
#9) You are to implement the following function
F(A,B,C,D,E,F) which outputs a 1 whenever the binary...
#9) You are to implement the following function
F(A,B,C,D,E,F) which outputs a 1 whenever the binary number
represented by ABCDE is ODD and 0 otherwise. A is the MSB and E is
the LSB.
Draw the function F(A,B,C,D,E,F) and show the work that led you
to that answer.
Since I am not so sadistic as to have you draw
the truth table of a 6 variable function and draw the K-map of such
a function, you should realize, as a...
Logic Circuit
Problem #3
Given the following logic function: F(a,b,c,d) = ?
m(0,3,7,9,11,13,15)+?d(4,6,8) use a Karnaugh...
Logic Circuit
Problem #3
Given the following logic function: F(a,b,c,d) = ?
m(0,3,7,9,11,13,15)+?d(4,6,8) use a Karnaugh Map to, a) Find a
minimal SOP expression Answer: F(a,b,c,d) = b) Find a minimal POS
expression
Answer: F(a,b,c,d) =
Problem #4
Implement the function F(a,b,c,d) given in problem #3 using two
3-to-8 decoders, both active low enabled and active low output.
F(a,b,c,d) = ? m(0,3,7,9,11,13,15)+?d(4,6,8)
Answer:
Problem #5
Implement the function in the previous problem: F(a,b,c,d) = ?
m(0,3,7,9,11,13,15)+?d(4,6,8), using a single 4...