Hi, I have a expression to solve please help me in that.
Here is the question:
x, y and z are Boolean variables. Determine the truth table for the expression given below.
( xXORy)’ . z
Note: The following two points must be kept in mind while attempting this question
Ø Write the binary values for the variables x, y, z in correct order. Correct order means that decimal equivalent of binary zero comes first, then comes the decimal equivalent of one, two and so on.
x y z
0 0 0
0 0 1
Ø In the above expression x, y, z are variables colored green while ’is the sign of NOT operator and. is the sign of AND operator. And XOR is the sign of exclusive–OR operator.
This is a question which I found on some site while developing my computer skills , but can't solve it myself
Please HELPPPPP
Last edited by vegalinks; 04-09-2007 at 12:21 PM..
|