1. Which of the following logical operations is represented by the + sign in Boolean algebra?





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->In Boolean algebra, x+xy =x is called:....
QA->Whichbank is to shut its banking operations in India having given up on efforts tofind a buyer as the planned to reduce its international operations to 13countries?....
QA->Who, on the basic of logical reasoning rejected all existing religions and the same time established a new religion called "Ananthamatham"?....
QA->Who, on the basic of logical reasoning rejected all existing religions and the same time established a new religion called "Ananthamatham"....
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 of the following logical operations is represented by the + sign in Boolean algebra?....
MCQ->import java.awt.; class Ticker extends Component { public static void main (String [] args) { Ticker t = new Ticker(); / Missing Statements ? / } } which two of the following statements, inserted independently, could legally be inserted into missing section of this code? boolean test = (Component instanceof t); boolean test = (t instanceof Ticker); boolean test = t.instanceof(Ticker); boolean test = (t instanceof Component);....
MCQ-> Adriana, Bandita, Chitra, and Daisy are four female students, and Amit, Barun, Chetan, and Deb are four male students. Each of them studies in one of three institutes - X, Y, and Z. Each student majors in one subject among Marketing, Operations, and Finance, and minors in a different one among these three subjects. The following facts are known about the eight students:1. Three students are from X, three are from Y, and the remaining two students, both female, are from Z. 2. Both the male students from Y minor in Finance, while the female student from Y majors in Operations. 3. Only one male student majors in Operations, while three female students minor in Marketing. 4. One female and two male students major in Finance. 5. Adriana and Deb are from the same institute. Daisy and Amit are from the same institute. 6. Barun is from Y and majors in Operations. Chetan is from X and majors in Finance. 7. Daisy minors in Operations.Who are the students from the institute Z?
 ....
MCQ-> Consider the following information and answer questions based on it. Among 60 students. 12 like only algebra, 13 like only geometry, 10 like only trigonometry, 5 like both algebra and trigonometry, 8 like only physics, 5 like both physics and geometry and the remaining like both algebra and physics.The number of students who like physics but not geometry 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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions