1. Assertion (A): XOR gate is not universal gate.Reason (R): It is not possible to realize any Boolean function using XOR gates only.





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

  • By: guest on 01 Jun 2017 11.53 pm
    A universal gate is one which can be used to realize any Boolean function using that type of gates only. Only NOR and NAND are universal gates.
Show Similar Question And Answers
QA->“It is possible to fail in many ways; while to succeed is possible only in one way”?....
QA->If function inside another function is called a _____ Function....
QA->In order to promote growth and investment, a new provision has been inserted in the Income-tax Act with effect from FY 2019-20 which allows any domestic company an option to pay income-tax at the rate of __ per cent subject to condition that they will not avail any exemption/incentive.?....
QA->Method of cultivating plants without using soil but by using nutrient solution?....
QA->Who proclaimed It is years since I left castes and religions. Yet some people think that I belong to their caste. That is not correct. I do not belong to any particular caste or religion?....
MCQ->Assertion (A): XOR gate is not universal gate.Reason (R): It is not possible to realize any Boolean function using XOR gates only.

....
MCQ->What will be the output of the program? public class BoolTest { public static void main(String [] args) { int result = 0; Boolean b1 = new Boolean("TRUE"); Boolean b2 = new Boolean("true"); Boolean b3 = new Boolean("tRuE"); Boolean b4 = new Boolean("false"); if (b1 == b2) / Line 10 / result = 1; if (b1.equals(b2) ) / Line 12 / result = result + 10; if (b2 == b4) / Line 14 / result = result + 100; if (b2.equals(b4) ) / Line 16 / result = result + 1000; if (b2.equals(b3) ) / Line 18 / result = result + 10000; System.out.println("result = " + result); } }....
MCQ->Assertion (A): The output of a NOR gate is equal to the complement of OR of input variables. Reason (R): A XOR gate is a universal gate.

....
MCQ->In the given item consist of two statements, one labelled as 'Assertion (A)' and the other labelled as 'Reason (R)'. Assertion (A): Persons with AB blood group can accept blood from any blood group. Reason (R): They are universal acceptor Select your answers to these items using the codes given below. Codes:....
MCQ->Consider a multiplexer with X and Y as data inputs and Z as control input. Z = 0 selects input X and Z = 1 selects input Y. What are the connections required to realize the 2-variable Boolean function f = T + R, without using any additional hardware?....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution