answersLogoWhite

0


Best Answer

Computers are built off of electronic circuits, in which there is either no voltage or there is some positive number (usually 3.3V, 5V or 12V). 1 represents an electric charge while 0 represents no charge.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why 1 is using as on state in binary language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

A 1 or 0 in the binary number system is called?

A 0 or 1 in a binary number is called a bit. A binary number is made up of only ones and zeroes.


How many nodes are there in the nth of a binary tree?

If N>1, there are (2N-1) - (2N-1-1), otherwise, 1 nodes in the Nth level of a balanced binary tree.


What is meant by high level language in IT?

The processor can basically understand instructions only in binary format. However for the programmer it would be difficult to write the complete source code in binary( 0 and 1) format and also it is more susceptible to error. To solve this problem of the programming world, certain languages were introduced that could be written in English like language for the ease of developer and later with the use of compiler it could be converted into machine level language(binary format). These kind of languages are called as high level languages. example: Java, C# etc


Why was the binary code invented?

There is no record of when binary was first used. Given that the ancient Mesopotamian architects were using sexagesimal (base 60) they would have already known about binary encodings. However, it wasn't until India introduced the positional notation system that we use today (the Hindu-Arabic system) that we finally had a method of notating all bases in a common and consistent format. By the time Babbage invented the earliest computers, binary encoding was already a well-established method of digitising data to be processed by a machine.


What is incomplete binary tree?

Incomplete Binary Tree is a type of binary tree where we do not apply the following formula: 1. The Maximum number of nodes in a level is 2

Related questions

What is binary language?

Binary is made up of 0's and 1's. Binary can also be called Machine Code. Binary is the 'language' that the computer understands.


What are the two types of machine language?

1- Binary language 2- Assembly Language


What the two types of machine?

1- Binary language 2- Assembly Language


What are two types of machines?

1- Binary language 2- Assembly Language


What language consists of only two digits 0 and 1?

Binary code represents text using the binary number system's two digits 1 and 0. The code assigns a bit string to each symbol or instruction. Binary is commonly used for encoding data.


What is 1 or 0 used in computer data is called?

The "1's and 0's" are referred to as binary. Binary is actually the only language a computer can understand. Everything else has to be translated to binary for it to understand it. 1 is conidered closed and 0 is open.


Why only o and 1 is used for binary language?

Binary was created as a language to program computers. The computer hardware basically can only recognize if a circuit component has power supplied to it (ON) or if there is no power supplies to it (OFF). The binary used the ON and OFF conditions. The Off = 0 and the ON = 1. Thus, it's like using the light switch to your room to send a specialized Morse Code.


What is the language that consists of two digits 0 and 1?

That is Binary .


Binary language 0 or 1 is?

0 means off and 1 means on


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".


What is the language consists of just two digits 0 and 1?

binary


Which programming language consists entirely of 0s and 1's?

Binary