Home / CSE / Digital Computer Electronics :: Section 2

CSE :: Digital Computer Electronics

  1. If a microcomputer has a 64K memory, what are the hexadecimal notations for the first and last memory location?

  2. A.
    0000, EEEE
    B.
    0, 64
    C.
    0000, FFFF
    D.
    0000, 9999
    E.
    None of the above

  3. A microprocessor has memory locations from 0000 to 3FFF. Each memory location stores 1 byte. How bytes can the memory store? Express this in kilobytes?

  4. A.
    4,095, 4K
    B.
    16,384, 16K
    C.
    32,740, 32K
    D.
    46,040, 46K
    E.
    None of the above

  5. The m-bit parallel adder consists of:

  6. A.
    (m+1) full adders
    B.
    m/2 full adders
    C.
    m-1 full adders
    D.
    m full adders
    E.
    None of the above

  7. An OR gate has 6 inputs. How many input words are in its truth table?

  8. A.
    64
    B.
    32
    C.
    16
    D.
    128
    E.
    None of the above

  9. Which TTL sub-family has maximum speed?

  10. A.
    standard TTL
    B.
    schottky-clamped TTL
    C.
    high speed TTL
    D.
    low power TTL
    E.
    None of the above

  11. Conversion of binary number 1100012 to its decimal number is

  12. A.
    2710
    B.
    4910
    C.
    3910
    D.
    5010
    E.
    None of the above

  13. How many memory locations can 14 address bits access?

  14. A.
    16,384
    B.
    8,192
    C.
    4096
    D.
    14
    E.
    None of the above

  15. The ASCII code is a 7-bit code for

  16. A.
    letters
    B.
    numbers
    C.
    other symbols
    D.
    All of the above
    E.
    None of the above

  17. The EXCLUSIVE - NOR gate is equivalent to an _____ gate followed by an invertor.

  18. A.
    OR
    B.
    AND
    C.
    NAND
    D.
    XOR
    E.
    None of the above

  19. The 2's compliment of binary number 010111.1100 is

  20. A.
    101001.1100
    B.
    101000.0100
    C.
    010111.0011
    D.
    101000.0011
    E.
    None of the above