Electrical Engineering > GATE 2016 SET-1 > ADCs and DACs
A 2-bit flash Analog to Digital Converter (ADC) is given below. The input is 0 ≤ VIN ≤ 3 Volts. The expression for the LSB of the output B0 as a Boolean function of X2, X1, and X0 is
A
X0[X2⊕X1]
B
0[X2⊕X1]
C
X0[X̅2⊕X̅1]
D
0[X̅2⊕X̅1]

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