Question

In: Electrical Engineering

how to design logic circuit for bcd 7 segment truth table and k-map for 'OFF', 'ATT',...

how to design logic circuit for bcd 7 segment truth table and k-map for 'OFF', 'ATT', 'FIRE'

Solutions

Expert Solution

step 1:

truth table

from the seven segment display for the corresponding BCD, input makes the output 1 to make the segment part on for that input BCD.

for OFF AT FIRE add an enable signal until it is ON the power will On will not result in a display on start

step equation for the output using k-maps

step 3

circuit implementation

truth table:

A   B   C   D   a   f   g   b   c   d   e
0   0   0   0   1   1   0   1   1   1   1
0   0   0   1   0   0   0   1   1   0   0
0   0   1   0   1   0   1   1   0   1   1
0   0   1   1   1   0   1   1   1   1   0
0   1   0   0   0   1   1   1   1   0   0
0   1   0   1   1   1   1   0   1   1   0
0   1   1   0   1   1   1   0   1   1   1
0   1   1   1   1   0   0   1   1   0   0
1   0   0   0   1   1   1   1   1   1   1
1   0   0   1   1   1   1   1   1   1   0
1   0   1   0   1   1   1   1   0   1   1
1   0   1   1   1   1   1   1   1   1   0
1   1   0   0   1   1   1   1   1   1   0
1   1   0   1   1   1   1   0   1   1   0
1   1   1   0   1   1   1   0   1   1   1
1   1   1   1   1   1   1   1   1   1   0

k-maps:

ADD enable signal to the output if E=1 then output get the circuit else all outputs get 0.


Related Solutions

Design hexadecimal to 7 segment by doing its truth table, its Boolean expression using karnaugh map...
Design hexadecimal to 7 segment by doing its truth table, its Boolean expression using karnaugh map and then expressing it using logic gates. please this is the second time I post this question, the first time was answered as BCD to 7 segment which is not what the question is
Design an 8-bit adder. Show the truth table, logic circuit, and Verilog code.
Design an 8-bit adder. Show the truth table, logic circuit, and Verilog code.
Design an 8-bit adder. Show the truth table, logic circuit, and Verilog code.
Design an 8-bit adder. Show the truth table, logic circuit, and Verilog code.
(i) Design a 7-segment LED driver using the truth table given in the lecture notes, inside...
(i) Design a 7-segment LED driver using the truth table given in the lecture notes, inside a hierarchical block. Assume only numbers from 0 to 9 will be sent to your block. Explain your design. Name your block with your student number: eg “123456 LED driver”. (ii) Test your circuit in block form using digital interactive constants to represent the inputs, and showing for every input combination what the LED display shows. Explain your testing.
Illustrate in detail how to construct a BCD to 7-segment Decoder.
Illustrate in detail how to construct a BCD to 7-segment Decoder.
Which circuit that controls the segments of a 7-segment display most represents a function in truth...
Which circuit that controls the segments of a 7-segment display most represents a function in truth table form? mux, decoder, or minimal SOP? Which (mux, decoder, or minimal SOP) most represent the circuit in sum of minterms form? If required to quickly prototype a circuit for testing, which would you choose if the circuit were described using a truth table? (mux, decoder, or minimal SOP) If creating a final design for mass production, which would you choose (mux, decoder, or...
Build the 7-segment decoder for BCD using a ROM (in logisim)
Build the 7-segment decoder for BCD using a ROM (in logisim)
2. Design a digital circuit, using a decoder, only Nor gates, a 7-segment display, and D...
2. Design a digital circuit, using a decoder, only Nor gates, a 7-segment display, and D Flip Flops, that repeatedly outputs the sequences of characters ‘P’, ‘E’, ‘A’, ‘L’ if x=0 and ‘L’, ‘E’, ‘A’, ‘P’ if x=1 .
Using the principles and components of digital and linear logic circuits design a circuit that is...
Using the principles and components of digital and linear logic circuits design a circuit that is able to open and close the door of a garage of vehicles according to the following conditions: a) The door will open in the following cases: a.1) a manual push-button is activated and there is sunlight. a.2) the button is not activated, there is no sunlight and the light of a vehicle is detected. b) The door must close after 30 seconds of opening....
Question 3: A)Design a BCD counter. -The circuit counts from 0 to 9, then resets back...
Question 3: A)Design a BCD counter. -The circuit counts from 0 to 9, then resets back to 0 to restart the counting sequence. -The circuit has one input run/stop. If the input is 1, the eounter will count. If the input is 0, the counter will freeze in its current location until the input is set to 1 again. -The circuit has one output. It becomes 1 when the counter completes a cycle and starts the next one. Otherwise, that...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT