الموضوع: Networking Basics
عرض مشاركة مفردة
  #15  
قديم 25-02-2006
الصورة الرمزية لـ InnerPeace
InnerPeace InnerPeace غير متصل
Gold User
 
تاريخ التّسجيل: Oct 2005
المشاركات: 315
InnerPeace is on a distinguished road
Converting 8-bit binary numbers to decimal numbers

Converting 8-bit binary numbers to decimal numbers

This page will teach you how to convert binary numbers to decimal numbers.

Here is an example:

Convert the binary number 01110000 to a decimal number.


NOTE:
Work from right to left. Remember that anything raised to the 0 power is 1.



0 x 20 = 0

0 x 2^1 = 0

0 x 2^2 = 0

0 x 2^3 = 0

1 x 2^4 = 16

1 x 2^5 = 32

1 x 2^6 = 64

0 x 2^7 = 0

__________

= 112

__________________
لا تضلوا. لا زناة ولا عبدة اوثان ولا فاسقون ولا سارقون ولا طماعون ولا سيكرون يرثون ملكوت الله (1 كورنثوس 6: 9، 10)
الرد مع إقتباس