Q. Given three Boolean variables a,b, c as : a= False , b = True , c = False.
Evaluate the following Boolean expressions :
(a)b and c
(b)b or c
(c)not a and b
(d)(a and b)or not c
(e)not b and not (a or c)
(f)not ((not b or not a)and c )or a
 Answer = 
 (a)False   
 (b)True
 (c)True 
 (d)True
 (e)False 
 (f)TrueYou can uderstand by watching videos -----
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )