answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How many distinct states can a binary system represent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is binary code and why was it chosen to represent data in computers?

Binary code is a base 2 number system, with only the digits 0 and 1. It is used to represent the on/off states of transistors in integrated circuits, with 0 representing off and 1 representing on. So, binary codes represent the possible states of hardware transistors, and the binary codes represent numbers and letters through a coding system like ASCII or EBCDIC.


Why binary number system used in digital system?

They are the best numbers for computers to use. In simple terms, as computers are electronic they use electronic currents, which can be on or off, like a light switch. 1 and 0, which are the only digits binary has, can be used to represent these two states. Binary forms the basis to all computer memory and operations.


Why is binary number system used in digital electronics?

Binary is simpler than decimal. And it is easy to represent binary numbers with signals, since only two states are required. For example, a low voltage state might represent a zero, and a high voltage state might represent a one. Or vice versa.


The binary number system cannot represent decimals?

False.


The system that digital computers use to represent numeric data?

It uses the Binary Numbering System.


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


What numbering system is used as a shorthand way of represent strings of bits?

Binary


Why binary numbers are used in engineering activities?

The binary number system (base 2) is the basis for computer math and operations. Computer circuitry can represent two states (On/Off, Positive Voltage/Negative Voltage, Magnetized North/Magnetized South, etc). Any engineering which deals with the internal workings of a computer, or transmitting data to/from a computer would need to represent the data in binary (base 2) number system.


What two states do the digits 0 and1 represent under the binary system?

state 1 means on and current is passing state 0 means off and no current passing


What is the name of the Number system used to represent any number as a 1 or a 0?

A number system used to represent any number by a 1 or a zero is a binary system or a base 2 number system.


What is the basic numbering system that a computer uses to represent How is it used?

The binary digits. 10 = 2


What does the digit 1 represent in binary?

In binary, the digit 1 is the highest digit in the system (consisting of 0 and 1). In a boolean machine language, a 1 is interpreted as "true".