1. Consider the Boolean expression X = ABCD + AB CD + A BCD + A CB D The simplified form of X is





Write Comment

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

Comments

Tags
Show Similar Question And Answers
QA->The Boolean expression A(B+C)+AB+AC is independent of the Boolean variable:....
QA->Minimum number of AND gates required to implement the Boolean expression:ABC’ +AB’C +A’BC is....
QA->In Boolean algebra, x+xy =x is called:....
QA->Consider a Program Graph (PG) with statements as nodes and control as edges. Which of the following is not true for any PG?....
QA->Constitution bench to consider the Mullaperiyar dam dispute between Tamil Nadu and Kerala has been formed recently. The bench consists of?....
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->Consider the Boolean expression X = ABCD + AB CD + A BCD + A CB D The simplified form of X is....
MCQ->Consider a square ABCD with midpoints E, F, G, H of AB, BC, CD and DA respectively. Let L denote the line passing through F and H. Consider points P and Q, on L and inside ABCD such that the angles APD and BQC both equal 120°. What is the ratio of the area of ABQCDP to the remaining area inside ABCD?....
MCQ->The parallel sides of a trapezoid ABCD are in the ratio of 4 : 5. ABCD is divided into an isosceles triangle ABP and a parallelogram PBCD (as shown below). ABCD has a perimeter equal to 1120 meters and PBCD has a perimeter equal to 1000 meters. Find Sin∠ABC, given 2∠DAB = ∠BCD. ....
MCQ->interface Base { boolean m1 (); byte m2(short s); } which two code fragments will compile? interface Base2 implements Base {} abstract class Class2 extends Base { public boolean m1(){ return true; }} abstract class Class2 implements Base {} abstract class Class2 implements Base { public boolean m1(){ return (7 > 4); }} abstract class Class2 implements Base { protected boolean m1(){ return (5 > 7) }}....
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions