Digital Electronics Short Study Notes
Digital Electronics Short Study Notes
Number system: the system used to count discrete units is called number
system
symbols that is 0-9 or digits is called decimal system. As per the number of
symbols its base or radix is 10
Binary number system: the number system that contains only two
distinguished symbols that is 0 and 1 is called binary number system. its
base or radix is 2
below
2 25 LSB
r =1
2 12
r =0
2 6
r =0
2 3
r =1
2 1
r =1
MSB
0
2510 = 110012
16 2742 LSB
r =6
16 171 r = 11 =B
r = 10 = A
16 10
0 MSB
274210 = AB616
Binary coded decimal system: it is another commonly used number
system which is used in the field of digital electronics. in this case which
digit of the decimal number is represented by 4 bit binary number example:
The ASCII code: ASCII means American standard code for information
interchange. is an alphanumeric code every numerals, letters and symbols
of the board or printer is equipped with an ASCII code
Logic Gates: an electronic circuit which may have one, 2 or more input
Gate and the resultant output for each combination encoder truth table
OR Gate: it is logic Gate which has Low output when no input is high but
the output is high when any or all inputs are high
AND Gate: it is logic Gate which is high output only when all the inputs
are high what output is low when any are all the inputs are low.
The Inverter or NOT GATE: what is logic Gate which is higher output
when the input is low and output is low when the input is high, this Gate
NAND Gate: it is logic Gate which is low output when all the inputs are
high but output is high when any or all inputs are low.
NOR Gate: it is the logic Gate which has high output window input is high
but the output is low when any or all inputs are high.
Exclusive NOR -XNOR Gate: it is a logic Gate which has high output
when both the inputs are identical that is either both are high or both are
low
De Morgan’s theorem:
First theorem: it states that the component of a sum equals the product
of the components.
That is + = .
Half adder: logic circuit which is used to add two binary bits is called a
half adder. The output of the half adder is sum and carry. The Boolean
expression and truth table of these outputs are:
Sum= A ⊕B
Carry = AB
INPUTS OUTPUTS
A B SUM CARRY
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
Full adder: a logic circuit which is used to add 3 binary bits is called a full
adder. It has two outputs sum and carry. The Boolean expressions and
INPUT OUPUT
A B C CARRY SUM
0 0 0 0 0
0 0 1 0 1
0 1 0 0 1
0 1 1 1 0
1 0 0 0 1
1 0 1 1 0
1 1 0 1 0
1 1 1 1 1
Complete binary adder: half adders and full adders are usually combined
Rs flip flop: in Rs flip flop has two inputs namely reset and set
accordingly it is known as Rs flip flop.
Clocked the Rs flip flop: to an Rs flip flop, when third input clock is
D flip flop: in Rs flip flop which delays the Digital Signal by the duration
Edge triggered D flip flop: it is the most common type of D flip flop. it
samples the bit or data at a unique instant.
JK flip flop: Universal flip flop, J and K are called control inputs because
they determine what the flip flop does when a positive clock edge arrives.
Ripple counter: when the output of one flip flop drives another, we call
the counter as a ripple counter or an asynchronous counter.