ES Unit-6
ES Unit-6
➢ ~
➢ Binary<->Octal:
➢ Binary<->Hexadecimal
❖ Two’s Complement Representation: Complement all the digits and add “1” to the LSB
➢ If A is an integer in one’s complement form, then two’s complement of A = -A
This applies to fractions as well: A = 0.101 (+0.625)10
➢ Two’s complement of A = 1.011→ (-0.625)10
➢ Mixed number: B = 010011.0101 (+19.3125)10
➢ Two’s complement of B = 101100.1011→ (- 9.3125)10
➢ Two’s complement numbers:
0111111 →+ 63
0000110 → + 6 ❖ Procedure to estimate 2’s complement:
0000000 → + 0 ➢ If MSD is a “0”: The number is positive & Remaining (n-1) bits
1111010 → - 6 directly indicate the magnitude.
➢ If the MSD is “1”: The number is negative & Magnitude is obtained
1000001 → - 63
by complementing all the remaining (n-1) bits and adding a 1.
1000000 → - 64
Xs3 code:
Excess 3 code=
Binary digit + 3 (011)
Truth Table
A Y=(A+A)’ A’
0 1 1
1 0 0
A B A’ B’ Y=((A’+B)’)’ A.B
0 0 1 1 0 0
0 1 1 0 0 0
1 0 0 1 0 0
1 1 0 0 1 1
A B (A+B)’ Y= A+B
((A+B)’+(A+B)’)’
0 0 1 0 0
0 1 0 1 1
1 0 0 1 1
1 1 0 1 1
❖ Full-substractor :
➢ Application of ADC:
✓ Used together with
the transducer.
✓ Used in computer to convert the
analog signal to digital signal.
✓ Used in cell phones.
✓ Used in microcontrollers.
✓ Used in digital signal processing.
✓ Used in digital storage
oscilloscopes.
✓ Used in scientific instruments.
✓ Used in music reproduction
technology etc.
881036251404105
https://ia600607.us.archive.org/3/items/DigitalLogicAndComputerDesignByM.MorrisMano2ndEdition/Digital%20Lo
content/uploads/2020/04/principles-of-electronics-s-chand-v-k-mehta-rohit-
gic%20And%20Computer%20Design%20By%20M.%20Morris%20Mano%20%282nd%20Edition%29.pdf
Special Purpose Diode (AAN) : https://www.youtube.com/watch?v=0E5drXB5OSU&feature=youtu.be
Link for Book by VK Mehta: https://rnsinstituteoftechnology.org/wp-
Self-study
Multivibrators (AAN) : https://www.youtube.com/watch?v=7tic3NVqF20&feature=youtu.be
19-01-2023
Electrical Science
36