A) A CF 0001 B) ABC Salida 000 0 0 0 1 1 0 0 1 1 0 1 0 0 0 10 1 0 1 1 1 1 1 0 0 1000 1 0 1 1 0 11 100 10 1 1 10 1 0 1 1 1 1 1 1 1 1 1 0
Make a circuit in tinkerkat from the following:
Truth table analysis
A) Unsimplified function:
From the truth table A, we can derive the unsimplified equation
Boolean expression:
F = (A'B'C'F') + (A'B'CF) + (A'BC'F') + (A'BCF) + (AB'C'F') + (AB'CF) + (ABC'F) + (ABCF)
B) Non-simplified function:
From truth table B, we can derive the unsimplified equation
Boolean expression:
F = (A'B'C'F') + (A'BC'F) + (A'BCF') + (AB'CF') + (ABC'F')
Karnaugh Maps
TO)
\|00|01|11|10|--|------|------|------|------|00|1 |0|
0|1|01|0|1|1|0|11|0|1|0|1|0|10|1|0|
1|0|
B)
\|00|01|11|10|--|------|------|------|------|00|1|0|
0|0|01|0|1|1|0|11|0|1|0|0|10|0|0|
0|0|
Simplified functions (using Karnaugh maps)
TO)
•Adjacent 1s are grouped together on the Karnaugh map.
• The simplified function is: F = A’F + BF + CF
B)
• Adjacent 1s are grouped together on the Karnaugh map.
• The simplified function is: F = A'C'F + BCF
Schematic design (simplified functions)
TO)
•NO door for A
•AND gate for A' and F
•AND gates for B and F, and C and F
•OR gate for the outputs of the three AND gates.
B)
•NO doors for A, C and F
•OR gate for the outputs of the two AND gates
Tinkercad Circuit (Simplified Functions)
TO)
•Create the components: Place three NOT gates, four AND gates, and one OR gate on the breadboard.
•Connect the inputs: Connect the input signals A, B, C and F to the appropriate inputs of the NOT and AND gates.
•Connect the outputs: Connect the outputs of the NOT gates and AND gates to the inputs of the OR gate.
•Door ground unused inputs: Ground all unused inputs on the doors.
B)
•Create the components: Place three NOT gates, two AND gates and one OR gate on the breadboard.
•Connect the inputs: Connect the input signals A, B, C and F to the appropriate inputs of the NOT and AND gates.
•Connect the outputs: Connect the outputs of the NOT gates and AND gates to the inputs of the OR gate.
•Door ground unused inputs: Ground all unused inputs on the doors.
Step by step
Solved in 2 steps