1. Assertion (A): Demorgan's first theorem replaces a NOR gate by bubbled AND gate.Reason (R): Double complement of a variable equals the variable.





Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->In a bid to fill the vacant seats in trains and meet the challenges posed by the roadways and airways, the Indian Railways has decided to give discount of up to __________ to passengers on ticket fares in air-conditioned executive class and chair cars of trains like Shatabdi Express, Gatiman Express, Tejas Express, Double Decker and Intercity Express.....
QA->Which of the following is replaces the question mark.7 : 9 : : 343 : ?....
QA->Who is the author of “First Among Equals”?....
QA->Who is the author of .First Among Equals?....
QA->Who is the author of “.First Among Equals”?....
MCQ->Assertion (A): Demorgan's first theorem replaces a NOR gate by bubbled AND gate.Reason (R): Double complement of a variable equals the variable.

....
MCQ->What will be the output of the following program? #include<iostream.h> double BixFunction(double, double, double = 0, double = 0, double = 0); int main() { double d = 2.3; cout<< BixFunction(d, 7) << " "; cout<< BixFunction(d, 7, 6) << endl; return 0; } double BixFunction(double x, double p, double q, double r, double s) { return p +(q +(r + s x) x) x; }....
MCQ->Which two statements are true about wrapper or String classes? If x and y refer to instances of different wrapper classes, then the fragment x.equals(y) will cause a compiler failure. If x and y refer to instances of different wrapper classes, then x == y can sometimes be true. If x and y are String references and if x.equals(y) is true, then x == y is true. If x, y, and z refer to instances of wrapper classes and x.equals(y) is true, and y.equals(z) is true, then z.equals(x) will always be true. If x and y are String references and x == y is true, then y.equals(x) will be true.....
MCQ->De Morgan's first theorem says that a NOR gate is equivalent to a bubbled _____ gate.....
MCQ->The observation that a bubbled input OR gate is interchangeable with a bubbled output AND gate is referred to as:....
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