Biomedical Engineering > GATE 2022 > Digital Circuits
Input bits X and Y are added by using the combinational logic as shown below. S represents the sum of the two bits. For a correct implementation of the sum, the signals D0, D1, D2, D3 are _______, _______, _______, and _______, respectively.
A
1, 0, 0, 1
B
0, 1, 0, 1
C
1, 0, 1, 1
D
0, 1, 1, 0

Explanation

Correct : a

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science