InterviewSolution
Saved Bookmarks
| 1. |
The equivalent form of the logical expression B + C + ABC + AB + A is |
| Answer» This can be solve by using Boolean identity but using k map it will be more easy (A + B + C) (A + B + C) (A + B + C). | |