Changes

Jump to navigation Jump to search
no edit summary
Line 11: Line 11:  
*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).
+
*The conversion can be obtained for a binary number upto 10 bits. The most significant bit represents the 'sign' of the number (0=positive, 1=negative). Negative numbers are represented using 2's complement notation.
    
*Positive numbers can be from 0 (000000000) to 511 (111111111) or negative numbers -1 (1000000001) to -512 (1111111111).   
 
*Positive numbers can be from 0 (000000000) to 511 (111111111) or negative numbers -1 (1000000001) to -512 (1111111111).   
writer
2,661

edits

Navigation menu