answersLogoWhite

0


Best Answer

state 1 means on and current is passing

state 0 means off and no current passing

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What two states do the digits 0 and1 represent under the binary system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

10 digits.


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.


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.


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

The binary digits. 10 = 2


How many digits are in the binary system and what are they?

The binary system uses two digits, zero and one.


Why microprocessor uses the binary number system not the desimal or any other number system?

-There is a speculation of the fact that Humans use base 10 system is because they have 10 fingers. But there is no speculation behind the fact that the computers use binary system. The binary system is used in computers, because 1 and zero represent the two voltage levels of on and off. There are 10 digits in Decimal system: 0,1,2,3,4,5,6,7,8,9 There are only 2 digits in Binary system: 0,1 (Binary digits are referred as bits) moaiz123@gmail.com


How many digits are used in a binary number system and what are they?

There are two digits in the binary number system. 0 and 1


A group of 8 binary digits is known as a?

In binary system there are two digits: 0 and 1, or false and true01010101 (8 binary digits or 8 bits) are 1 byte.


How many digits in the binary system'?

Two of them.


How many digits are there in the binary equivalent of 56?

56 in binary is 111000. Unlike the decimal number system where we use the digits.


The binary system of numbers uses which two numberlcal digits?

Binary means base 2 - it uses two digits. Those digits are zero and one.


Why do you use binary digits to represent the presence or absence of electronic signals?

Since binary number digits only have 2 states (0 or 1) they are inherently useful to represent events which can be categorized into to states (signal present or absent, for example). A signal could come from a sensor which represents that something has happened (maybe it's part of an alarm system, and the sensor detects when a door is open or closed). Since it is a number, a microprocessor can be programmed to perform certain actions when this takes place.