单选题下列逻辑运算结果为“true”的是(  )。A false or not trueB true or not trueC false and not trueD true and not true

题目
单选题
下列逻辑运算结果为“true”的是(  )。
A

false or not true

B

true or not true

C

false and not true

D

true and not true


相似考题
参考答案和解析
正确答案: A
解析:
逻辑运算符的优先级别为:Not>And>Or。因此,Flase Or Not True的值为Flase,True Or Not True的值为True,False And Not True的值为False,True And Not True的值为False。