Physics MCQs
Topic Notes: Physics
MCQs and preparation resources for competitive exams, covering important concepts, past papers, and detailed explanations.
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
31
Which electronic logic circuit is designed to perform the OR operation?
Answer:
OR gate
An OR gate is a fundamental digital logic gate that implements logical disjunction. It produces a high output (1) if at least one of its inputs is high (1). If all inputs are low (0), the output is low (0).
32
What is the logical result of performing an AND operation followed by a NOT operation?
Answer:
NAND operation
In digital electronics, the NAND gate is defined as the logical inversion of an AND gate. By taking the output of an AND operation and passing it through a NOT gate (inverter), the resulting logic function is the NAND operation, which outputs false only if all inputs are true.
33
Which logic gate is specifically designed to perform the logical AND operation?
Answer:
AND gate
An AND gate is a fundamental digital logic gate that produces a high output (1) only if all its inputs are high (1). It implements the logical conjunction operation.
34
When a HIGH logic level is applied to the input of a digital inverter, what is the resulting output level?
Answer:
LOW level
A digital inverter, also known as a NOT gate, performs the logical operation of negation. It is designed to invert the input signal; therefore, if a HIGH (logical 1) signal is applied to the input, the output will be a LOW (logical 0) signal.
35
The NAND logic operation is equivalent to which sequence of operations?
Answer:
NOT
The NAND gate is a universal logic gate. Its operation is defined as the logical negation (NOT) of the AND operation. Therefore, a NAND gate produces a low output only when all its inputs are high.
36
What logic gate is formed by connecting the output of an OR gate to the input of a NOT gate?
Answer:
NOR gate
A NOR gate is functionally equivalent to an OR gate followed by a NOT gate (inverter). The OR gate produces a high output if any input is high, and the NOT gate then inverts this result, producing a high output only when all inputs are low.
37
The output of an OR gate follows the truth table of which logical operation?
Answer:
OR operation
An OR gate is a fundamental digital logic gate that implements logical disjunction. Its output is high (1) if at least one of its inputs is high (1), and it is low (0) only when all inputs are low (0).
38
What logic gate is produced by connecting a NOT gate to the output of an OR gate?
Answer:
NOR gate
A NOR gate is functionally equivalent to an OR gate followed by a NOT gate (inverter). The OR gate performs the logical addition of inputs, and the subsequent NOT gate negates the result, producing a high output only when all inputs are low.
39
In digital logic, what is the output of a NOT gate if the input signal is 1?
Answer:
0
A NOT gate is an inverter. It performs logical negation, meaning it changes the input state to its opposite. Therefore, a high input (1) results in a low output (0), and a low input (0) results in a high output (1).
40
Which electronic logic gate is specifically designed to perform the NOT operation, inverting the input signal?
Answer:
NOT gate
A NOT gate, also known as an inverter, is a fundamental digital logic gate that implements logical negation. It takes a single binary input and produces an output that is the opposite of the input; if the input is high (1), the output is low (0), and vice versa.