1. Укажіть порядок виконання логічних операцій у логічних виразах: а) a or not a and b;
b) not a or not b and a;
c) (a or not b) and (not a or not b);
d) not not a and not b or a and b.
Наприклад: е) 1. c or not c, 2. and d.
2. Дайте відповідь якщо а=1, b=1
a) a or a and b;
b) a or b or not b;
c) not a or not b;
d) (a or not b) and (a or not b).