What is a binary number?

Elliot 69 answers
What are binary numbers used for?
0
{0} / {1} characters recommended
The response must contain at least one character
Answers
Binary means two.. the system which has base 2 is called binary system.. in this the result shows in two number i-e ' 0 and 1'
Write an answer
0
Saadullah Farooq Abbasi
Binary is commonly used in computing.
Write an answer
0
Binary number is a number expressed in the base-2 numeral system that uses only two symbols 0 and 1.
Write an answer
0
A binary number is a system using only 0s and 1s, key in computing.
Write an answer
0
In simple words we can say that binary numbers i,e symbols 0 and 1 are used to represent various numbers.
Write an answer
0
Ritu
Binary means two. 0 and 1 both are Binary numbers. Binary numbers are mostly used in Computing.
Write an answer
0
Binary numbers are typically used in computers. The expressions are written in binary which means that 2 numbers are used , 0 and 1
Write an answer
0
0 and 1 are two base binary numbers that when in computing.
Write an answer
0
Jeffrey Shijo
A binary number is a way of representing numbers using only two digits: 0 and 1. Think of it like how we normally use ten digits (0-9) to count, which is called the decimal system. In binary, instead of ten digits, we only have two choices—0 and 1. This makes it perfect for computers because they can easily understand two states: on and off, or true and false. Binary might seem a bit strange at first, but once you understand that it’s just another way to count, it becomes much easier to follow. Computers use binary because it’s simple and matches how they work with electricity—either the signal is on (1) or off (0).
Write an answer
0
Written only using digits 1 and 0. We usually write in decimal, meaning 10 different digits. 111 usually means 1*10^0 + 1*10^1 + 1*10^2. But in binary 111 = 1*2^0 + 1*2^1 + 1*2^2. So 111 in binary = 1+2+4=7. Binary numbers are used in computer science.
Write an answer
0
Noofa
It's with only 2 digits . They are 0 and 1.
Write an answer
0
Nicole
Binary means two like 0 or 1, male or female etc. The computers working with binary numbers. It is a system in that are base 2 used.
Write an answer
0
System of numbers that consist of only two digits 0,1.
Write an answer
0
Inderjeet Singh
It is computing terminology wherein we use just 0s and 1s
Write an answer
0
Sana Mobin
A binary number is a way of counting using only two digits: 1 and 0. Instead of using all ten digits like we do in normal numbers (0 to 9), binary just uses these two. It is expressed in base 2 numeral system. Example: 4 in binary is (100)2. Dividend. Remainder 4/2 =2. 0 2/2 = 1. 0 1/2 = 0. 1 So, 4 in binary is (100)2. Here, there are 2 zeroes and 1 one. Hence, we have 3 bits. Therefore, the number of bits does 4 in binary have is 3.
Write an answer
0
The numbers which are used to write in computer machines because they convert all the languages into binary numbers i.e. 0 & 1. Everything in computer is stored using 0 & 1 means binary numbers.
Write an answer
0
Binary numbers play a huge part in computing. Essentially computer electronics deal with switches which can be strung together to work through logical patterns. At a basic level these switches can be 'on' or 'off' and can be represented by two numbers usually 1 or 0. If, then, a system of mathematics based on two digits only, known as a binary system, instead of the usual 10 digits we are used to, there is an avenue which will allow electronics to do rapid calculation. Although computers now are so capable that this seems hopelessly simple, it is, nevertheless, still at the heart of electronic computation.
Write an answer
0
Mehreen Iftikhar
Binary numbers is used with computational language…As our computer only understand instructions in the form of 0’s and 1’s… This 0 and 1 is called Binary Numbers
Write an answer
0
A system using only 0s and 1s ,it is used in computing
Write an answer
0
Hugo Fung
Verified Tutor
binary number is basically calculating everything with just “0” and “1” in a base of two. usually use in computing cuz it’s so convenient
Write an answer
0
Number in 0,1
Write an answer
0
Athira Anilkumar
Binary number system is a system used by computers. Bi the word means 2. so "0" and "1" these are the two numbers used to generate all the characters and whatever the computer wants.
Write an answer
0
Binary numbers is the computer numeral system . It is represented by 1 and 0 like on and off of number of base 2 , the position of 0 and 1 in the number determine the number Ex: 1 is expressed 01 , 2 is 10 because the first place is for 2 to power 0 second place for 2 power 1 and so on
Write an answer
0
0 and 1 are binary numbers
Write an answer
0
Mohammad Huzaifa
A binary number is a number represented in the base-2 numeral system, which uses only two digits: 0 and 1. Each digit in a binary number is referred to as a bit. Binary numbers are fundamental to computer systems and digital electronics because they align with the binary logic of electronic circuits, where 0 represents off and 1 represents on.
Write an answer
0
Earnmore
For me, to best answer your question, I would need to know your level of education since the response depends on which level you are at. As a good teacher, it is best to know the quality and quantity of information to be delivered to a student in respect to their capacity of understanding.
Write an answer
0
Laith
It is a number expressed in Base-2 system. Base-2 has only two digits; 0 and 1 and any value is expressed with these. Our usual number system in use is Base-10, having digits 0,1,2,3,....,9. For example, 5 is expressed as 101 in Basr-2
Write an answer
0
Hannah Yassine
Verified Tutor
Binary is a numerical system that uses only two digits: 0 and 1. It’s the foundation of computer systems and digital electronics. In binary, each digit represents a power of 2, rather than a power of 10 as in the decimal system we use every day.
Write an answer
0
A binary number is made up of only 0s and 1s. There is no 2, 3, 4, 5, 6, 7, 8 or 9 in Binary! Binary numbers have many uses in mathematics and beyond.
Write an answer
0
Seth Azumah
A binary number is a way of representing numbers using only two digits: 0 and 1. It's the system computers use to process data. Each digit in a binary number is called a "bit." For example: The binary number 101 equals 5 in decimal (1×2² + 0×2¹ + 1×2⁰ ). (1×4 + 0×2 + 1×1) (4 + 0+ 1). =5
Write an answer
0
Eugene Kumi-arhin
A binary number is expressed in based 2 numeral system.
Write an answer
0
Saima bibi
Zero and one
Write an answer
0
Maryam Farghdin
Verified Tutor
Binary numbers are a numerical system for representing a number by using just 0 and 1 digits following it’s role. For example: 10 represents 2, 11 represents 3, 100 represents 4 and etc.
Write an answer
0
Binary number is used in computing.binary means two so 0 and 1 are used
Write an answer
0
Anna Mol Scaria
Binary number system is something which only uses two digits namely 0 and 1. From right to left each digits represent the powers of 2 which means last binary digit represents 2^0=1. Binary digit just before last represents 2^1=2. Third binary digit from the right represents 2^2 =4. Similarly 4 th binary digit from the right represents 2^3 = 8. For example 10 in binary digits is given by the following procedure: 10 = 2+8=2 + 2^(3). Therefore the binary number is 1010 as it is 2^0×0 + 2^1×(1) + 2^2×(0)+ 2^(3)× (1). Which means the digits represented by zero is not calculated where as those represented by one is added. Another example: 9 is represented as 1001
Write an answer
0
Sure! To simplify the concept of a binary number: Binary System: Uses only two digits: 0 and 1. Binary Number: Represents values using these digits, where each digit's position corresponds to a power of 2. For example, the binary number 1011: 8+0+2+1=11 in decimal. So, 1011 in binary is 11 in decimal.
Write an answer
0
We use decimal system in every day life. The binary system ( 0,1) is commonly used in computers and has just 2 ( binary) numbers 0 and 1
Write an answer
0
Nuria Martin Jimenez
A binary number is a number expressed in the base-2 numeral system, which uses only two digits: 0 and 1. Each digit in a binary number is called a bit. Binary numbers are commonly used in computing and digital electronics because they can represent the two states (on and off) of a transistor, which is the fundamental building block of digital systems.
Write an answer
0
A binary number or more precisely binary format is when all numbers are written with two symbols 0 and 1 only. Binary numbers are used in computers but also in logic, where 0 means false and 1 means true.
Write an answer
0
Binary numbers are expressed in base 2-numbers. Can be used in computing system.
Write an answer
0
they are used to represent information. A binary number is a number that is expressed in base 2 numerical system. it only used 1s and 0s. it is used by computers because computers cannot understand our language.
Write an answer
0
Saman Kumara
In general practice, we use ten numbers base for counting. Those are according to base ten. Here, there are ten numbers from 0 to 9. But in some cases like computer technology, Binary number system is used. In that system, numbers are 0 and 1. So, the maximum digits at a one place are two numbers. But, in Decimal system, the maximum digits at a one place are ten digits. Those positions can be filled using the numbers zero to nine. Not only above two systems, there are more other numbering systems as well such as 4th base, 8th base etc. In each case, each system can be converted into another number system. As an example, tenth base number can be written as a binary number as well as a fourth base number.
Write an answer
0
A binary number is a number in base two. It has it's digit value in 0 and 1 only . It's used in computer programming, coding etc.
Write an answer
0
Abdullahi Mustapha
A binary number is a number expressed in the base-2 numeral system, using only the digits 0 and 1.
Write an answer
0
A binary number is where a number is expressed in terms of a combination of “1” or “0”. To convert from decimal to binary, start by subtracting the biggest place value possible from the decimal number, then place a 1 in that place value column. Next, subtract the second biggest place value possible, and place a 1 in the column. Repeat this process until zero is reached
Write an answer
0
Binary as a base simply implies that we can only deal with 0s and 1s. It is the basis of all modern compute systems
Write an answer
0
Kntaro Hanafusa
Binary number mens expressing numbers by 0 & 1
Write an answer
0
Binary numbers are codes used to signify numbers in a binary system. They are represented by 1 and 0.
Write an answer
0
Nyangble Ebenezer
A binary number is a number expressed in the binary numeral system, which uses only two symbols: 0 and 1. This is in contrast to the decimal system, which uses 10 symbols: 0 through 9. Binary numbers are used by computers and other electronic devices to represent information and perform calculations. They are the basis for all computer programming and are used in many areas of computer science.
Write an answer
0
Binary numbers are that which have base 2 and used for compiling in computer as in language of 0,1 or yes ,no. Or true, false
Write an answer
0
Binary number is two base number system based on 0 and 1.
Write an answer
0
Bhanuteja
Binary numbers is a system which consist of two numbers. 1 and 0. These can be very helpful in programming or coding and computers are solely based on this system itself.
Write an answer
0
A binary number is a number expressed in the base -2 numerical system, which is a method for representing numbers that uses 0 and 1.
Write an answer
0
A binary number is a number expressed in the base-2 numeral system or, a method for representing numbers that uses only two symbols for the natural numbers: typically "0" (zero) and "1" (one).
Write an answer
0
Loknath Borra
Binary numbers are primarily used in computing and digital electronics because they are the simplest way for machines to represent data. i.e 0's and 1's with base 2.
Write an answer
0
Imagine you have a bunch of toys, and each toy can either be "on" or "off." That's how a computer thinks — using binary numbers. Instead of using the numbers 1, 2, 3, 4 like we do, computers only use two numbers: 0 and 1. 0 means "off." 1 means "on." So, a binary number is like a row of switches where each switch is either "off" (0) or "on" (1). For example: The binary number 101 means: The first switch is on (1), The second switch is off (0), The third switch is on (1). If we wanted to see what this means in normal numbers (like 1, 2, 3, 4), 101 in binary is the same as the number 5 in regular numbers.
Write an answer
0
Maitri
Mainly in computer programming. To store data/information on electronic storage device
Write an answer
0
Binary is a system used to represent numbers using only 1s and 0s. This is useful in computing as circuits can represent numbers with on for 1 and off for 0. In standard representation, each digit is double the digit to its right, starting at 1. Values represented by 1s are added together, and values represented by 0s are ignored. For example, 1010 would be 10, as it is 8 + 0 + 2 + 0; 1011 would be 11, as it is 8 + 0 + 2 + 1; 1111 would be 15, as it is 8 + 4 + 2 + 1, and so on.
Write an answer
0
Mark
Binary numbers use just 1 and 0 to represent a number. For example 1010 is 1*8 + 0*4 + 1*2 +0*1 = 10 as a decimal number. All modern digital computers store information as 1s and 0s, so, they use binary numbers.
Write an answer
0
its a sequence of zeros and ones that is used by computer to work
Write an answer
0
This is a way of showing data with zeros and ones only. It’s used by computers a lot to represent data
Write an answer
0
Bhavya
A binary number is a number in the base-2 system, using only the digits 0 and 1. It's fundamental in computing, where it represents data through on/off states in digital systems.
Write an answer
0
Aashika Saraf
A number that is expressed in the binary system or base 2 numeral system
Write an answer
0
Binary numbers are also known as base 2. It is also referred as a computer language which means that any data which is entered in to computer must be converted to 0s 1s
Write an answer
0
Writing numbers using 0 and 1 only
Write an answer
0
Pius Ajamma
A binary number is a way of counting using just two digits: 0 and 1. Think of it like a special number system where every digit can only be either 0 or 1. Binary numbers are used by computers because they work with switches that are either off (0) or on (1).
Write an answer
0