Home » Microprocessor » Advanced Microprocessors » Question

Advanced Microprocessors

  1. If the input X3 X2 X1 X0 to the ROM shown below are 8-4-2-1 BCD numbers, then output Y3Y2Y1Y0 are—
    1. gray code number
    2. 2-4-2-1 BCD number
    3. excess 3 code converter
    4. none of the above
Correct Option: C

In the given figure

Y3 = (D6, D7, D8, D9)
Y2 = (D4, D5, D6, D7, D8)
Y1 = (D2, D3, D8, D9)
Y0 = (D1, D3, D5, D7, D9)

For any input sayOutputs
  X3  X2  X1  X0Y3  Y2  Y1  Y0
(i) 1   0  0    1 we get 1    1    1    1
(ii) 0   1  1    1 we get 1    1    0    1
(iii) 0   1  1    1 we get 1    1    0    0

which is equivalent to 2–4–2–1 BCD number.
Hence alternative (B) is the correct choice.



Your comments will be displayed only after manual approval.