Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Manuals/calci/BIN2DEC
(view source)
Revision as of 21:47, 12 November 2013
388 bytes added
,
21:47, 12 November 2013
→Description
Line 10:
Line 10:
*Binaray number is represented using digits 1 or 0 only.
*Binaray number is represented using digits 1 or 0 only.
+
+
*The conversion can be obtained for a binary number upto 10 digits. The first digit represents the 'sign' of the number (0=positive, 1=negative).
+
+
*Positive numbers can be from 0 (000000000) to 511 (111111111) or negative numbers -1 (1000000001) to -512 (1111111111).
+
+
*A binary number (e.g '101') can be converted to decimal number (base 2) as -
+
(1*2^2)+(0*2^1)+(1*2^0)=4+0+1= ''5''
Swapna
writer
2,661
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Community portal
Current events
Recent changes
Help
Tools
ZCubes Web Platform
Printable version