

InterviewSolution
Saved Bookmarks
1. |
Construct the switching circuit for each of the following statements : (1) (p^^q)vv(~p)vv(p^^~q) (2) (p^^q^^r)vv[~pvv(^^~r)] (3) [pvv(~p^^q)]vv[(~q^^r)vv~p] |
Answer» <html><body><p><<a href="https://interviewquestions.tuteehub.com/tag/p-588962" style="font-weight:bold;" target="_blank" title="Click to know more about P">P</a>></p>Solution :Let p : the switch `S_(1)` is closed <br/> q : the switch `S_(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>)` is closed <br/> r : the switch `S_(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>)` is closed <br/> `~p` : the switch `S_(1)` is closed or the switch `S_(1)` is open <br/> `~q` : the switch `S_(2)'` is closed or the switch `S_(2)` is open <br/> `~r` : the switch `S_(3)'` is closed or the switch `S_(3)` is open. <br/> Then the switching <a href="https://interviewquestions.tuteehub.com/tag/circuits-916689" style="font-weight:bold;" target="_blank" title="Click to know more about CIRCUITS">CIRCUITS</a> for the given statements are : <img src="https://d10lpgp6xz60nq.cloudfront.net/physics_images/NVT_21_MAT_XII_C01_SLV_016_S01.png" width="80%"/><br/> <img src="https://d10lpgp6xz60nq.cloudfront.net/physics_images/NVT_21_MAT_XII_C01_SLV_016_S02.png" width="80%"/></body></html> | |