Home / ECE / Microprocessors :: Section 1

ECE :: Microprocessors

  1. Consider the following DO statement in Fortran 77

    DO 52 N = 1, 10, 3

    The number of DO loop executions in the above statement is

  2. A.
    1
    B.
    10
    C.
    3
    D.
    4

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Which of the following can not be used as a variable name in C?

  4. A.
    else
    B.
    coal
    C.
    ram
    D.
    vendy

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. In Java it is possible to have

    1. An array of integers
    2. An array of string objects
    3. An array of arrays
    4. An array on integer and strings
    Which of the above are correct?

  6. A.
    All
    B.
    1, 2 and 3 only
    C.
    1 and 2 only
    D.
    1, 3 and 4 only

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. A 256 x 4 EPROM has

  8. A.
    8 address pins and 4 data pins
    B.
    8 address pins and 8 data pins
    C.
    4 address pins and 8 data pins
    D.
    4 address pins and 4 data pins

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. To evaluate X = (A + B + 1.2) * (A + B - C) the sequence of operation is

  10. A.
    + + + - * =
    B.
    * + + + - =
    C.
    + + - * + =
    D.
    - + + + * =

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. In ALU 1C 74181 the addition and subtraction is in

  12. A.
    2's complement
    B.
    1's complement
    C.
    binary
    D.
    none of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. While selecting a memory chip the feature which should be examined is

  14. A.
    capacity
    B.
    ac characteristics
    C.
    dc characteristics
    D.
    all of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. EEPROM permits

  16. A.
    read operation only
    B.
    read and byte erase operations
    C.
    read, byte erase and byte write operations
    D.
    read, byte erase, byte write and chip erase operations

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which is not a valid Java variable

  18. A.
    lot
    B.
    c 1t
    C.
    s $ 2
    D.
    2 s $

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which of the following is invalid in Basic?

  20. A.
    A ** B + - C
    B.
    A ** B - C
    C.
    A * B - C
    D.
    A * B - C ** D

    View Answer

    Workspace

    Discuss Discuss in Forum