Home / ECE / Digital Electronics :: Section 9

ECE :: Digital Electronics

  1. A is even or B is true. Negation of above statement is

  2. A.
    A is odd or B is false
    B.
    A is odd and B is false
    C.
    A is even or B is false
    D.
    A is even and B is false

  3. The abbreviation DTL stands for

  4. A.
    Digital Timing Logic
    B.
    Diode Transistor Logic
    C.
    Dynamic Transient Logic
    D.
    Delayed Tracking Logic

  5. Which one of the following is a D to A conversion technique?

  6. A.
    Successive approximation
    B.
    Weighted resistor
    C.
    Dual slope
    D.
    Single slope

  7. What is the purpose of using ALE signal high?

  8. A.
    To latch low order address from bus to separate A0 - A7 lines
    B.
    To latch data D0 - D7 from bus to separate data bus
    C.
    To disable data bus latch
    D.
    All of the above

  9. To have the multiprocessing capabilities of the 8086 microprocessor, the pin connected to the ground is

  10. A.
    DEN
    B.
    ALE
    C.
    INTER
    D.

  11. An index register in digital computer is a register to be used for

  12. A.
    performing arithmetic and logic operations
    B.
    temporary storage of result
    C.
    counting number of times a program is executed
    D.
    address modification purpose

  13. Assuming accumulator contain A 64 and the carry is set (1). What will register A and carry (CY) contain after ORA A?

  14. A.
    A 6 H, 1
    B.
    A 6 H, 0
    C.
    00 H, 0
    D.
    00 H, 1

  15. 2's complement of a given 3 or more bit number of non-zero magnitude is the same as the original number if all bits except

  16. A.
    MSB are zero
    B.
    LSB are zero
    C.
    MSB are 1
    D.
    LSB are 1

  17. A half adder adds __________ bits and a full adder adds __________ bits.

  18. A.
    two, three
    B.
    three, four
    C.
    four, six
    D.
    two, four

  19. When a binary adder is used as BCD adder, the sum is

  20. A.
    correct when it is < 9
    B.
    correct when it is > 9
    C.
    correct when it is < 16
    D.
    none of these