subject

Four 7-segment LED numeric displays for a 12-hour clock are shown below in Figure 2. The third LED display is inverted so that the decimal points of the second and third LED displays give the appearance of a
full colon. When the clock is switched on, it displays a random time and counts time by flashing the full
colon segments every second. When the RESET button is pressed the clock resets and displays 12:00 and
resumes counting time by flashing the full colon segments every second. It outputs hours with first and
second LED displays and outputs minutes with the third and fourth LED displays. The clock never displays
0.00.
1 Design the decoder for the third LED display. Draw the truth table for each segment of the display.
Write each segment of the display as a Boolean function. Implement the functions of the first two
segments as a 2-level logic circuits using NAND gates.
2 Design a 4-bit counter with synchronous LOAD and asynchronous CLEAR using SR flip-flops and
NAND gates. Draw the excitation table and derive the flip-flop input equations. Draw the logic
circuit of the 4-bit counter.
3 Using the MC14511-B and your design in question 1 code-named MD14511-X, design the 12-hour
clock with 4 LED displays as shown in Figure 2. Assume MD14511-X has the same number of pins
as the MC14511-B and the pins enable the same operations. Draw the detailed logic circuit of the 12-
hour clock showing the START switch and the RESET button. Print your design on an A3 sheet.
Ensure that the decimal points of the first and last LED displays are always disabled.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:50
A911 dispatcher is the sole sender of messages to all police officers. while on patrol, officers communicate with the dispatcher who, in turn, relays messages to other officers. the officers do not communicate directly with one another. this illustrates a network.
Answers: 1
question
Computers and Technology, 22.06.2019 16:00
Why should characters such as / \ " ' * ; - ? [ ] ( ) ~ ! $ { } < > # @ & | space, tab, and newline be avoided in file names?
Answers: 2
question
Computers and Technology, 23.06.2019 11:00
What are the possible consequences of computer hacking? what is computer piracy? describe some examples. what are the effects of computer piracy? what are the possible consequences of computer piracy? what is intentional virus setting? describe some examples. what are the effects of intentional virus setting? what are the possible consequences of intentional virus setting? what is invasion of privacy? describe some examples. what are the effects of invasion of privacy? what are the possible consequences of invasion of privacy? what is an acceptable use policy and what is the purpose of the acceptable use policy what is intellectual property and how can you use it?
Answers: 1
question
Computers and Technology, 24.06.2019 22:10
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 ∗ x3+ . . +an ∗ xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 ∗ 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
You know the right answer?
Four 7-segment LED numeric displays for a 12-hour clock are shown below in Figure 2. The third LED...
Questions
question
Computers and Technology, 26.08.2020 22:01
question
Mathematics, 26.08.2020 22:01