17. | The counter in the given figure is |
|||||||
Answer: Option B Explanation: When counter is 110 the counter resets. Hence mod 6. |
18. | A carry look ahead adder is frequently used for addition because |
|||||||
Answer: Option B Explanation: In look ahead carry adder the carry is directly derived from the gates when original inputs are being added. Hence the addition is fast. This process requires more gates and is costly. |
19. | Which device has one input and many outputs? |
|||||||
Answer: Option B Explanation: Demultiplexer takes data from one line and directs it to any of its N output depending on the status of its select lines. |
20. | Minimum number of 2-input NAND gates required to implement the function F = (x + y) (Z + W) is |
|||||||
Answer: Option B Explanation: |
22. | If the functions w, x, y, z are as follows. w = R + PQ + RS , x = PQR S + PQR S + PQ R S Then |
|||||||
Answer: Option A Explanation: Use k-map, then it will be easy. |
23. | A full adder can be made out of |
|||||||
|
24. | For the truth table of the given figure Y = |
|||||||
Answer: Option D Explanation: Y = A B C + A B C + AB C + A B C = A B (C + C) + A B (C + C) = A B + AB = B(A + A) = B. |