Menu Close

Category: Programming Basic

ASCII

ASCII (/ˈæskiː/ (listen) ASS-kee),    abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text…

One's Complement

One’s Complement

From the binary of the true value to sign-magnitude, we took a step forward and introduced negative numbers in the computer. But there is a…

Sign-Magnitude

Sign-magnitude is a binary fixed-point representation method for numbers in computers. To perform calculations, computers must store numerical values. The simplest way is to use…

two's complement

Two’s Complement

What is Two’s Complement ? One’s Complement solves the problem of signed bit operations, but there is still a problem that is not solved, that…