1) What is the difference between Latch and Flip-flop? The difference between latches and flip-flops is that the latches are level-triggered and flip-flops are edge-triggered. In latches level triggered means that the output of the latches changes as we change the input and edge-triggered means that the control signal only changes its state when goes from low to high or high to low. Latches are fast, whereas flip-flop is slow. 2) What is the binary number system? The system which has a base 2 is known as the binary system and it consists of only two digits 0 and 1. For Example : Take the decimal number 625 625 = 600 + 20 + 5 That means, 6×100 + 2×10 + 5 6 ×10 2 + 2×10 1 + 5×10 0 In this 625 consist of three bits, we start writing the numbers from the rightmost bit power as 0 then the second bit as power 1 and the last as power 2. So, we can represent a decimal number as ∑digit × 10 corresponding position or bit Here 10 is the total number of digits from 0 to 9. 3) Sta...
Hello guys, I am Prasenjit Mondal, the founder of The Keyboard. I am here to help you by sharing my knowledge like technologies. I am here, with you, because this is where I choose to be😊.