• Cоставить формулу логической функции к схеме и таблицу истинности. Вариант 1

    question img

Ответы 1

  • F=(А & B) v not(C) v (B & C & A) v (C & not(A))     A     B     C     F False False False  True False False  True  True False  True False  True False  True  True  True  True False False  True  True False  True False  True  True False  True  True  True  True  Truevar A,B,C,F:boolean;beginwriteln('A':6,'B':6,'C':6,'F':6);for A:=false to true do beginfor B:=false to true do beginfor C:=false to true do beginF:=(A and B) or not(C) or (B and C and A) or (C and not(A));writeln(A:6,B:6,C:6,F:6);end;end;end;end.
    • Автор:

      hercules
    • 6 лет назад
    • 0
  • Добавить свой ответ

Еще вопросы

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years