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
1
What logic gate is produced by connecting a NOT gate to the output of an AND gate?
Answer:
NAND gate
A NAND gate is a universal logic gate that functions as the logical negation of an AND gate. By definition, the output of a NAND gate is high (1) if any of its inputs are low (0), and low (0) only if all its inputs are high (1). This is achieved by taking the output of an AND gate and passing it through an inverter (NOT gate).
2
Which combination of logic gates can be utilized to construct an AND gate?
Answer:
NOR gates
While NAND gates are universal gates, the question specifically asks about forming an AND gate using two NOR gates. By applying De Morgan's laws, one can configure logic gates to perform specific operations. Note: Typically, an AND gate is constructed using two NAND gates followed by an inverter, or three NAND gates. The provided answer C suggests a specific configuration context.
3
What is the primary function of a NOT gate in digital logic circuits?
Answer:
opposite logic level
A NOT gate, also known as an inverter, is a fundamental digital logic gate that performs logical negation. It takes a single binary input and produces an output that is the inverse of the input; if the input is high (1), the output is low (0), and vice versa.
4
Which logic gate is commonly utilized as a universal gate to construct a burglar alarm system?
Answer:
NAND gate
The NAND gate is known as a universal gate because any other logic gate (AND, OR, NOT, etc.) can be constructed using only NAND gates. In alarm systems, NAND gates are frequently used to create the necessary switching logic to trigger an alert when specific conditions, such as a broken circuit or sensor activation, are met.
5
The output of a NOR gate is logically equivalent to the inverse of which gate?
Answer:
OR gate
A NOR gate is constructed by performing an OR operation followed by a NOT operation. Therefore, its output is the logical complement of an OR gate, meaning it produces a high output only when all inputs are low.
6
In a digital AND logic gate, what is the output state if at least one of the input signals is at logic level '0'?
Answer:
0
The AND gate follows the Boolean logic rule where the output is high (1) only if all inputs are high. If any input is low (0), the output is forced to 0. This is because the AND operation represents logical multiplication, and any value multiplied by zero results in zero.
7
How does a NOT logic gate process an input of 0?
Answer:
1
A NOT gate, also known as an inverter, performs logical negation. It takes a single binary input and produces the opposite output. Therefore, an input of 0 is inverted to an output of 1, and an input of 1 is inverted to an output of 0.
8
How should switches be configured in a circuit to perform an OR logic operation?
Answer:
parallel combination
In an OR logic gate configuration, the output is high if at least one of the inputs is high. When using mechanical switches to represent this, connecting them in parallel ensures that closing any single switch completes the circuit path, allowing current to flow to the output. This mimics the logical OR function where the condition is satisfied if any input is true.
9
In digital electronics, which binary digit is typically used to represent a high voltage state?
Answer:
1
Digital logic systems utilize binary states to represent information. In positive logic, a high voltage level (often near the supply voltage) is represented by the binary digit '1', while a low voltage level (often near ground) is represented by the binary digit '0'.
10
Which pair of logic gates is classified as universal gates?
Answer:
NAND and NOR
Universal gates are defined by their ability to implement any Boolean logic function or digital circuit without requiring any other type of gate. NAND and NOR gates are the two universal gates because any basic logic operation (AND, OR, NOT) can be constructed using only combinations of NAND gates or only combinations of NOR gates.