1. The Boolean expression B⊕E is a simplified version of expression A BE + BCDE+ BC D E + A B D E + B C D E + A B D E then which of the following choice is correct? don't care conditions doesn't existdon't care conditions existd( 16, 18, 20, 23, 27, 29) is the set of don't care conditionsd( 16, 20, 22, 27, 29) is the set of don't care conditions





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->The metal which doesn’t react with dilute Sulphuric Acid ?....
QA->In Boolean algebra, x+xy =x is called:....
QA->If scooter costs Rs.8,000 more than TV set, then price of TV set is ?....
MCQ->The function f = A ⊕ B ⊕ A ⊕ D ⊕ E ⊕ C ⊕ D ⊕ E ⊕ F ⊕ G ⊕ F ⊕ G ⊕ C ⊕ E ⊕ A ⊕ D ⊕ B ⊕ E ⊕ E ⊕ B ⊕ B ⊕ B ⊕ B ⊕ D can be written as....
MCQ->The Boolean expression B⊕E is a simplified version of expression A BE + BCDE+ BC D E + A B D E + B C D E + A B D E then which of the following choice is correct? don't care conditions doesn't existdon't care conditions existd( 16, 18, 20, 23, 27, 29) is the set of don't care conditionsd( 16, 20, 22, 27, 29) is the set of don't care conditions....
MCQ->An XOR gate with 8 variable is as follows: A ⊕ B ⊕ C ⊕ D ⊕ E ⊕ F ⊕ G ⊕ HThe number of minterms in the Boolean expression is....
MCQ->An XOR gate with 6 variables is as follows A ⊕ B ⊕ C ⊕ D ⊕ E ⊕ F. The number of minterms in the Boolean expression 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); } }....
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