Digital electronics miscellaneous


Digital electronics miscellaneous

Digital Electronics

  1. The binary number 110011 is to be converted to Gray code. The number of gates and type required are—









  1. View Hint View Answer Discuss in Forum

    We know that for converting binary number into Gray code, we require XOR gate. For converting n bit binary number we require (n–1) XOR gate. So, in order to convert binary number 110011 (i.e., 6 bits) we require 6–1 = 5 XOR gates.

    Correct Option: D

    We know that for converting binary number into Gray code, we require XOR gate. For converting n bit binary number we require (n–1) XOR gate. So, in order to convert binary number 110011 (i.e., 6 bits) we require 6–1 = 5 XOR gates.


  1. For the figure given below—











  1. View Hint View Answer Discuss in Forum

    NA


    Correct Option: B

    NA




  1. If the input to the digital circuit shown below, consisting of a cascade of 20 EX-OR gates is X. Then the output Y is equal to— 1 X Y











  1. View Hint View Answer Discuss in Forum

    A = 1X + X1 = X
    B = X X̿ + X X = X + X = 1
    So, output after 20 Ex-OR gate is 1.


    Correct Option: B

    A = 1X + X1 = X
    B = X X̿ + X X = X + X = 1
    So, output after 20 Ex-OR gate is 1.



  1. The output of the logic gate in the given figure is—











  1. View Hint View Answer Discuss in Forum

    Given figure
    Y = A 0+ A·0 = A


    Correct Option: D

    Given figure
    Y = A 0+ A·0 = A




  1. Assume that only the X and Y logic inputs are available and their complements X and Y are not available. What is the minimum number of two input NAND gates required to implement X ⊕ Y?









  1. View Hint View Answer Discuss in Forum

    Let the function be F
    F = X ⊕ Y = XY + YX
    This require four NAND gates to implement. Implementation is shown below.


    Correct Option: C

    Let the function be F
    F = X ⊕ Y = XY + YX
    This require four NAND gates to implement. Implementation is shown below.