CS5nm Logical Function Practice


(20 pts) Fill in the table below, according to these instructions:

Expression
Equivalent Expression
without not operator
Value of a=4 and b=3

not ( a > 2) or b >=7

not ( a != 5 or b == 6)

                                             
                          

not (a <= 5 and b >= 6)

 

not( (a%2!=0 or b%2==1) )

 

not (a > 3) and (b <= 7)

 
not (a != 3) or not (b != 5)    

End of Exam

Total points: ?