You are on page 1of 3

Digital logic and design

‫هاني‬:‫د‬
‫نسمه حسين محمود محمد‬: ‫االسم‬
‫دبلومه خاصه طفل عادي‬

Types of Number systems

octal

hexadecimal
number decimal
system

binary
• First decimal number (base 10)
Digit from (0to9)
• Second binary system (base2)
Digit (0 or 1 only )
• Third octal system (base8)
Digit from (0 to 7)
• Fourth hexadecimal system (base16)
Digit from (0 to 9 )and (A to F)
Examples
1. (278) decimal
278=(2x102 )+(7x101)+(8x100)=8
2.(1001) binary
1001=(1x23)+(0x22)+(0x21)+(1x20)=9
3.(263) octal
(263)8=(2x82)+(6x81)+(3x80)=179
3.(263) hexadecimal
(263)16=(2x162)+(6x161)+(3x160)
‫‪NOTE :if you want to convert any‬‬
‫‪system to another‬‬
‫نضرب في ل‬
‫‪base‬الخاصه بالنظام المرادتحويله الي نظام خر‬
‫; ‪For example‬‬
‫‪Convert decimal to octal‬‬
‫نبدا من الشمال الي اليمين ونضرب اول رقم في‬
‫‪ 80‬والرقم الثاني في ‪81‬وهكدا‬

You might also like