DLD |Gate-2006| Previous Year Questions| Set-15
DLD |Gate-2006| Digital Logic Design Consider numbers represented in 4-bit gray code. Let h3h2h1h0 be the gray code representation of a number n and let g3g2g1g0 be the gray code of (n+1) (modulo 16) value of the number. Which one of the following functions is correct? [GATE – 2006] a. g0(h3h2h1h0) = Σ(1,2,3,6,10,13,14,15)b. g1(h3h2h1h0) = Σ(4,9,10,11,12,13,14,15)c. g2(h3h2h1h0) = Σ(2,4,5,6,7,12,13,15)d. g3(h3h2h1h0) …