Computer Science Fundamentals Algorithms Subjective
Feb 26, 2013

What are the two methods to represent the value of a Boolean expression?

Detailed Explanation

i.    The first method is to encode true and false numerically and to evaluate a Boolean expression analogously to an arithmetic expression.
ii.    The second principal method of implementing Boolean expression is by flow of control that is representing the value of a Boolean expression by a position reached in a program.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback