Using Boolean algebra, simplify the following Boolean
functions.
a. ABC + A’BC + (AB’C)’
b. AB’...
Using Boolean algebra, simplify the following Boolean
functions.
a. ABC + A’BC + (AB’C)’
b. AB’ + A’B + AB + A’B’
c. A’(A+B) + (B+A)(A+B’)
Create a truth table, Karnaugh map and show the simplified the
expression.
a. A’B + B
String splitting problem in C
A string like
GGB[BD]GB[DC,BD]WGB[BD]B[DC]B[BD]WB[CK,JC,DC,CA,BC]B[FB,EB,BD,BC,AB]
How do I split it to get...
String splitting problem in C
A string like
GGB[BD]GB[DC,BD]WGB[BD]B[DC]B[BD]WB[CK,JC,DC,CA,BC]B[FB,EB,BD,BC,AB]
How do I split it to get only whats inside the bracket with
C?
so i would get BD, DC, BD, BD,DC,BD, CK, JC, DC, CA, BC, FB, EB,
BD, BC, AB
and then get rid of duplicate
and get BD, DC, CK, JC, CA, BC, FB, EB, AB
1. Implement the given logic function using a 4:1 MUX. F(A,B,C)
= Σm(0,1,3,7)
Show the truth...
1. Implement the given logic function using a 4:1 MUX. 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.
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.
1.Simplify the following functions using ONLY Boolean Algebra
Laws and Theorems. For each resulting simplified function,...
1.Simplify the following functions using ONLY Boolean Algebra
Laws and Theorems. For each resulting simplified function, sketch
the logic circuit using logic gates. (30points)
a.SimplifyF= (A+C+D)(B+C+D)(A+B+C) Hint:UseTheorem8 ,theorem 7
and distributive
̅̅b. Show that (Z + X)(Z +Y)(Y + X) = ? ? + ? ?
̅̅c. Show that (X +Y)Z + XYZ = ?.?
(15 points for simplification and 15 points for Logisim
diagrams)
2. Prove the below equation using Boolean Algebra Theorems and
laws Write the name of...
Using K-map to simplify the following Boolean function:
F(A,B,C,D) = m(1,3,5,6,7,9,11,12,13,15)
Using K-map to simplify the following Boolean function:
F(A,B,C,D) = m(1,3,5,6,7,9,11,12,13,15)