πŸ“Š Microprocessors and Microcontrollers
Q. In a C expression using assignment operators, relational operators and arithmetic operators, the hierarchy of operations (in the absence of parenthesis) is
  • (A) assignment, relational, arithmetic
  • (B) relational, assignment, arithmetic
  • (C) arithmetic, assignment, relational
  • (D) arithmetic, relational, assignment
πŸ’¬ Discuss
βœ… Correct Answer: (D) arithmetic, relational, assignment
πŸ“Š Microprocessors and Microcontrollers
Q. Assertion (A): Each memory chip has its own address latch. Reason (R): ALE signal comes out of microprocessor 8085 and goes to memory chip.
  • (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
βœ… Correct Answer: (D) A is wrong R is correct
πŸ“Š Microprocessors and Microcontrollers
Q. The forms of IF statements in FORTRAN 77 are called
  • (A) logical IF and Block IF
  • (B) logical IF, block IF and arithmetic IF
  • (C) logic IF, block IF, arithmetic IF and negate IF
  • (D) logical IF and arithmetic IF
πŸ’¬ Discuss
βœ… Correct Answer: (B) logical IF, block IF and arithmetic IF
πŸ“Š Microprocessors and Microcontrollers
Q. In 8085
  • (A) P flag is set when the result has even parity
  • (B) P flag is set when the result has odd parity
  • (C) P flag is reset when the result has odd parity
  • (D) P flag is reset when the result has even parity
πŸ’¬ Discuss
βœ… Correct Answer: (A) P flag is set when the result has even parity

Jump to