Home / ECE / Microprocessors :: Section 7

ECE :: Microprocessors

  1. Fortran 77 has six arithmetic operators.

  2. A.
    True
    B.
    False

  3. Windows can run several tasks simultaneously.

  4. A.
    True
    B.
    False

  5. Assertion (A): 1C 74181 is an ALU in TTL 7400 series.

    Reason (R): 1C 74181 can accept two 4 bit words and can perform any one of possible 16 arithmetic or logic operations.

  6. A.
    Both A and R are correct and R is correct explanation of A
    B.
    Both A and R are correct but R is not correct explanation of A
    C.
    A is correct R is wrong
    D.
    A is wrong R is correct

  7. The instruction LDA 20 in 8085 means

  8. A.
    contents of memory location 20 are fetched into the accumulator
    B.
    the value 20 is fetched into accumulator
    C.
    either (a) or (b)
    D.
    neither (a) nor (b)

  9. Intel 2004 is a

  10. A.
    ROM
    B.
    Volatile RAM
    C.
    NV RAM
    D.
    None of the above

  11. The programming language in which Excel records the macro code is

  12. A.
    basic
    B.
    visual basic
    C.
    video basic
    D.
    basic 2

  13. The 8085 instruction LDA FFA is an example of

  14. A.
    Direct addressing
    B.
    Register addressing
    C.
    Immediate addressing
    D.
    Register indirect addressing

  15. A mP contains 2 MHz crystal. The time taken to complete instructions with 1000 cycles is

  16. A.
    2 ms
    B.
    1 ms
    C.
    2 nx
    D.
    1 ns

  17. Consider the following statement in Fortran 77

    READ *, (X.(I), I = 0, 4)

    Which of the following is correct?

  18. A.
    3 values would be read and stored in X (0), X (1), X (2)
    B.
    4 values would be read and stored in X (0), X (1), X (2), X (3)
    C.
    5 values would be read and stored in X (0), X (1), X (2), (3)(4)
    D.
    5 values would be read and stored in X (I), X (2), X (3), X (4), X (5)

  19. Which of the following methods does not cause any reduction in instruction length?

  20. A.
    Using program counter
    B.
    Common source and destination address
    C.
    Implicit source and destination address
    D.
    Machine language programming