





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
DIGITAL ELECTRONICS QUESTION ANSWERS DOCX
Typology: Exercises
1 / 9
This page cannot be seen from the preview
Don't miss anything!






SUB -DLD CODE-MCPC PART - 2.a) In JK flip flop when both the J and K inputs are set to 1, and the clock pulse is high for a duration longer than the propagation delay of the flip flop This causes the output to toggle continuously which leading to an unpredictable state - This is called race around condition. Using Master Slave FlipFlop we can solve this problem The Master Slave Flip-Flop consist of two gated SR latches. The first latch act as a master latch and the second latch act as a slave latch. The output of the master latch is connected to the slave latch. The Q’ output of the slave latch is connected back to the master latch where S input is applied and similarly, Q output is connected back where the R input is applied. The clock signal to the slave latch is applied through an inverter. That means when clock signal is high then master is enabled and slave is disabled. Similarly, when clock is low then slave is active and master is disabled. 2.b) A full adder is a digital circuit that performs addition. Full adders are implemented with logic gates in hardware. A full adder adds three one-bit binary numbers, two operands and a carry bit. The adder outputs two numbers, a sum and a carry bit. it generates a carry out to the next addition column. Then a Carry-in is a possible carry from a less significant digit, while a Carry-out represents a carry to a more significant digit.
These two values(always fixed) are independent with the input D and the Clock pulse (CLK). Working The ORI input is passed to the PR input of the first flip flop, i.e., FF-0, and it is also passed to the clear input of the remaining three flip flops, i.e., FF-1, FF-2, and FF-3. The pre-set input set to 0 for the first flip flop. So, the output of the first flip flop is one, and the outputs of the remaining flip flops are 0. The output of the first flip flop is used to form the ring in the ring counter and referred to as Pre-set 1. In the above table, the highlighted 1's are pre-set 1. The Pre-set 1 is generated when o ORI input set to low, and that time the Clk doesn't care. o o When the ORI input set to high, and the low clock pulse signal is passed as the negative clock edge triggered. A ring forms when the pre-set 1 is shifted to the next flip-flop at each clock pulse.
So, 4-bit counter, 4 states are possible which are as follows: