• Предмет: Информатика
  • Автор: sofiaantonuk1
  • Вопрос задан 4 месяца назад

Срочно! Складіть таблиці істинності логічних виразів зі змінними логічного типу а і b.
a) a or a and b
б)a or not a and b
в)a or b or not b
г)(a or not b) and (a or not b)
д)not a or not b
е) a and (not b or a) and b
ж)a and (b or c) not a
з)a or b and c or not b

Ответы

Ответ дал: Koksik912
1

Ответ:

Таблиці істинності для заданих виразів:

a) a or a and b

a b a or a and b

False False False

False True False

True False True

True True True

б) a or not a and b

a b a or not a and b

False False False

False True False

True False True

True True True

в) a or b or not b

a b a or b or not b

False False True

False True True

True False True

True True True

г) (a or not b) and (a or not b)

a b (a or not b) and (a or not b)

False False False

False True False

True False True

True True True

д) not a or not b

a b not a or not b

False False True

False True True

True False True

True True False

е) a and (not b or a) and b

a b a and (not b or a) and b

False False False

False True False

True False False

True True True

ж) a and (b or c) not a

Тут недостатньо даних для складання таблиці істинності, оскільки відсутня логічна змінна 'c'.

з) a or b and c or not b

a b c a or b and c or not b

False False False False

False False True True

False True False False

False True True True

True False False True

True False True True

True True False True

True True True True

Вас заинтересует