binary point
(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.
|
Results for binary point
|
On this page:
|
(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.
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
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
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 |
Mentioned In: