Category: Digital Electronics

Hexadecimal Arithmetic

Though the computers store everything in binary format, the user interface deals with the hexadecimal format for ease of understanding. For a human, it is easy to deal with hexadecimal than the stream of ones and zeros. So, in this…

Range of Signed Numbers

If we have three binary bits, then we can represent eight numbers, starting from 0 to 7. So, in other words, 0 to 7 is the range of numbers that we can represent using three binary bits. However, this range…

Rules of Binary Arithmetic

Binary arithmetic is essential in all digital computers and in many other types of digital systems. Now, since we know about different number systems and signed numbers, this is the right time to learn about binary arithmetic and the associated…

How to Represent Signed Numbers in Binary

Positive integers, including zero, can be represented as unsigned numbers. However, digital systems, such as the computer, must be able to handle both positive and negative numbers. To represent negative integers, we need a notation for negative values. In ordinary…