Difference between revisions of "CSC270 Homework 1"

From dftwiki3
Jump to: navigation, search
(Problem 1)
(Problem 1)
Line 13: Line 13:
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
! x     
+
! style="text-align: center;" |   x      
! y       
+
! style="text-align: center;" |   y        
! x U y
+
! style="text-align: center;" |    x U y  
 
|-
 
|-
 
|
 
|

Revision as of 17:11, 28 January 2009

(c) --D. Thiebaut 22:01, 28 January 2009 (UTC)
[CSC270 | Back ] to Main Page


This assignment is due on Wednesday evening, at the beginning of Lab 2.

Problem 1

Assume that we define a Boolean Algebra where the two values possible are { α, β }, and where the operators are U, T, and NOT.

The U operator has the following truth table:

  x     y     x U y  

α

α

α

α

α

α

α

α

α

α

α

β


The T operator has the following truth table:

x y x T y

α

α

α

α

α

β

α

α

β

α

α

β



Which of these assertions is true?

  • α is 1, β is 0, U is the AND operator, and T the OR operator
  • α is 0, β is 1, U is the OR operator, and T is the AND operator

Be sure to explain why one assertion is true, or why it is false!