Cho x = True, y = False. Cho biết giá trị của biểu thức sau:
not((x or y ) and x )
TrueFalsex1Hướng dẫn giải:not((x or y ) and x ) = not((True or False) and True)
= not(True and True) = not(True) = False
Môn học
Chủ đề / Chương
Bài học
Chủ đề
Cho x = True, y = False. Cho biết giá trị của biểu thức sau:
not((x or y ) and x )
TrueFalsex1Hướng dẫn giải:not((x or y ) and x ) = not((True or False) and True)
= not(True and True) = not(True) = False