InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What are the values of the inputs to a three-input OR gate, if its output is 0? |
||||||||
Answer»
|
|||||||||
| 2. |
What are the values of the inputs to a three-input NAND gate, if its output is 0? |
||||||||
Answer»
|
|||||||||
| 3. |
For the truth table given below, what type of logic gate does the output X represent?ABCX00010011010101111001101111011110 |
|
Answer» The type of logic gate that the output X represent is NAND. |
|
| 4. |
Prove the following rules using the proof by perfect induction.1. XY’ + XY = X2. X+Y=Y+X |
|
Answer» 1. XY’ + XY = X 2. X + Y = Y + X |
|
| 5. |
Give the dual form of:1. 0.X + X.Y + 1.X2. X.(Y+Z) = X.Y + X.Z3. X + X’.Y = X + Y4. 1 + X = 1 |
|
Answer» The dual form of
|
|
| 6. |
Simplify the following logical expression using De Morgan’s theorems. |
|
Answer» 1. (A + B).C 2. (A + BC). (D + EF) |
|
| 7. |
State De Morgan’s theorems. |
|
Answer» 1. De Morgan’s theorem 1: 2. De Morgan’s theorem 2: |
|
| 8. |
State the principle duality of theorems in Boolean algebra. |
|
Answer» The principle of duality theorems states that starting with a Boolean relation another Boolean relation can be derived by.
|
|
| 9. |
Mention the three basic logic gates. |
|
Answer» The three basic logic gates are NOT, OR and AND gate. |
|
| 10. |
Mention different universal gates. |
|
Answer» The different universal gates are NAND and NOR. |
|
| 11. |
What is meant by universal gates? |
|
Answer» A gate which can be used to create any Logic gate is called Universal Gate. |
|
| 12. |
What is a truth table? |
|
Answer» A table that represents all possible values of logical variables along with all the possible results of the given combinations of values. |
|
| 13. |
Write the truth table for NOT gate. |
||||||
Answer»
|
|||||||
| 14. |
Which are the three logic operations? |
|
Answer» The three logic operations are Nor, Or and And. |
|
| 15. |
Write the truth table for AND gate. |
|||||||||||||||
Answer»
|
||||||||||||||||
| 16. |
Write the NOT gate rule, (write the output conditions) |
||||||
|
Answer» The NOT gate is an electronic circuit that produces an inverted version of the input as its output. It is also known as an inverter.
|
|||||||
| 17. |
Write the OR gate rule, (write the output conditions) |
|||||||||||||||
|
Answer» The OR gate is an electronic circuit that gives a high output (1) if one or more of its inputs are high.
|
||||||||||||||||
| 18. |
Write the truth table for OR gate. |
|||||||||||||||
Answer»
|
||||||||||||||||
| 19. |
Write the AND gate rule. (Write the output conditions) |
|||||||||||||||
|
Answer» The AND gate is an electronic circuit that gives a high output (1) only if all its inputs are high.
|
||||||||||||||||