Home / ECE / Microprocessors :: Section 8

ECE :: Microprocessors

  1. Which of the following is a valid variable in FORTRAN 77?

  2. A.
    3 A
    B.
    ALPHA -3
    C.
    ALPHA 3
    D.
    BALPHAC

  3. In Pascal an array declaration provides information to the Pascal processor to enable it to

  4. A.
    identify the variable as an array name
    B.
    reserve memory locations to store all the components of array
    C.
    check the values computed for subscripts expressions during program execution with the specified lower and upper limits of subscripts
    D.
    all of the above

  5. In which of the following instructions of 8085 are the contents of accumulator complemented?

  6. A.
    STC
    B.
    CMC
    C.
    CMA
    D.
    RAL

  7. Assertion (A): Microprocessors 8086 and 8088 are very similar in organisation and have identical instruction sets.

    Reason (R): If clock speed is same the execution time of 8088 and 8086 are exactly equal.

  8. 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

  9. In which of the following logical group instructions of 8085 is the addressing mode 'immediate'?

  10. A.
    ANA r
    B.
    ANA M
    C.
    ANI data
    D.
    XRA r

  11. Which of the following is a valid real constant in FORTRAN 77?

  12. A.
    1.2 E 231
    B.
    3 E - 2
    C.
    -3.2 E 2.3
    D.
    1.2 E 23

  13. Mouse is a very suitable input device for computers.

  14. A.
    True
    B.
    False

  15. Which of the following instructions have only one operand?

  16. A.
    Multiply
    B.
    Add
    C.
    Shift
    D.
    Subtract

  17. Which of the following is not a keyword in C?

  18. A.
    int
    B.
    float
    C.
    return
    D.
    capital

  19. 'Rotate instruction' in microprocessor belongs to

  20. A.
    data transfer group
    B.
    arithmetic group
    C.
    logic group
    D.
    branch group