logo

CuriousTab

CuriousTab

Discussion


Home Electronics and Communication Engineering Microprocessors Comments

  • Question
  • In which computer language is 'break' statement used


  • Options
  • A. Fortran 77
  • B. Pascal
  • C. C
  • D. none of the above

  • Correct Answer


  • Explanation
    Whenever keyword 'break' is encountered inside any C loop control passes to the first statement after the loop.

    Microprocessors problems


    Search Results


    • 1. Temporary register in 8085 is a 16 bit register.

    • Options
    • A. True
    • B. False
    • Discuss
    • 2. The size of cache memory in most microcomputers is about

    • Options
    • A. a few bytes
    • B. a few kilobytes
    • C. a few megabytes
    • D. a few gigabytes
    • Discuss
    • 3. JCOKE = 3
      JCOKE = JCOKE + 1
      GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.

      After the execution of above statement, the control is transferred to statement number

    • Options
    • A. 8
    • B. 11
    • C. 16
    • D. 20
    • Discuss
    • 4. Expression ++i is equivalent to

    • Options
    • A. i = i + 2
    • B. i = i + 1
    • C. i = i - 1
    • D. i = i + i + i
    • Discuss
    • 5. When .4546 E 5 and .5433 E 7 are to be added in normalized floating point mode

    • Options
    • A. none of the numbers is changed to any other form
    • B. .4546 E 5 is changed .004546 E 7 and .5433 E 7 is not changed
    • C. .5433 E 7 is changed to 54.33 E 5 and .4546 E 5 is not changed
    • D. both the numbers are changed and their exponents are made equal to 6
    • Discuss
    • 6. Which of the following is not an integer constant?

    • Options
    • A. 0
    • B. -8
    • C. +1074
    • D. -8.1
    • Discuss
    • 7. Z flag is reset if an ALU operation results in 0.

    • Options
    • A. True
    • B. False
    • Discuss
    • 8. Assertion (A): Microprocessor 8085 has on-chip oscillator with inbuilt crystal.

      Reason (R): For frequency stability crystal oscillator is preferred.


    • Options
    • 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
    • Discuss
    • 9. Which of the following is not a valid real constant in C?

    • Options
    • A. 1.2 e 2.0
    • B. -2.3 e - 2
    • C. -2.3 E 2
    • D. -2.3 e 2
    • Discuss
    • 10. Assertion (A): If source and destination addresses are made implicit the length of instruction is reduced.

      Reason (R): 8085 has only 3 addressing modes.


    • Options
    • 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
    • Discuss


    Comments

    There are no comments.

Enter a new Comment