Results for binary point
On this page:
 
Sci-Tech Dictionary:

binary point

(′bīn·ə·rē ′pöint)

(computer science) The character, or the location of an implied symbol, that separates the integral part of a numerical expression from its fractional part in binary notation.


 
 
Wikipedia: binary point

The binary point is simply the binary equivalent of the decimal point. It is used in textual representations of binary numbers to designate the transisition from integer digit locations (where values represent non-negative powers of 2) to fractional digit locations (where values represent negative powers of 2).

Example: The binary number 1101.101 has the following digits:

power of 2:   3  2  1  0    -1 -2 -3    
binary digit: 1  1  0  1  .  1  0  1

And has a decimal value of:

= 1*2^3 + 1*2^2 + 0*2^1 + 1*2^0 + 1*2^-1 + 0*2^-2 + 1*2^-3
= 1*8   + 1*4   + 0*2   + 1*1   + 1*0.5  + 0*0.25 + 1*0.125
=   8   +   4   +   0   +   1   +   0.5  +   0    +   0.125
= 13.625

 
 

Join the WikiAnswers Q&A community. Post a question or answer questions about "binary point" at WikiAnswers.

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Binary point" Read more

Search for answers directly from your browser with the FREE Answers.com Toolbar!  
Click here to download now. 

Get Answers your way! Check out all our free tools and products.

On this page:   E-mail   print Print  Link  

 

Keep Reading

Mentioned In: