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





Ask Your Doubts Here

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

Comments

  • By: guest on 02 Jun 2017 12.56 am
    Reduced form of the given expression is B ⊕ E : A BE + BCDE + B C D E + A B D E + B C D E + A B D E Now we draw a K-map for 5 variables : Since we can realize B ⊕ E i.e. BE + B E as shown above, the K-map drawn should have don't care conditions that will be taken into consideration and will be grouped; along with l's. ∴ We have don't care conditions with a set d( 16, 20, 22, 27, 29).
Show Similar Question And Answers
QA->If a  stands for +,  stands for x,  stands for <,  stands for = ,  stands for -,  stands for ÷ ,  stands for > Find out the correct choice: 15  3  72251 15  372251 15372251 15372251....
QA->A pendulum clock is set to give correct time at the sea level. This clock is moved to a hill station at an altitude of 2500m above the sea level. In order to keep correct time on the hill station, the length of the pendulum?....
QA->A man is facing East, then the turns left and goes 10 m, then turns right and goes 5 m, then goes 5 m to the South and from there 5 m to West. In which direction is he, from his original place ?....
QA->Which option is selected, MS- Word will print a complete set of the first copy, then the second set and so on. ?....
QA->Which of the following is not a valid version of MS Office ?....
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 ⊕ H The 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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution