Computer Science, asked by Lovelylanya, 1 year ago

binary number system

Answers

Answered by kvnmurty
8
Binary number system is similar to the decimal number system that we use.

The main difference is that we have only two digits in that:  0 and 1.

The radix (or the base) is 2,  like in decimal system it is 10.

In electronic switching circuits and logic circuits there are logic gates that have two values of voltage levels : high or low.  They are represented by 1 and 0 respectively.  The binary system is direct consequence of the electronic circuits.

Computers use the binary system to convert the decimal numbers and then do the computations.  In fact every thing inside a computer memory is a binary number.  All calculators, digital gadgets use this system only.

Binary equivalents of some decimal numbers are:
0  : 0
1  : 1
2 :   10
4 :   100
10:  1010

Answered by Anonymous
4

Binary number system :

Just like we know that whatever computer we give input to, computer understands it in binary number system that is 0 and 1 . every word or letter we give input to computer as computer, computer gives it binary The numbering system converts to 0,1.

The input given by us is converted into a computer binary number system binary number system, after that the data is converted into electronic pulse and current flows in the circuit of the computer where 1 means “ Switch ON ”and 0 means“ Switch OFF ”.

Similar questions