answersLogoWhite

0


Best Answer

Computers don't actually work with 1s and 0s; they are simply human-readable notations for the binary representations that a computer actually works with. We refer to them as binary digits or simply bits.

Inside a computer, bits are represented in a variety of ways, including high or low voltage within a capacitor, positively or negatively charged particles upon a magnetic disk or tape, long and short scores burned into an optical disk. Anything that can switch between two possible states and maintain that state (temporarily or permanently) can be used to encode binary information. We use 1s and 0s because it is the most convenient notation for binary arithmetic and logic operations, precisely mimicking the operations within the machine. We also use other notations that are more concise, including hexadecimal notation (where each hex digit represents 4 binary digits) and octal (where each octal digit represents 3 binary digits). The computer doesn't understand these notations any more than it knows the difference between a 1 and 0, but we can program it to convert all of these human notations into binary data (machine code) that it can understand. We can also program it to convert decimal notation to binary, which is convenient when we're working with real numbers such as currency, length, temperature, speed, etc.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The 1s and 0s that a computer works with are referred to as?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the function of a computer hardware?

1s and 0s.


Tiny computer data is called?

binary code 1s or 0s


Is All data input into a computer stored as a string of 1s and 0s?

yes.


Which of these can be considered data?

A computer processes data using only 1s and 0s.


What are some uses for the binary system on the computer?

Everything. As far as the computer is concerned, everything is 1s and 0s.


What computer had switches on the front of it which were used to enter data using 0s and 1s?

Altairs


What is the language of 0s and 1S?

The language of 0s and 1s is called binary which is internally used by the computer system for performing different activities. The other levels of languages such as high level languages, assembly language are internally converted into binary language for the processing by the computers.


Why is zero important in computers?

zero is important in computer because computer runs on binary language that is 0s and 1s it means that computer is off


What device works with discrete data or digits such as 1s and 0s?

Any digital device - as opposed to an analogue device.


1 What are the three basic functional blocks of a computer?

Binary bits. This is 0s and 1s. Everything else is built up from these 0s and 1s to make more human-understandable language. 0s and 1s are used because it is very easy to make clear, definable electrical signals for 0 and 1. It is simply "on" and "off".


How many 0s or 1s are there in a bit?

1


Why computer system often called a two-state machine?

It only has 2 digit,0s and 1s (on and off switch)