+2 votes
in Computer by kratos

What is the procedure “Break the line, change the sign”?

1 Answer

+1 vote
by kratos
 
Best answer

The procedure “Break the line, change the sign” is called demorganization which is performed by following steps :

  1. Complement the entire function

  2. Change all ANDs ( . ) to ORs ( + ) and all the ORs ( + ) to ANDs ( . )

  3. Complement each of the individual variables.

...