以下的布尔代数运算错误的是( )。
(A)(True or x) == True
(B)not (a and b) == not (a) and not (b)
(C)(False and x) == False
(D)(True or False) == True
参考答案
继续答题:下一题
(A)(True or x) == True
(B)not (a and b) == not (a) and not (b)
(C)(False and x) == False
(D)(True or False) == True