Category Archives: Binary Numbers

Converting from binary to decimal involves multiplying the value of each digit (i.e. 1 or 0) by the value of the placeholder in the number

How to Convert Decimal Number to Binary Numbers

Conversion from decimal number to binary number system is also essential to represent real-world quantities in terms of Binary values. The Sum-of-weights and repeated division by 2 methods are used to convert a decimal to Binary number. Sum of Weights Method  The  Sum-of-weights  method  used  to  convert  Binary  numbers  into  their  Decimal equivalent is based… Read More »

COMPUTER CODING SYSTEM

Many different coding systems are used to represent data today. What is the importance of coding systems? To represent numeric, alphabetic, and special characters in a computer’s internal storage and on magnetic media, we must use some sort of coding system. In computers, the code is made up of fixed size groups of binary positions.… Read More »

Binary to decimal conversion

Most real world quantities are represented in Decimal Number System. Digital Systems on the other hand are based on the Binary Number System. Therefore, when converting from the Digital Domain to the real-world, Binary numbers have to be represented in terms of their Decimal equivalents. The method used to convert from Binary to Decimal is… Read More »

BCD – Decimal to Binary & Binary to Decimal Conversion Methods

What is decimal number system? The decimal number system has base 10. It uses the digits 0 to 9. What is number system? It is a system for representing numeric values or quantities using different symbols i.e. digits. What does base or radix mean? The number of digits (symbols) a number system use is called base or… Read More »