1. The minimum number of NAND gates required to implement the Boolean function A +AB + AB C is equal to





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.52 pm
    A + AB +A B C = A + AB ( 1 + C) = A + AB = A(1 + B ) = A.
Show Similar Question And Answers
QA->If function inside another function is called a _____ Function....
QA->What minimum number of non-zero non-collinear vectors is required to produce a zero vector?....
QA->The minimum number of non-zero non-collinear vectors required to produce a zero vector is?....
QA->In intrinsic, number of holes is equal to' number of?....
QA->A man has equal number of one rupee, five rupee and ten rupee notes with him. If he has Rs. 480 with him, the number of one rupee note is :....
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->Which two can be used to create a new Thread? Extend java.lang.Thread and override the run() method. Extend java.lang.Runnable and override the start() method. Implement java.lang.Thread and implement the run() method. Implement java.lang.Runnable and implement the run() method. Implement java.lang.Thread and implement the start() method.....
MCQ->The minimum number of NAND gates required to implement the Boolean function A +AB + AB C is equal to....
MCQ->The minimum number of 2 input NAND gates required to implement Boolean function A B C is A, B, C are available is....
MCQ->Minimum number of 2-input NAND gates required to implement the function F = (x + y ) (Z + W) is....
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