Только г, д, е
за ранее ​">

ladalis22 ladalis22    2   25.03.2021 19:31    0

Ответы
ikilan201 ikilan201  24.04.2021 19:35

0 - False

1 - True

г)

a = 0

b = 0

not a or not b = 1

a = 1

b = 0

not a or not b = 1

a = 0

b = 1

not a or not b = 1

a = 1

b = 1

not a or not b = 1

д)

a = 0

b = 0

(a or not b) and (a or not b) = 1

a = 1

b = 0

(a or not b) and (a or not b) = 1

a = 0

b = 1

(a or not b) and (a or not b) = 0

a = 1

b = 1

(a or not b) and (a or not b) = 1

e)

a = 0

b = 0

a and not b or not a and b = 0

a = 1

b = 0

a and not b or not a and b = 1

a = 0

b = 1

a and not b or not a and b = 1

a = 1

b = 1

a and not b or not a and b = 0

ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика