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

Укажіть порядок виконання логічних операцій у таких логічних виразах ( даю 60 балов) :
a) a or a and b;
6) a or not a and b;
B) a or b or not b;
r) (a or not b) and (a or not b);
д) not a or not b;
e) a and (not b or a) and b;
) a and (b or c) not a;
3) a or b and c or not b.​

Ответы

Ответ дал: m9ster
0

Ответ:

1. a or (a and b)

2. a or (not a and b)

3. a or b or (not b)

4. (a or not b) and (a or not b)

5. (not a) or (not b)

6. a and ((not b) or a) and b

7. a and (b or c) and (not a)

8. a or ((b and c) or (not b))

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