Notes for B. Sc. FY students Electronics
Notes for B. Sc. FY students Electronics
FY (Electronics) (Semester I)
Periods: 30 Hours
Max. Marks: 50 [ESE:40 & CA:10]
Credits : 2
SYLLABUS
Logic Circuit
Boolean algebra is ideal for expressing the behavior of logic circuits. A circuit can be
expressed as a logic design and implemented as a collection of individual connected
logic gates.
Positive Logic
In a positive logic system, a high voltage is used to represent logical true (1), and a
low voltage for a logical false (0).
Negative Logic
In a negative logic system, a low voltage is used to represent logical true (1), and a
high voltage for a logical false (0). In positive logic circuits it is normal to use +5V
for true and 0V for false.
Logic gates are an important concept if you are studying electronics. These are
important digital devices that are mainly based on the Boolean function. Logic gates
are used to carry out logical operations on single or multiple binary inputs and give
one binary output. In simple terms, logic gates are the electronic circuits in a digital
system.
•OR Gate
•AND Gate
•NOT Gate
➔ OR Gate
In an OR gate, the output of an OR gate attains state 1 if one or more inputs attain
state 1.
The OR gate is a digital logic gate with ‘n’ i/ps and one o/p, that performs logical
conjunction based on the combinations of its inputs. The output of the OR gate is true
only when one or more inputs are true. If all the i/ps of the gate are false, then only
the output of the OR gate is false. The symbol and truth table of an OR gate with two
inputs is shown below.
➔ AND Gate
In the AND gate, the output of an AND gate attains state 1 if and only if all the inputs
are in state 1.
The AND gate is a digital logic gate with ‘n’ i/ps one o/p, which performs logical
conjunction based on the combinations of its inputs. The output of this gate is true
only when all the inputs are true. When one or more inputs of the AND gate’s i/ps are
false, then only the output of the AND gate is false. The symbol and truth table of an
AND gate with two inputs is shown below.
➔ NOT Gate
The NOT gate is a digital logic gate with one input and one output that operates an
inverter operation of the input. The output of the NOT gate is the reverse of the input.
When the input of the NOT gate is true then the output will be false and vice versa.
The symbol and truth table of a NOT gate with one input is shown below. By using
➔ NAND Gate
The NAND gate is a digital logic gate with ‘n’ i/ps and one o/p, that performs the
operation of the AND gate followed by the operation of the NOT gate.NAND gate is
designed by combining the AND and NOT gates. If the input of the NAND gate high,
then the output of the gate will be low.The symbol and truth table of the NAND gate
operation of the OR gate followed by the NOT gate. NOR gate is designed by
combining the OR and NOT gate. When any one of the i/ps of the NOR gate is true,
then the output of the NOR gate will be false. The symbol and truth table of the NOR
➔ Exclusive-OR Gate
The Exclusive-OR gate is a digital logic gate with two inputs and one output. The
short form of this gate is Ex-OR. It performs based on the operation of the OR gate. .
If any one of the inputs of this gate is high, then the output of the EX-OR gate will be
high. The symbol and truth table of the EX-OR are shown below.
➔ Exclusive-NOR Gate
The Exclusive-NOR gate is a digital logic gate with two inputs and one output. The
short form of this gate is Ex-NOR. It performs based on the operation of the NOR
gate. When both the inputs of this gate are high, then the output of the EX-NOR gate
will be high. But, if any one of the inputs is high (but not both), then the output will
be low. The symbol and truth table of the EX-NOR are shown below.
The applications of logic gates are mainly determined based upon their truth table,
i.e., their mode of operations. The basic logic gates are used in many circuits like a
push-button lock, light-activated burglar alarm, safety thermostat, an automatic
watering system, etc.
De Morgan’s Theorem
The first theorem of DeMorgan states that the logic gate like NAND is equal to an
A’B = A’+B’
The second theorem of DeMorgan states that the NOR logic gate is equal to an AND
(A+B)’= A’. B’
Boolean Addition
The addition operation of Boolean algebra is similar to the OR operation. In digital
circuits, the OR operation is used to calculate the sum term, without using AND
operation. A + B, A + B', A + B + C', and A' + B + + D' are some of the examples of
'sum term'. The value of the sum term is true when one or more than one literals are
true and false when all the literals are false.
Boolean Multiplication
The multiplication operation of Boolean algebra is similar to the AND operation. In
digital circuits, the AND operation calculates the product, without using OR
operation. AB, AB, ABC, and ABCD are some of the examples of the product term.
The value of the product term is true when all the literals are true and false when any
one of the literal is false.
Commutative Law
This law states that no matter in which order we use the variables. It means that the
order of variables doesn't matter. In Boolean algebra, the OR and the addition
operations are similar. In the below diagram, the OR gate display that the order of the
input variables does not matter at all.
For two variables, the commutative law of addition is written as:
A+B = B+A
Associative Law
This law states that the operation can be performed in any order when the variables
priority is same. As '*' and '/' have same priority. In the below diagram, the
associative law is applied to the 2-input OR gate.
For three variables, the associative law of addition is written as:
A + (B + C) = (A + B) + C
A(BC) = (AB)C
According to this law, no matter in what order the variables are grouped when
ANDing more than two variables. In the below diagram, the associative law is
applied to 2-input AND gate.
Distributive Law:
According to this law, if we perform the OR operation of two or more variables and
then perform the AND operation of the result with a single variable, then the result
will be similar to performing the AND operation of that single variable with each two
or more variable and then perform the OR operation of that product. This law
explains the process of factoring.
For three variables, the distributive law is written as:
A(B + C) = AB + AC
Rules of Boolean algebra
There are the following rules of Boolean algebra, which are mostly used in
manipulating and simplifying Boolean expressions. These rules plays an important
role in simplifying boolean expressions.
1. A+0=A 7. A.A=A
2. A+1=1 8. A.A'=0
3. A.0=0 9. A''=A