x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer
Represented by only 2 digits: 0 and 1 where '0' is logical false or Off and '1' is logical True or On.
Answer

binary number system is a system in which all numbers can be represented using two numbers either 0 or 1's. eg: 110 in binary means 6 in number. 

Answer

Represented by only 2 digits: 0 and 1 where '0' is logical false or Off and '1' is logical True or On.

Answer
Binary number system is a system where we use only 1 or 0.Computer understands only this system only. This systam has base 2 and using certain procedures we can convert binaty number system to other number system and vice-versa. Example:101010011 is a binary number
Answer

Binary number system is a numbering system that represents numeric values using either 0 or 1. 

Answer

A numerical system where any number is represented by a combination of 1's and 0's.

Answer

Binary no. System follows only two numerical values that is zero and one.

Answer

Binary Number system is the number system which has only 2 values. As we know Bi means 2. These are 0 & 1. 

0 means False Condition

1 means True Condition

Answer

The number system which consists of only two numbers (as the prefix 'Bi' suggests), viz. '0' & '1' , is called as Binary number system. Now a new question arises, "why only binary system, why don't have a unary or ternary or quaternary number system?"

Well, here is the answer. In the field of Science and Technology everything has got a reason, may it be a concept or may it be a generalization. For building computers we need hardware and hardware understands only two things, it's better to say two 'states' i.e., ON and OFF. Our scientists were smart enough to represent these two states with numbers i.e., '0' & '1' and then they made procedures to convert every kind of data (text, image, video, sound) to into a collections of these 0's and 1's. The number system so formed, which contains these two numbers, i.e., '0' & '1' is called Binary number system. And today we are able to put all sorts of hardware into the computer and are able to communicate with it with the language that it understands.

Answer

The number system which contains only 0's &1's  is called as Binary Language  or Binary number system.   

Answer

Represented by only 2 digits: 0 and 1 where '0' is logical false or Off and '1' is logical True or On.

Answer

The binary numeral system is a way to write numbers using only two digits: 0 and 1. These are used in computers as a series of "off" and "on" switches.

Answer
Number represented by two digits 0 and 1 with 2 at the base.
Answer
Binary number system is a number system which uses only two digits 0 & 1 to represent numbers. For e.g. As 125= (10^2)*1+(10^1)*2+(10^0)*5 in decimal system, in same way 1111101=(2^6)*1+(2^5)*1+(2^4)*1+(2^3)*1+(2^2)*1+(2^1)*0+(2^0)*1
Answer

its a way to write only two digits 0 and 1

Answer

Number represented by a two digit 0 and 1 .and the base is 2.

Answer

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2system is a positional notation with a radix of 2.

Answer

Number system which uses 0/1 binary numbers to represent numbers which we use generally in decimal number system .

 

Answer
Number represented by a two digit 0 and 1 .and the base is 2.
Answer

a number system cinsisting of two numbers, 0 and 1, representing off or on state.

Answer

0 and 1 are the binary numbers which a computer understans

Answer

0 and 1 denotes all number. used as MLL of computer

Answer

0 represent off and 1 represent on ...

Answer

0 and 1 are the binary numbers which computer/machine understands.

Answer

binary nos are 0 and 1 only

Answer

Basically, The system which uses binary number to understand and do their functionality is known as binary number systen. Like our computer which understand only binary Language that is 1 for "On" and 0 for "Off".

A binary number system having always base 2.

Answer

Binary number system is a system where we have justtwo digits : 1 and 0.Computer understands this system only as it is a computer oriented system.This systam has base 2 and using certain procedures wecan convert binaty number system to anu other number system and vice-versa. Example:10110001 is a binary number

Answer
It is a language which consists of zeros and ones, as humans understand the languages like English, hindi, etc computer understands binary language.
Answer
Binary number system is a system where we have justtwo digits : 1 and 0.Computer understands this system only as it is a computer oriented system.This systam has base 2 and using certain procedures wecan convert binaty number system to anu other number system and vice-versa. Example:10110001 is a binary number
Answer
It reads only 2 digits 0and 1...all information are converted in dis language
Answer

our decimal system is to the base 10.

we have 0 to (10-1) = 9 numbers in it. i.e., 0,1,2,3,4,5,6,7,8,9

and we have 1's place, 10's place, 100's place, 1000's place and so on.

=> 10^0's place 10^1's place, 10^2's place, 10^3's place like that.

so, in binary system we have base 2.

numbers in use are, 0 to (2-1)=1, i.e., 0,1 only

and place values are also similar.

i.e., 2^0's place, 2^1's place, 2^2's place, 2^3's place and so on.

so a number with base 10 is like 9874 = 9(1000) + 8(100) + 7(10) + 4(1)

11001 with base 2 is equal to = 1*(2^4)+1(2^3)+0*(2^2)+0*(2^1)+1*(2^0) = 16+8+0+0+1=25 in binary number.

Answer

In mathematics and digital electronics, abinary number is a number expressed in thebinary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2.

Answer
The binary numeral system is a way to write numbers using only two digits: 0 and 1. These are used in computers as a series of "off" and "on" switches. In binary, each digit's place value is twice as much as that of the next digit to the right (since each digit holds two values).
Answer
Unlike humans computers could understand only two states, ON which is represented by 1 and OFF which is represented by 0. Now depending on these numbers an entire system is being formed to represent all other conditions or state of a system. This number system is actually known as Binary Number System. It has base as 2 and any number(decimal or hexadecimal etc) can be represented in binary number system but the techniques for representing different numbers(decimal or hexadecimal etc) to binary numbers are different. For an example 4 in decimal is represented as 100 in binary.
Answer

Computer can understand binarry numbers only.

The numbers having base 2 is known as binary numbers.

for example 0101010000111 are binary numbers

Answer

The computer memory is measured in bit and byte.the smallest unit of computer memory is bit(binary digit) tha hace 2 values 0 or 1.a byte is required  to store  a single charcater whcih can be number ,lettter and any special character.

Bit is denoted by 'b' and byte by 'B'.

 

1 byte = 8b.

Answer

Binary number system is a number system like the decimal number system in which we use 0-9 digits but in case of binary number system every number is represented with the help of 0 and 1.In the binary number system the base is 2

Answer

There are number of systems.  I here discuss binary, binary has bi-nary ie. bi means two....that signifys only two states will be there (0 and 1). all the calculations will be based on these two bits. For eg. in decimal 10 means 1010 in binary.

Answer

We have decimal number system in which we can represent any number using digits from 0 to 9.

Likewise , we have a binary number system , in which every number , whether positive or negative, howso ever large or small it may be , it is represented using only two digits 0 &1. Interesting isn't it?

Our computer understands everything only in binary format.

 

Answer

It is the way to write numbers using only 2 digits are 0&1​.computer understands only these numbers.

Answer

a number system contains 2 digit representation bcoz bi means two . in number line we consider 0 &1 two for binary number system . all number are represented in 0 and 1 form. e.g. 3 - 11, 4-100..

Answer

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2.

Answer
The binary number system is a numbering system that represents numeric values using two unique digits (0 and 1). Computing devices use binary number to represent electronic circuit voltage state, (i.e., on/off switch), which considers 0 voltage input as off and 1 input as on. This is also known as the base-2 number system, or the binary numbering system.
Answer

A binary code represents text or computer processor instructions using the binary number system's two binary digits, 0 and 1. A binary code assigns a bit string to each symbol or instruction.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer