Home / ECE / Microprocessors :: Section 4

ECE :: Microprocessors

  1. The signal in 8086 are in minimum mode when

  2. A.
    MN / Mx pin is tied to Vcc
    B.
    MN / Mx pin is grounded
    C.
    MN / MX pin is left open
    D.
    none of the above

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. If it is desired to tabulate number of students in a class in Fortran language, a proper variable name is

  4. A.
    ST
    B.
    STUD
    C.
    NSTUD
    D.
    STD

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Let JCOKE = 20 and LPEPSI =15. Consider the statement

    IF(2* JCOKE. LE. LPEPSI)
    JCOKE = JCOKE + 5
    JCOKE = JCOKE + 3

    The value of JCOKE after the execution of above statement will be

  6. A.
    25
    B.
    23
    C.
    15
    D.
    17

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. In Pascal if I = 45, I div 10 * 10 =

  8. A.
    45
    B.
    40
    C.
    0.45
    D.
    0.4

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. X COPY is an internal DOS command.

  10. A.
    True
    B.
    False

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. The number of logic or arithmetic operations with ALU 1C 74181 can carry out is

  12. A.
    4
    B.
    8
    C.
    16
    D.
    32

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. 6 bytes means

  14. A.
    6 bits
    B.
    24 bits
    C.
    48 bits
    D.
    96 bits

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. In the integer expression - A * B div C + D which operation is done first in Pascal

  16. A.
    -
    B.
    *
    C.
    div
    D.
    +

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. In Pascal if I = 55, 10 * I div 10 =

  18. A.
    55
    B.
    50
    C.
    5.5
    D.
    5

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. In FORTRAN 77 IFIX (-73.2) gives the value

  20. A.
    73
    B.
    -73
    C.
    -7
    D.
    -73.2

    View Answer

    Workspace

    Discuss Discuss in Forum