Q1: Explain Logic gate? Ans: Logic gate definition is given as “Simple electric circuit which has one or more than one input and one output. Here input to output relationship is based on boolean function, which means that it has only either of two outputs”. Q2: What are the types of logic gates? Ans: The types of logic gates are AND gate, OR gate, NOT gate, NOR gate, NAND gate, XOR gate, NXOR gate. Q3: Explain universal logic gate? Ans: the A universal logic gate is one which can implement any Boolean function {0,1}, without the use of any other logic gate. Q4: Why the NAND and NOR gates are called universal logic gates? Ans: because all the other gates can be created using the combination of these two. Q5: If the inputs (0,1) are fed into AND gate, What will be the output? Ans: If the inputs (0,1) are fed into AND gate, the output will be 0. Q6: If the inputs (0,1) are fed into OR gate, What will be the output? Ans: If t...