binary number
In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2.
what is a binary system in computer
Computers use binary - the digits 0 and 1 - to store data. A binary digit, or bit, is the smallest unit of data in computing. It is represented by a 0 or a 1. Binary numbers are made up of binary digits (bits), eg the binary number 1001.
what is a defination of binary system
binary number system. A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 × 24) + (0 × 23) + (0 × 22) + (1 × 21) + (1 × 20), or 16 + 0 + 0 + 2 + 1, or 19. The American Heritage® Science Dictionary
eg:
| 10011 represents (1 × 2 4) + (0 × 2 3) + (0 × 2 2) + (1 × 2 1) + (1 × 20), or 16 + 0 + 0 + 2 + 1, or 19.what is a defination of binary data |
What are the difference between Binary and Decimal
| Decimal Numbers | Binary Numbers |
|---|---|
| Decimal numbers consist of combination ten digits or values from 0 to 9 (0,1,2,3,4,5,6,7,8,9). | Binary numbers are formed by combination of only 2 digits or values 0 (zero) and 1 (one). |
| The radix for decimal number is 10 i.e all the digits in a decimal number are expressed in terms of powers of 10. | The radix for binary number is 2 i.e all the digits or values in a binary number are expressed in terms of powers of 2. |
| Example of decimal number : 25 (Twenty Five) | Example of Binary number : 11001 (Twenty Five) |
Applications
| Applications
|



No comments:
Post a Comment