Question Set

1. If a and B are Boolean variables,the Boolean expression a+AB is





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->For freedom of press and freedom of expression Gorbachev introduced ?....
QA->Which state government has signed an Expression of Intent (EOI) with IAAF and Athletics Federation of India (AFI) to establish a High Performance Academy?....
QA->If P means / , T means +, M means -, and D means x, then what will be the value of the expression 12M12D28P7T15?....
QA->Where is the expression of earliest volcanic activity in India found?....
QA->Einstein’s mass energy relation is given by which expression?....
MCQ->Which of the following rules are used in choosing the repeating variables in dimensional analysis : 1. Repeating variables should include the dependent variables 2. Repeating variables should contain all primary units used in describing the variables in the problem 3. Repeating variables should combine among themselves. 4. Repeating variables should not contain the dependent variables. Select the correct answer using the codes given below :....
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->What are the ultimate purpose of minimizing logic expressions? To get small size expression.To reduce the number of variables in the given expression.To implement the function of the logic expression with least hardware.To reduce the expression for making it feasible for hardware implementation. Select the correct answer from the codes given below:....
MCQ->If a and B are Boolean variables,the Boolean expression a+AB is....
MCQ->The application of DeMorgan's theorems to a Boolean expression with double and single inversions produces a resultant expression that contains only single inverter signs over single variables.....
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