answersLogoWhite

0


Best Answer

The binary number system inside the electronics of a computer is generally represented by a high or a low voltage, a charged or uncharged capacitor, or sometimes even a switch that is on or off. That these electronics are generally in either one or the other state, the binary system is the simplest.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why all digital devices use binary number system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic
Related questions

What is digital number system?

It will be asumed that you are refering to the binary number system, which is used in computers and digital devices. A binary number is always either 0 or 1. This is also commonly refered to as "low" or "high". This is in contrast to the decimal number system, where the numbers can vary between 0,1,2,3,4,5,6,7,8 or 9.


Why is digital electronics preferred for computation?

Digital electronics deals with binary number system and the digital system can easily understand binary number system so processing is easy . no any more level like analog so chances of error reduce, very high speed of operation. These devices also require low power for proper operation.


What is the base 2 system?

It is often called Binary. There are only 2 symbols, usually "0" and "1". Digital devices often use Binary.


What is digit number?

It will be asumed that you are refering to the binary number system, which is used in computers and digital devices. A binary number is always either 0 or 1. This is also commonly refered to as "low" or "high". This is in contrast to the decimal number system, where the numbers can vary between 0,1,2,3,4,5,6,7,8 or 9.


What is the name of the number system used to represent digital electronics?

Digital electronics devices handle numbers in the form of the binary system. That is, the numbers are represented in base-2, with only two digits. That way, when a digit comes along, it's much easier for the electronic device to decide what digit it is.


Does the digital computer show convert the data into binary number system without showing the user?

yes


What is the binary number for the decimal number 134?

The binary number for the decimal 134 is calculated as 128+4+2=10000110. The binary number system is used internally on almost all computers and computer based devices like cell phones.


What is number systems?

It will be asumed that you are refering to the binary number system, which is used in computers and digital devices. A binary number is always either 0 or 1. This is also commonly refered to as "low" or "high". This is in contrast to the decimal number system, where the numbers can vary between 0,1,2,3,4,5,6,7,8 or 9.


What are binery numbers?

Binary numbers belong to Binary number system. Binary System consists of only 2 digits (known as bits) 0 & 1. Any no. from decimal number system can be converted to binary number system. Binary numbers are widely used in design of various digital gadgets & computers. Following are some decimal no.s converted into binary numbers. Decimal number Binary number 0 0 1 1 2 10 3 11 4 100 5 101 6 110


Why do you learn number system in digital logic?

One of the biggest applications of digital logic is using circuits to perform arithmetical operations. While theoretically, any number system could be used, binary is the most simple to express in terms of digital logic circuits.


What type of information system would be recognised by digital circuits?

binary system


How is digital data represented by the binary code?

The Binary code represents all data in 0s and 1s by using a combination of these. Each number system and digital data like characters and other symbols can be represented in binary by a common conversion method for each system. Example: Decimal number 12 is binary number 1100. this is obtained as [1*(2^3) + 1*(2^2) + 0*(2^1) + 0*(2^0)]