answersLogoWhite

0

What is 0 and 1 binary data?

Updated: 9/24/2023
User Avatar

Wiki User

9y ago

Best Answer

0 and 1 are two integers. They may represent binary digits or binary data but they need not.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 0 and 1 binary data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What Numbers that computers use to store and process data?

BINARY


What is the smallest measurement of data composed of a single binary code of either 0 or 1?

A binary digit, or bit.


If you type any data why the computer language are 1 or 0?

Computer's only understand binary, which is 0 as "off" and 1 as "on."


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.


How is digital data represented by the binary code?

The Binary code represents all data in 0s and 1s by using a combination of these. Each number system and digital data like characters and other symbols can be represented in binary by a common conversion method for each system. Example: Decimal number 12 is binary number 1100. this is obtained as [1*(2^3) + 1*(2^2) + 0*(2^1) + 0*(2^0)]


How is data recorded on a disk?

Using binary code. A sequence of "0's" and "1's".


Is the binary numbering system a 1 or a 0 is refereed to as a bit?

Yes, they are considered bits (of data).


What isuse of 0 and 1 in computer?

Computers use 1's and 0's to indicate data. Sets of eight 1's and 0's form one piece of data, such as a single letter etc. This is referred to as a byte. A single 1 or 0 is referred to as a bit. It also use 1 as ' High input/output' & 0 as ' Low input/output'.


What is another name for a binary digit?

It's a noun. It means computer information. The synonyms are as follows: 0, 1, binary unit, and data.


What is binary information?

Binary information is data that is traditionally stored as a series of 1's and 0's. The 1's and 0's are typically used to represent true/false and on/off conditions.


Difference between binary data and digital data?

only difference is that binary is only consists of 0 and 1 bits,where as digital means it may either contain binary bits (0,1), or contain the numeric digit (0-9), mainely digital means just the number between 0 to 9


What is bynary digits?

A binary digit is either a 0 or 1. The shortend name is Binary digIT = "BIT". In computers, it is the smallest unit of data...an ON or OFF.