Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 2 (Q.No. 39)
39.
Read the following rules for scanning Boolean expressions in Pascal
  1. The expressions are scanned from left to right.
  2. The operations are scanned in the order NOT, AND, OR.
  3. All operators (i.e., NOT, AND and OR) are scanned together.
  4. In one scanning all the operators of only one type are scanned.
Which of the above are correct?
All
1, 2 and 3 only
1, 2 and 4 only
2, 3 and 4 only
Answer: Option
Explanation:

All Boolean operators are not scanned together. The order is NOT, AND, OR.

Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.