1. Write the Boolean expression for an inverter logic gate with input C and output Y.



Ask Your Doubts Here

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

Comments

Show Similar Question And Answers
QA->Arithmetic and Logic Unit ന്റെ ധർമം എന്ത്? ....
QA->The function of Arithmetic and Logic Unit (ALU) is?....
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?....
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->Write the Boolean expression for an inverter logic gate with input C and output Y.....
MCQ->Assertion (A): When all inputs of a NAND-gate are shorted to get a one input, one output gate, it becomes an inverter.Reason (R): When all inputs of a NAND-gate are at logic 'O' level, the output is at logic 'I' level.

....
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->Four inputs A, B, C, D are fed to a NOR gate. The output of NOR gate is fed to an inverter. The output of inverter 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 | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution