Saved Bookmarks
| 1. |
What is the procedure “Break the line, change the sign”? |
|
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. |
|