DIGITAL ELECTRONICS Flashcards
3 important characteristics of any number system
1) base or radix is equal to number of digits in the system
2)largest value of digit is one less than base or radix
3)each digit is multiplied by base or radix raised to an appropriate power depending upon the digital position to get its place value
Radix of binary number system
2
Radix of octal number system
8
Radix of hexadecimal number system
16
Binary addition
0+0
0+1
1+0
1+1
0
1
1
10
Binary subtraction
0-0
1-0
1-1
10-1
0
1
0
1
Binary multiplication
00
01
10
11
0
0
0
1
Binary division
0/1
1/0
0
1
First complement
changing each 0 to a 1 and each 1 to a 0
second complement
it is obtained by adding 1 to the first complement of the number
Signed binary numbers
0
1
0 : positive charge
1: negative charge
advantage of signed binary numbers:
simplicity
disadvantage of signed binary numbers
they have to be converted to unsigned binary form before arithmetic operations can be performed
Floating point number
Number is written as a fraction multiplied by some power of base or radix
Mantissa in floating point number
fractional part of floating point number